Problems on Windows 10 after memory upgrade

CodeLite installation/troubleshooting forum
cfreehill
CodeLite Curious
Posts: 6
Joined: Wed Jul 20, 2016 2:01 am
Genuine User: Yes
IDE Question: c++
Contact:

Problems on Windows 10 after memory upgrade

Post by cfreehill »

Hi,

I had been using Codelite 9.2 successfully on Windows 10, 64b. Then, I upgraded my RAM from 8 GB to 16 GB. Now, Codelite will not start up. I spot checked several other programs to see if this was unique to Codelite. It seems to be--I don't see the problem with other programs.

I've uninstalled Codelite, and reinstalled the install image v9.2.0 from CodeLite Download site. I can do a few things from the Command window--get version and help information. "codelite.exe /v" pop causes a window to pop up with the version. With --help, I get help info. However, I can't get the IDE to show up.

I'm assuming this issue has something to do with the memory upgrade. Any idea as to what is causing the problem, or how to solve or work-around it?

Thanks,

Chris
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problems on Windows 10 after memory upgrade

Post by eranif »

I doubt it is realted to the memory upgrade, I would go more in the direction of a corrupted configuration file or something like this
Try removing the folder %appdata%\CodeLite and see if it helps

Eran
Make sure you have read the HOW TO POST thread
cfreehill
CodeLite Curious
Posts: 6
Joined: Wed Jul 20, 2016 2:01 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Problems on Windows 10 after memory upgrade

Post by cfreehill »

Thanks Eran!

That was the problem. I don't know how it got corrupted, but deleting the folder solved the issue.
Post Reply