Search found 2 matches

by ristopaasivirta
Wed May 15, 2024 4:28 am
Forum: Coding Questions
Topic: 3D not working in debug
Replies: 4
Views: 986

Re: 3D not working in debug

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?
by ristopaasivirta
Mon May 13, 2024 9:44 pm
Forum: Coding Questions
Topic: 3D not working in debug
Replies: 4
Views: 986

3D not working in debug

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)

InitEngine3D()

Just this line and the program doesn't run.

"The debugged executable quit unexpectedly."


If I ...