Colliding item not working (unable to create a debugging engine aswell?)
-
so i'm making a ship game. So far i made it so my ship moves using arrow keys:
I want to spawn an island but when i do that my game crashes:
this is the code where i start my program ( set scene, call player class and island, etc. )
this is class Island's source code:
this is class Island's header file:
Can someone please tell me why is my game crashing and if possible how to fix it ?
I want to make so that every time i spawn island it doesnt spawn where the Player is and where an already existing Island is. -
Hi,
You should run your application through the debugger and then post the stack trace. This will give more information about what is happening when your application crash.
-
Can you successfully start the debugger from the command line ?
-
Call gdb.exe using the full path in a command prompt would be the starting point.
-
So this means that the gdb itself is working.