User forums > Using Code::Blocks
unrecognised emulation mode: windows error
BlueHazzard:
hmm... difficult... If gdb crashes we can not do much....
Can you check if gdb origin can find all its dlls with http://www.dependencywalker.com/?
spflanze:
This problem is solved. The "gdborig.exe has stopped working" happens when I start the program with the debugger's step into function. Apparently something does not like starting the program that way. If instead I set a break point in the program, such as in the OnAbout() handler in the wizard created starter project, execution proceeds to that break point without crash. This is sufficient to debug my application.
I do not know if the application should be expected to start successfully with step through though.
Thank you everyone for your help. It is much appreciated. :)
stahta01:
--- Quote from: spflanze on June 07, 2019, 05:32:57 am ---This problem is solved. The "gdborig.exe has stopped working" happens when I start the program with the debugger's step into function. Apparently something does not like starting the program that way. If instead I set a break point in the program, such as in the OnAbout() handler in the wizard created starter project, execution proceeds to that break point without crash. This is sufficient to debug my application.
I do not know if the application should be expected to start successfully with step through though.
Thank you everyone for your help. It is much appreciated. :)
--- End quote ---
Are you using an 64 bit version of Code::Blocks?
If no, then using an 64 bit version might fix this issue.
Tim S.
spflanze:
The Code::Blocks version I have been using is:
svn build rev 11628 (2019-04-16 18:38:57) gcc 8.1.0 Windows/unicode - 64 bit
Navigation
[0] Message Index
[*] Previous page
Go to full version