currently i can't debug my game with (mingw) gdb under windows7 because i always get the following error:
The strange thing is, this is only when debugging the game with gdb. When i run the game normally, everything works.
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Strangely it worked before. I suspect some windows update and already re-compiled irrlicht, but it didn't help.
Since i'm completely out of ideas, any help, hint or comment how to solve this would be highly appreciated!
Best regads
Andreas