Page 1 of 1

CL 5.2 crash on Win7

Posted: Wed Aug 14, 2013 6:43 pm
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

Re: CL 5.2 crash on Win7

Posted: Wed Aug 14, 2013 6:51 pm
by eranif
Try deleting the folder: %APPDATA%\CodeLite

Eran

Re: CL 5.2 crash on Win7

Posted: Wed Aug 14, 2013 7:26 pm
by kay
Hi Eran,

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

Many thanks,
Kay-Uwe

Re: CL 5.2 crash on Win7

Posted: Wed Aug 14, 2013 8:13 pm
by eranif
Probably a corrupted XML file (usually this is the case)

Eran