CodeLite crashes while saving the compiler settings?

CodeLite installation/troubleshooting forum
Ahu_Lee
CodeLite Curious
Posts: 4
Joined: Thu Sep 15, 2016 4:16 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite crashes while saving the compiler settings?

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post by eranif »

I can't really tell from the crash report why it crashed for you...
Try deleting %appdata%\CodeLite and try again
Make sure you have read the HOW TO POST thread
Ahu_Lee
CodeLite Curious
Posts: 4
Joined: Thu Sep 15, 2016 4:16 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post 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!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post by eranif »

Which version of CodeLite are you using?
Make sure you have read the HOW TO POST thread
Ahu_Lee
CodeLite Curious
Posts: 4
Joined: Thu Sep 15, 2016 4:16 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post by Ahu_Lee »

eranif wrote:Which version of CodeLite are you using?
9.2.0

And the OS is Windows 7 SP1 32-bit.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post 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
Make sure you have read the HOW TO POST thread
Ahu_Lee
CodeLite Curious
Posts: 4
Joined: Thu Sep 15, 2016 4:16 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashes while saving the compiler settings?

Post by Ahu_Lee »

Thank you very much for the help, eranif.

Cheers!
Post Reply