Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: daniloz on December 11, 2012, 02:03:36 pm

Title: Codeblocks not starting
Post by: daniloz 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?
Title: Re: Codeblocks not starting
Post by: Jenna 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.
Title: Re: Codeblocks not starting
Post by: daniloz 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...