3D not working in debug

Just starting out? Need help? Post your questions and find answers here.
ristopaasivirta
New User
New User
Posts: 2
Joined: Mon May 13, 2024 9:42 pm

3D not working in debug

Post 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.
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 799
Joined: Fri Dec 04, 2015 9:26 pm

Re: 3D not working in debug

Post by skinkairewalker »

This looks like an antivirus block
AZJIO
Addict
Addict
Posts: 2225
Joined: Sun May 14, 2017 1:48 am

Re: 3D not working in debug

Post by AZJIO »

InitEngine3D() + #PB_Engine3D_DebugLog
ristopaasivirta
New User
New User
Posts: 2
Joined: Mon May 13, 2024 9:42 pm

Re: 3D not working in debug

Post 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?
User avatar
jacdelad
Addict
Addict
Posts: 2032
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: 3D not working in debug

Post by jacdelad »

He meant to use it as a parameter, see help.
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Post Reply