User forums > Nightly builds
The 20 July 2006 build is out.
Pecan:
--- Quote from: marfig on July 21, 2006, 04:17:50 pm ---I too get the error.
When I remove default.workspace from application\data, the problem goes away. I restart codeblocks, answer Yes to the request to save the workspace and the problem goes away.
The solution seems thus to delete this file.
--- End quote ---
--- Quote from: jomabrueloe on July 21, 2006, 01:11:40 pm ---Hi,
I'm getting the "quit error" as well, since the 18th release; it has not been fixed for my system with this one (20th). I have no keybinding active - at this time.
Jo
--- End quote ---
Ummm, there seems to be more then a keybinder problem here.
KeyBinder has no relationship to either *.workspace or *.conf. It neither reads nor writes to them.
KeyBinder only reads/writes to cbKeybinder*.ini. Deleting *.workspace or *.conf would have no effect what-so-ever on KeyBinder.
For the future, if these problems re-appear, please disable keybinder in the "Plugins->Manage Plugins" Menu item, then see if the crash disappears/remains.
In the case where there are no keybindings, keybinder never sees the quit key. The quit menu item is completely handled by the wxidgets menu system. This particular crash discription appears to be something different.
--- Quote from: marfig on July 21, 2006, 04:17:50 pm ---<snip>
EDIT: I believe the problem can be partly reproduced in the July, 18 NL by:
delete default.workspace -> start codeblocks -> yes to save workspace -> Open a project -> quit -> (You will get a beep and nothing happens) -> quit again.
--- End quote ---
I am unable to reproduce the above with the SVN equivalent of the 20th July nightly build.
Keep talking people, the light will eventually come on...
thanks
pecan
marfig:
I don't believe this has anything to do with the keybinder. I was getting a crash when using Quit from the file menu too.
Also, I cannot reproduce this on the July, 20 NL. Only on the 18th. Or with the 20th version IF I'm using a default.workspace created with a 18th NL.
killerbot:
can you post in here the content of that default workspace ???
marfig:
Ok... give me a few. going to downgrade and reproduce the error.
marfig:
Let's see...
I start fresh by deleting default.workspace and downgrading to July, 17th NL.
I start codeblocks and answer Yes to the request to save the workspace. I quit without problems. The file is now:
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="" />
</CodeBlocks_workspace_file>
--- End code ---
I restart codeblocks, open a project and quit. I answer Yes to the request to save the workspace and quit without problems. The file is now:
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Default workspace">
<Project filename="..\..\..\..\c++\middleages\middle.cbp" active="1" />
</Workspace>
</CodeBlocks_workspace_file>
--- End code ---
I upgrade to the 18th. Everything goes well. It doesn't crash on quit. I make no changes to the workspace.
I upgrade to the 20th (I never used the 19th. Was away). Everything goes well. I open another project and try to quit from the file menu. And It crashes.
At this point of the crasj, my default.workspace is:
--- Code: ---<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_workspace_file>
<Workspace title="Default workspace">
<Project filename="..\..\..\..\c++\middleages\middle.cbp" />
<Project filename="..\..\..\..\MT\mt.cbp" active="1" />
</Workspace>
</CodeBlocks_workspace_file>
--- End code ---
Any subsequent restart of codeblocks and quit, crashes.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version