Hey everyone,
I downloaded the codelite IDE 5.4 about 2 or 3 months ago and have really been enjoying it. It runs pretty quick and was a significant upgrade from my old bloodshed devC++ IDE. However, I've run into a perplexing problem.
About 3 days ago I was using it perfectly fine, Took a break from my project to work on school and I haven't been able to get it to load from the executable or any of its shortcuts since. I simply get a "program has stopped responding" error whenever I attempt to do so. I am currently using Windows 7 64bit, and like I said prior to this afternoon I was running it just fine.
Doing some more probing on the problem, I found that it is capable of loading individual code files fine, but whenever I attempt to create a new project or load a previous work space, it crashes again.
From there, I attempted to re-install the IDE and compiler. I did so on a separate drive with the same error as a result. I also attempted to redownload the install and still ran into the same problem. I am not really sure what is happening. Here are the results from the error, if anyone might have an idea of what is to blame.
Problem Event Name: APPCRASH
Application Name: CodeLite.exe
Application Version: 0.0.0.0
Application Timestamp: 52d2d79a
Fault Module Name: libplugin_sdku.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 52d17b38
Exception Code: c0000005
Exception Offset: 000d1c7a
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
Is there something I might be missing? Thanks in advance to anyone who can offer some advice.
Codelite Crash
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Feb 16, 2014 2:08 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Crash
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Feb 16, 2014 2:08 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Crash
Fantastic, problem solved. Thanks again.