Page 1 of 1

CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 4:33 am
by Ahu_Lee
The program crashes while saving the settings after searching\scanning for the compiler. It is MinGW folder at the root of C: in my case.

Here's the problem signature:

Code: Select all

:
  Problem Event Name:	APPCRASH
  Application Name:	codelite.exe
  Application Version:	9.2.0.0
  Application Timestamp:	578629d5
  Fault Module Name:	libplugin_sdku.dll
  Fault Module Version:	0.0.0.0
  Fault Module Timestamp:	578532c4
  Exception Code:	c0000005
  Exception Offset:	001265dc
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
Why is it happening?
What do I do to be sure the compiler is set up properly?

Re: CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 9:03 am
by eranif
I can't really tell from the crash report why it crashed for you...
Try deleting %appdata%\CodeLite and try again

Re: CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 2:09 pm
by Ahu_Lee
I had already done that. It only helps to make the pre-installed compilers(those that come with CodeLite) to work again. But every time I try to add external compilers from the C:\MinGW\bin folder it cashes again.

Thank you for your help!

Re: CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 3:39 pm
by eranif
Which version of CodeLite are you using?

Re: CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 5:09 pm
by Ahu_Lee
eranif wrote:Which version of CodeLite are you using?
9.2.0

And the OS is Windows 7 SP1 32-bit.

Re: CodeLite crashes while saving the compiler settings?

Posted: Thu Sep 15, 2016 11:02 pm
by eranif
I am not using 32 bit windows, so it might be related.
I will try to startup a VM and give it a try

Re: CodeLite crashes while saving the compiler settings?

Posted: Fri Sep 16, 2016 9:46 pm
by Ahu_Lee
Thank you very much for the help, eranif.

Cheers!