Author Topic: Codeblocks not starting  (Read 6550 times)

daniloz

  • Guest
Codeblocks not starting
« on: December 11, 2012, 02:03:36 pm »
Hi All,

I've updated my sources to r8647 and recompiled codeblocks on my new laptop (Win7 x64 + gcc4.7.1 (tdm-1)). Now, when starting codeblocks, I got the following message in a mesasge box and cannot proceed:

Code
codeblocks.exe - Anwendungsfehler
---------------------------
The application has failed to start correctly (0xc0000005). Click "OK" to close the application.
[original German: Die Anwendung konnte nicht korrekt gestartet werden (0xc0000005). Klicken Sie auf "OK", um die Anwendung zu schließen.]
---------------------------
OK


I already tried to delete everything and re-compile again... Also, the latest nigthly build works fine...

Any ideas?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Codeblocks not starting
« Reply #1 on: December 11, 2012, 02:13:44 pm »
Is wxWidgets compiled with the same compiler ?
If not a rebuild of wxWidgets is needed.

You can also try to run C::B through gdb to get a backtrace or use dependency walker to start it.
« Last Edit: December 11, 2012, 02:15:52 pm by jens »

daniloz

  • Guest
Re: Codeblocks not starting
« Reply #2 on: December 11, 2012, 02:18:08 pm »
Is wxWidgets compiled with the same compiler ?
If not a rebuild of wxWidgets is needed.

I always forget to rebuild wxWidgets... Thanks for the heads up, I'll rebuild it and try again...