News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

unrecognised emulation mode: windows error

Started by spflanze, May 26, 2019, 09:54:43 PM

Previous topic - Next topic

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. :)

Are you using an 64 bit version of Code::Blocks?
If no, then using an 64 bit version might fix this issue.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

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