Crash when accessing project settings
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
Small workspace for the settings issue
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
There is nothing attached...
Also, "My pc" - Windows 7 or 8.1 ?
Eran
Also, "My pc" - Windows 7 or 8.1 ?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
Hopefully attachment is now working!
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
Sorry folks, cannot get the attachment to upload (no idea why)
Anyway its Window 8.1 (64 bit) and Codelite 8.0.4 (latest weekly)
Anyway its Window 8.1 (64 bit) and Codelite 8.0.4 (latest weekly)
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
The workspace you sent me works on Windows 7...
I don't have access to a 8.1 machine, will try to put my hands on such and give it a try
Eran
I don't have access to a 8.1 machine, will try to put my hands on such and give it a try
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
I have managed to make it crash on Windows 8.1
This happens because the project item is not fully selected.
When you right click on the project item (_after_ you right click, but don't select the "Settings" menu entry just yet), notice that project item is not coloured evenly...
An easier way to reproduce this on Windows 7:
Select multiple items like this: first click on the project item, then shift click some other items
once your have multiple items, right click on the select project and select "Settings" -> this will cause for the same crash
This should be fixed now in git master
Eran
This happens because the project item is not fully selected.
When you right click on the project item (_after_ you right click, but don't select the "Settings" menu entry just yet), notice that project item is not coloured evenly...
An easier way to reproduce this on Windows 7:
Select multiple items like this: first click on the project item, then shift click some other items
once your have multiple items, right click on the select project and select "Settings" -> this will cause for the same crash
This should be fixed now in git master
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 152
- Joined: Fri Jul 15, 2011 2:49 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
I can't really see the uneven colouring you refer to, but no matter, thanks for fixing it
-
- CodeLite Veteran
- Posts: 59
- Joined: Wed Dec 31, 2014 6:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Crash when accessing project settings
My workaround was to check first the settings of the 2nd project (a DLL library) and then check the settings of the main project. This way it doesn't crash.