Author Topic: unrecognised emulation mode: windows error  (Read 9579 times)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: unrecognised emulation mode: windows error
« Reply #15 on: June 06, 2019, 05:10:46 pm »
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/?

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: unrecognised emulation mode: windows error
« Reply #16 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. :)


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: unrecognised emulation mode: windows error
« Reply #17 on: June 07, 2019, 05:20:35 pm »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: unrecognised emulation mode: windows error
« Reply #18 on: June 08, 2019, 01:30:13 am »
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