Page 1 of 1

3D not working in debug

Posted: Mon May 13, 2024 9:44 pm
by ristopaasivirta
I downloaded the demo version of PureBasic to see the 3D capabilities.

However the program crashes to the very first line when trying to run a debug mode in the editor (pressing F5)

Code: Select all

InitEngine3D()
Just this line and the program doesn't run.

"The debugged executable quit unexpectedly."


If I build the executable then it works when I run the exe.

Re: 3D not working in debug

Posted: Tue May 14, 2024 3:21 pm
by skinkairewalker
This looks like an antivirus block

Re: 3D not working in debug

Posted: Tue May 14, 2024 5:57 pm
by AZJIO
InitEngine3D() + #PB_Engine3D_DebugLog

Re: 3D not working in debug

Posted: Wed May 15, 2024 4:28 am
by ristopaasivirta
This looks like an antivirus block
Thank you for the suggestion, I'm only using Windows10 own protection methods.
I tried turning all of the windows security methods off for a while but it still fails.
InitEngine3D() + #PB_Engine3D_DebugLog
This just throws a syntax error. How should it be used?

Re: 3D not working in debug

Posted: Wed May 15, 2024 5:07 am
by jacdelad
He meant to use it as a parameter, see help.