Page 1 of 1
Can't get the new Alpha to work
Posted: Sat Feb 14, 2026 2:33 pm
by jacdelad
So, I finally wanted to try the new string library stuff from the 6.40 Alphas. I loaded my project and tried to run it, resulting in a "the debugger has stopped unexptectedly" message.
Now, if I put a MessageRequester("","",0) in the first line, this still happens.
How can I find out what I'm doing wrong? How do I get it to work?
Re: Can't get the new Alpha to work
Posted: Sat Feb 14, 2026 7:41 pm
by IceSoft
Try to run with "Use Compiler:" ...C Backend...
Re: Can't get the new Alpha to work
Posted: Sat Feb 14, 2026 7:58 pm
by infratec
Only x64, asm should work with a4
Re: Can't get the new Alpha to work
Posted: Sat Feb 14, 2026 9:34 pm
by jacdelad
I tried with both compilers of the Alpha 4 on Windows. Doesn't work.
The problem is, it compiles, but doesn't start somehow.
Re: Can't get the new Alpha to work
Posted: Sun Feb 15, 2026 1:34 am
by mk-soft
Incorrect installation - Wrong folder.
Antivirus Program - Exceptions not added.
Path set wrong - you don't have to (cmd - set)
Re: Can't get the new Alpha to work
Posted: Sun Feb 15, 2026 8:14 am
by jacdelad
I'll try with a new installation.
Re: Can't get the new Alpha to work
Posted: Sun Feb 15, 2026 12:37 pm
by mk-soft
I do not install PureBasic in programs.
For this I create an extra folder "C:\WinAPP" and change the path to "C:\WinAPP\PureBasic-v630x64 during the installation depending on the version
I then add the folder "C:\WinAPP" to the exceptions in the antivirus program.
Re: Can't get the new Alpha to work
Posted: Sun Feb 15, 2026 3:28 pm
by IceSoft
mk-soft wrote: Sun Feb 15, 2026 12:37 pm
I do not install PureBasic in programs.
For this I create an extra folder "C:\WinAPP" and change the path to "C:\WinAPP\PureBasic-v630x64 during the installation depending on the version
I then add the folder "C:\WinAPP" to the exceptions in the antivirus program.
Good point!
I will change path like you with the next version.
Thanks
mk-soft
Re: Can't get the new Alpha to work
Posted: Sat Feb 21, 2026 12:50 pm
by jacdelad
Got it to work: It was the Purifier.
Thanks for the suggestions and help.