-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not find file `C:\Program Files (x86)\ASM Visual\fasm\\prog8.exe" #6
Comments
Found what causes it. I was editing the very bottom of the file - the import section:
The IDE or FASM doesn't like the last |
Hi, I'm glad you solved the problem in code. However, this also looks like an ide problem. Compilation should have ended with an error, and it shouldn't have reached an attempt to start the program. Please send me an example of a project with such a situation. |
Alexy,
My code is not doing that any more. When I see it again, I will make sure
to attach the source file to the Github post.
…On Wed, Aug 25, 2021 at 10:57 PM alexeygritsenko ***@***.***> wrote:
Reopened #6
<#6>.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMIF56ISWOBXEHZAX5QX7TT6XJU7ANCNFSM5CZTXPHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
There's another bug, that I'm not sure you're aware of. When you drag a
tab into any other window region, the region icons show up, and you can
drag it to there, except the source code editor then shows up completely
blank until you move it back into a main tab.
On Wed, Aug 25, 2021 at 11:03 PM Luna Tuna ***@***.***>
wrote:
… Alexy,
My code is not doing that any more. When I see it again, I will make sure
to attach the source file to the Github post.
On Wed, Aug 25, 2021 at 10:57 PM alexeygritsenko ***@***.***>
wrote:
> Reopened #6
> <#6>.
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAMIF56ISWOBXEHZAX5QX7TT6XJU7ANCNFSM5CZTXPHQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
> .
>
|
Also, if you're looking for another coder on the IDE, I have no job
currently, and am proficient in C++ / D / Python and could become
proficient in whatever language you wrote it in.
You wouldn't have to pay me until I do some significant work. Just a
thought!
On Wed, Aug 25, 2021 at 11:11 PM Luna Tuna ***@***.***>
wrote:
… There's another bug, that I'm not sure you're aware of. When you drag a
tab into any other window region, the region icons show up, and you can
drag it to there, except the source code editor then shows up completely
blank until you move it back into a main tab.
On Wed, Aug 25, 2021 at 11:03 PM Luna Tuna ***@***.***>
wrote:
> Alexy,
>
> My code is not doing that any more. When I see it again, I will make
> sure to attach the source file to the Github post.
>
> On Wed, Aug 25, 2021 at 10:57 PM alexeygritsenko <
> ***@***.***> wrote:
>
>> Reopened #6
>> <#6>.
>>
>> —
>> You are receiving this because you modified the open/close state.
>> Reply to this email directly, view it on GitHub
>> <#6 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AAMIF56ISWOBXEHZAX5QX7TT6XJU7ANCNFSM5CZTXPHQ>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
>> or Android
>> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
>> .
>>
>
|
|
When hitting run (debug or release) I just started all-of-a-sudden receiving this error message:
My system info:
What did I do to cause this? I will try recreating the project, etc. and post back here.
The text was updated successfully, but these errors were encountered: