CL 5.2 crash on Win7

General questions regarding the usage of CodeLite
kay
CodeLite Curious
Posts: 6
Joined: Mon Oct 19, 2009 10:41 am
Genuine User: Yes
IDE Question: C++
Contact:

CL 5.2 crash on Win7

Post by kay »

Hi,

On my Windows 7 machine, codelite 5.2 crashes imediately after startup:

- Codelite 5.2 (binary installer)
- Windows 7, 32 bit, SP1
- MinGW 4.7.1 (by binary installer)

Event log (sorry I have a German Windows):
Name der fehlerhaften Anwendung: CodeLite.exe, Version: 0.0.0.0, Zeitstempel: 0x51de27b5
Name des fehlerhaften Moduls: libplugin_sdku.dll, Version: 0.0.0.0, Zeitstempel: 0x51dbb1fb
Ausnahmecode: 0xc0000005
Fehleroffset: 0x000d2583
ID des fehlerhaften Prozesses: 0x14ac
Startzeit der fehlerhaften Anwendung: 0x01ce98fa8bad6245
Pfad der fehlerhaften Anwendung: C:\Opt\CodeLite\CodeLite.exe
Pfad des fehlerhaften Moduls: C:\Opt\CodeLite\libplugin_sdku.dll
Berichtskennung: 089323df-04ee-11e3-a48d-005056c00008
Stack trace: see attached screenshot.
codelite_stack_trace.png
The same error also occurs with CL 5.1.

I have different versions of MinGW installed in my computer, but none of it is included in %PATH%.

Any help is greatly appreciated,
Kay-Uwe
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 5.2 crash on Win7

Post by eranif »

Try deleting the folder: %APPDATA%\CodeLite

Eran
Make sure you have read the HOW TO POST thread
kay
CodeLite Curious
Posts: 6
Joined: Mon Oct 19, 2009 10:41 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 5.2 crash on Win7

Post by kay »

Hi Eran,

that fixed the problem! Maybe there had been some old settings from previous projects...

Many thanks,
Kay-Uwe
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 5.2 crash on Win7

Post by eranif »

Probably a corrupted XML file (usually this is the case)

Eran
Make sure you have read the HOW TO POST thread
Post Reply