Startup Error

Archives Forums/Blitz3D Bug Reports/Startup Error

moOch(Posted 2005) [#1]
Hi
I have a problem with the debugger...
When I start my code with debug, it only shows
me Startup Error: graphics_create failed

why?

and how can I fix it?


big10p(Posted 2005) [#2]
The debugger runs in windowed mode. The graphics mode you're using may not be available in windowed mode, due to the limitations of your graphics hardware/driver. Just a guess.


moOch(Posted 2005) [#3]
no, thats not possible...
when I run it without the debugg (also in windowed mode)
it don't happen...