Page 1 of 1

CodeLite 14 hangs on launch after Visual Studio Installation

Posted: Wed May 06, 2020 9:25 pm
by BeijingCowboy
CodeLite 14.0.0
iMac Pro Processor 2.3GHz, 18-Core Intel Xeon W
Memory 128GB 2666 MHz DDR4
Graphics Radeon Pro9 Vega 64 16GB
OS Catalina 10.15.4

Used for several months without problems for an Online C++ class.

This weekend I installed MS Visual Studio for Mac. (don't know if it's relevant, but it's the only change to the computer)

After Installation of MSVS, when trying to run Codelite, it would immediately hang. (The Menu Bar could be seen at the top, and a spinning load disc above the bar. But after clicking on another application the CodeLite Bar could not be seen again, nor the spinning disc.)

I tried to resolve this problem by rebooting, then deleting the CodeLite app and deleting the corresponding directory.

Upon reinstalling CodeLite, the program would load and ask me basic setup questions, for example did I want to use the C++ editor, and Choose CLANG or GCC. (I tried selecting GCC in first reinstall and CLANG on a second).

When I click the button to finish the installation the Load Disc begins to spin, however it never stops. The program just hangs on that screen.

Any help would be greatly appreciated. Thanks

Re: CodeLite 14 hangs on launch after Visual Studio Installation

Posted: Thu May 07, 2020 11:47 am
by eranif
Try:

Close CodeLite
Delete the folder:

Code: Select all

~/Library/Application Support/codelite
Start CodeLite

CodeLite should now ask you again the basic questions, however, it should avoid doing this on the next restart

Re: CodeLite 14 hangs on launch after Visual Studio Installation

Posted: Fri May 08, 2020 7:46 pm
by BeijingCowboy
Thanks so much eranif! It was a frustrating week, and it feels good to be back on track!