(PB 5.72 Beta 2) - OpenWindowedScreen example crashes
Posted: Tue Mar 10, 2020 3:39 am
In running the first example from the docs for OpenWindowedScreen ("Example: Fixed screen size with gadgets"), the code begins to execute and then somewhere within the inner Repeat loop, it eventually crashes and the following error is displayed: "The debugged executable quit unexpectedly."
This bug report is about giving a repro scenario. I am not sure what in the window loop is causing the crash. I get the same behavior with my own app, but narrowing the repro down to the PureBasic docs example seems better than trying to copy/paste all my code.
My Repro
This bug report is about giving a repro scenario. I am not sure what in the window loop is causing the crash. I get the same behavior with my own app, but narrowing the repro down to the PureBasic docs example seems better than trying to copy/paste all my code.
My Repro
- Install 64-bit Linux Mint Tricia Cinnamon.
Download and extract PureBasic 5.72 Beta 2.
Run ./checkinstall.sh and then run the recommended "sudo apt-get" command.
--all of the above work flawlessly, super easy install on Linux.
Run ./register.sh
Run ./launch.sh
Search for and paste in the top example from OpenWindowedScreen and press F5 to run.