Page 1 of 1

Latest commit, Codelite crashes on start

Posted: Sat Dec 15, 2012 7:21 pm
by SuperV1234
I have another problem. I downloaded the latest commit, replaced wx-config, and was able to compile both Win Unicode Release and Win_wxWidgets29 properly.
Updating codelite and trying to run it gives me this error: "The application was unable to start correctly (0xc0000142).

OS: Windows 8 x64
Toolset: MinGW with GCC 4.7.2

Re: Latest commit, Codelite crashes on start

Posted: Sat Dec 15, 2012 7:44 pm
by eranif
You should not compile "Win_wxWidgets29" - only "Win Unicode Release"
I am pretty sure its an environmental issue ( for exmaple: did you compile your wxWidgets yourself or using the one that I provide with codelite?)

I can upload you an installer for the latest windows build (trunk) so you can test it on your machine.
In general: do not mix libraries built with different compilers, e.g. liblibclang.dll that exists in cdoelite's repository was built with MinGW4.7.1 and not 4.7.2.

Eran

Re: Latest commit, Codelite crashes on start

Posted: Sat Dec 15, 2012 8:28 pm
by SuperV1234
eranif wrote:You should not compile "Win_wxWidgets29" - only "Win Unicode Release"
I am pretty sure its an environmental issue ( for exmaple: did you compile your wxWidgets yourself or using the one that I provide with codelite?)

I can upload you an installer for the latest windows build (trunk) so you can test it on your machine.
In general: do not mix libraries built with different compilers, e.g. liblibclang.dll that exists in cdoelite's repository was built with MinGW4.7.1 and not 4.7.2.

Eran
The installer would be great, thanks.

Re: Latest commit, Codelite crashes on start

Posted: Sat Dec 15, 2012 10:08 pm
by eranif
Here is an installer:
http://ytubeplayer.com/downloads/codelite/codelite.exe

It contains only codelite (no MinGW nor wxWidgets) - so simply install on top of the current installation
Eran

Re: Latest commit, Codelite crashes on start

Posted: Sun Dec 16, 2012 6:29 pm
by SuperV1234
Thank you a lot, it works perfectly.