You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
IDE shows that the compilation has failed, even though an exe has been generated. exe is missing the increment (2), (3), etc at the end to identify which untitled source it is.
To Reproduce
Steps to reproduce the behavior:
Open a window of QB64PE Linux. Make sure it is an untitled source.
Open a second window. The source should show as Untitled(2).
Try to compile anything.
IDE will show compilation has failed. exe will be generated in appropriate folder but missing the (2), (3), etc at the end and instead be named untitled.
Generated exe will run just fine.
Expected behavior
IDE should compile the name as untitled(2), untitled(3), etc. and not show an error in the IDE.
Screenshots
Desktop (please complete the following information):
Describe the bug
IDE shows that the compilation has failed, even though an exe has been generated. exe is missing the increment (2), (3), etc at the end to identify which untitled source it is.
To Reproduce
Steps to reproduce the behavior:
Open a window of QB64PE Linux. Make sure it is an untitled source.
Open a second window. The source should show as Untitled(2).
Try to compile anything.
IDE will show compilation has failed. exe will be generated in appropriate folder but missing the (2), (3), etc at the end and instead be named untitled.
Generated exe will run just fine.
Expected behavior
IDE should compile the name as untitled(2), untitled(3), etc. and not show an error in the IDE.
Screenshots
Desktop (please complete the following information):
Additional context
Compile log from attempt:
The text was updated successfully, but these errors were encountered: