I have been using CodeLite 4.6 (or 4.3?) for some time on Win7-32, and until today this was working perfectly. Today I clicked the icon and the CodeLite IDE didn't start. All the dependent DLLs seem to be present. TaskManager shows the Codelight.exe process appears and then disappears within 2-3 seconds.
Since it was v4.6, I uninstalled and installed 5.3. (using the codelite-5.3-mingw4.7.1.exe installed downloaded today). Same problem, even as administrator. From a console window, all the other apps can be started, at least to get cmd line help. Trying to run codelite.exe from the cmd line does not start it, and there's no error message of any kind.
I did shut down the earlier version (yesterday) while retagging was running, but I've done this before with no bad effects. There's no problems with the install drive (G:), and all other apps (including Visual Studio, Eclipse, Skype and others) on my dev system work correctly.
Obviously something has gotten clobbered, but I'm at a loss what at present.
Perhaps someone can offer some suggestions how to chase this down?
SD
CodeLite IDE was OK, but now won't start...
-
- CodeLite Curious
- Posts: 5
- Joined: Sat Dec 14, 2013 10:59 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 IDE was OK, but now won't start...
Delete your %APPDATA%\CodeLite folder
and codelite will start again
Eran
and codelite will start again
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Sat Dec 14, 2013 10:59 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite IDE was OK, but now won't start...
OK, now 5.3 starts up and it all works. Thanks for the fast reply.
SD
SD
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Jan 20, 2014 6:08 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite IDE was OK, but now won't start...
I had the same problem with 5.4, and removing that folder (actually I renamed it at first) solved the issue.
Thanks!
Thanks!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite IDE was OK, but now won't start...
A bug was reported for this https://github.com/eranif/codelite/issues/442antwerpen wrote:I had the same problem with 5.4, and removing that folder (actually I renamed it at first) solved the issue.
Thanks!
Eran
Make sure you have read the HOW TO POST thread