Codelite has been running fine for a few years until I recently bought a new High DPI (4k) monitor.
Now the application will start to load, but shut before becoming available to use. However, if I right click and 'Run as administrator' then it will run normally.
I haven't found any way of tracking down the problem. Most other apps run normally, but I do also have the same problem with FreeCAD.
Is there a switch I can add to the command line to see where Codelite is failing?
Codelite closes on startup unless run as administrator
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 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 closes on startup unless run as administrator
Try deleting the folder %appdata%\CodeLite and see if it helps
If it does not, try installing CodeLite in a folder other than C:\Program Files\CodeLite (try something local)
There is a log file under %appdata%\CodeLite
If it does not, try installing CodeLite in a folder other than C:\Program Files\CodeLite (try something local)
There is a log file under %appdata%\CodeLite
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Codelite closes on startup unless run as administrator
Thank you for the suggestions.
This is what I have discovered so far:
Deleting (actually I renamed) the %appdata%\CodeLite did not help.
Installing Codelite 12.0.0 in a local folder works, but re-instating the %appdata%\CodeLite folder caused it to stop working. Renaming the folder again (so a new folder is created) results in Codelite working again.
Codelite 12.0.10 does not work either installed in a local folder or in Program Files (but it does when run as administrator).
The log file does not include anything interesting, only:
I read that similar problems were being caused if %appdata%\Temp has the wrong permissions, but that doesn't appear to be my problem.
It seems that this is a relatively common problem in Windows 10, but so far none of the Google'd solutions work.
This is what I have discovered so far:
Deleting (actually I renamed) the %appdata%\CodeLite did not help.
Installing Codelite 12.0.0 in a local folder works, but re-instating the %appdata%\CodeLite folder caused it to stop working. Renaming the folder again (so a new folder is created) results in Codelite working again.
Codelite 12.0.10 does not work either installed in a local folder or in Program Files (but it does when run as administrator).
The log file does not include anything interesting, only:
Code: Select all
[16:27:37:760 ERR] [Main] Failed to open file: C:\Users\iwbnwif\AppData\Roaming\codelite\config\php.conf . No error
[16:27:37:770 ERR] [Main] Failed to open file: C:\Users\iwbnwif\AppData\Roaming\codelite\config\php-general.conf . No error
[16:27:41:900 ERR] [Main] Failed to open file: C:\Users\iwbnwif\AppData\Roaming\codelite\config\phplint.conf . No error
It seems that this is a relatively common problem in Windows 10, but so far none of the Google'd solutions work.
-
- CodeLite Veteran
- Posts: 81
- Joined: Thu Mar 21, 2013 1:12 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Codelite closes on startup unless run as administrator
So after digging further, the problem seems to lay in %appdata%\CodeLite\config\codelite.xml.
In particular, within the section
If I change the line:
to:
Then Codelite 12.0.0 seems to work fine.
In particular, within the section
Code: Select all
<ArchiveObject Name="GeneralInfo">
Code: Select all
<long Value="141" Name="m_flags"/>
Code: Select all
<long Value="140" Name="m_flags"/>