I am just bringing up a new Linux machine (Mint 19.1) Kernel 4.15 and have installed Codelite 12. When it starts the Codelite splash dialog shows up momentarily and the disappears. I have tried running Codelite from a terminal but no message is sent to stderr.
Uninstalling and reinstalling has had no effect. Something is busted in my system but I don't know what. I use Codelite regularly on other workstations without any trouble.
Any guesses, please...
Codelite startup
- zaphod
- CodeLite Veteran
- Posts: 55
- Joined: Fri Sep 11, 2009 6:20 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite startup
Have a look under ~/.codelite/codelite.log and see if you find something interesting there
Also, try checking: ~/.codelite/codelite-stdout-stderr.log
Also, try checking: ~/.codelite/codelite-stdout-stderr.log
Make sure you have read the HOW TO POST thread
- zaphod
- CodeLite Veteran
- Posts: 55
- Joined: Fri Sep 11, 2009 6:20 pm
- Contact:
Re: Codelite startup
This is what I see but only the GTK stuff makes any sense to me and GTK tends to warn about everything (that's OK).
Code: Select all
[11:02:32:315 ERR] [Main] Failed to open file: /home/clive/.codelite/config/php.conf . Success
[11:02:32:315 ERR] [Main] Failed to open file: /home/clive/.codelite/config/php-general.conf . Success
[11:02:32:458 ERR] [Main] Failed to open file: /home/clive/.codelite/config/php.conf . Success
[11:02:32:459 ERR] [Main] Failed to open file: /home/clive/.codelite/config/phplint.conf . Success
[11:02:32:515 ERR] [Main] execvp(' svn --config-dir /home/clive/.codelite/subversion status ') error: Success
[11:02:32:521 ERR] [Main] execvp(' svn --config-dir /home/clive/.codelite/subversion --version ') error: Success
[11:13:26:019 ERR] [Main] execvp(' svn --config-dir /home/clive/.codelite/subversion status ') error: Success
[11:13:26:024 ERR] [Main] execvp(' svn --config-dir /home/clive/.codelite/subversion --version ') error: Success
Code: Select all
(codelite:3310): Gtk-WARNING **: 11:32:35.558: Negative content width -1 (allocation 25, extents 13x13) while allocating gadget (node button,
(codelite:3310): Gtk-WARNING **: 11:32:35.674: Negative content width -1 (allocation 25, extents 13x13) while allocating gadget (node button, owner GtkButton)
(codelite:3310): Gtk-WARNING **: 11:32:35.691: Negative content width -1 (allocation 25, extents 13x13) while allocating gadget (node button, owner GtkButton)
(codelite:3310): Gtk-CRITICAL **: 11:32:40.538: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(codelite:3310): Gtk-CRITICAL **: 11:32:40.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(codelite:3310): Gtk-CRITICAL **: 11:32:40.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(codelite:3310): Gtk-CRITICAL **: 11:32:40.588: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
/bin/sh: 1: Syntax error: ")" unexpected
/bin/sh: 1: Syntax error: ")" unexpected
/bin/sh: 1: Syntax error: ")" unexpected
/bin/sh: 1: Syntax error: ")" unexpected
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite startup
Try deleting the entire folder ~/.codelite and start CodeLite
Does it help?
Does it help?
Make sure you have read the HOW TO POST thread
- zaphod
- CodeLite Veteran
- Posts: 55
- Joined: Fri Sep 11, 2009 6:20 pm
- Contact:
Re: Codelite startup
That did it! Thank you. I use Codelite every day and I'm a big fan of yours.
- zaphod
- CodeLite Veteran
- Posts: 55
- Joined: Fri Sep 11, 2009 6:20 pm
- Contact:
Re: Codelite startup
I have made a donation to your project. Buy yourself a couple of these:
https://www.amazon.com/gp/product/B07DK ... UTF8&psc=1
A pair of these and a decent graphics card makes for an excellent workstation with acres of screen space.
https://www.amazon.com/gp/product/B07DK ... UTF8&psc=1
A pair of these and a decent graphics card makes for an excellent workstation with acres of screen space.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite startup
Thank you for the generous donation!
Make sure you have read the HOW TO POST thread