News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 26 July 2006 build is out.

Started by killerbot, July 26, 2006, 07:52:18 PM

Previous topic - Next topic

k1mgy

Verion prior was code blocks exe dated 5/1/2006.

Sorry, don't have a build number for you.

killerbot

Quote from: k1mgy on July 27, 2006, 05:41:10 PM
Verion prior was code blocks exe dated 5/1/2006.

Sorry, don't have a build number for you.

damn : january, that's the bginning of the nightly builds :-(

orefa

Quote from: killerbot on July 27, 2006, 05:34:38 PM
plug-ins to try to disable (start CB without any project so you can surely close it ;-) without crashing).
- codecompletion
- keybinder

Ok, I tried both and then each one in turn. Disabling the "Keyboard Shortcuts" plug-in solves it. The "Code Completion" plug-in doesn't seem to be involved here, it is turned on right now and causes no problem.

killerbot

Quote from: orefa on July 27, 2006, 05:51:14 PM
Quote from: killerbot on July 27, 2006, 05:34:38 PM
plug-ins to try to disable (start CB without any project so you can surely close it ;-) without crashing).
- codecompletion
- keybinder

Ok, I tried both and then each one in turn. Disabling the "Keyboard Shortcuts" plug-in solves it. The "Code Completion" plug-in doesn't seem to be involved here, it is turned on right now and causes no problem.

This is wht I suspected, things started to go wrong last week when the keybinder got updated. Remains strange I don't have it :-(

Do you have bindings you have defined yourself, or did you have the plug-in active because it comes with CB ;-)

[EDIT] : 27 nightly DEBUG BUILD nearly uploaded --> let it crash and look at the rpt ;-)

k1mgy

Not certain you folks are addressing the issue with the keypad or another in the thred.

I disabled the code completion and keyboard plugins and no difference. 

I get a warning each time I load a file:

pluginwizard.dll
projectwizard.dll

not loaded.

Maybe this is a mingw issue?

nu-kinetix

QuoteThis is wht I suspected, things started to go wrong last week when the keybinder got updated. Remains strange I don't have it

Do you have bindings you have defined yourself, or did you have the plug-in active because it comes with CB
I've had the same problem for the past 2-3 weeks as well.

I never defined bindings myself but the easy solution (i.e. stops CB from crashing upon exit) is to disable (or altogether delete!) the keybinder.dll in the plugins folder. That always seems to work, so obviously the problem is in there somewhere :)

orefa

Quote from: killerbot on July 27, 2006, 05:52:56 PM
Do you have bindings you have defined yourself, or did you have the plug-in active because it comes with CB ;-)

I almost forgot to answer your question...

I have defined nothing myself either. I don't know what most of these plug-ins do so I don't touch them, leave everything as is, try to keep out of trouble, mind my own business, ask no question, keep to myself, fade to black...  8)

rastik

Quote from: nu-kinetix on July 27, 2006, 07:37:18 PM
I never defined bindings myself but the easy solution (i.e. stops CB from crashing upon exit) is to disable (or altogether delete!) the keybinder.dll in the plugins folder. That always seems to work, so obviously the problem is in there somewhere :)
Same for me - never used key bindings and deleting keybinder.dll solves the problem. When new nightly is out, I'll let it crash and until the problem is solved I'm happy without this plug-in.

killerbot

Quote from: k1mgy on July 27, 2006, 06:44:51 PM
Not certain you folks are addressing the issue with the keypad or another in the thred.

I disabled the code completion and keyboard plugins and no difference. 

I get a warning each time I load a file:

pluginwizard.dll
projectwizard.dll

not loaded.

Maybe this is a mingw issue?


keypad issue will be investigated later, focusing first on the crash problems.
However pluginwizar.dll and projectwizard.dll are no longer needed. So in case you are using a recent nightly build (say from the last 2 weeks) remove those 2 dll's (they should be in <CodeBlocks-dir>\share\CodeBlocks\plugins).
Or install your nightly in a clean empty directory since they are no longer in the nightly build zip file.

Please give feedback if your warnings about those 2 dll's are gone (just to be sure).

k1mgy

OK, I removed the two dll's and no more errors.  Also no crashing to report in any case.

Note that I am using the unicode dll.  Should I test using the other, or is the nightly only unicode compatible, or will it matter?


killerbot

(official)  nightly builds are unicode, from time to time an ansi builds is also provided, but people should use unicode build (unless you are on win 9x).

Some people are suffering from crashes, and the most recent crashes "seem" to disappear when keybinder is turned off.

Pecan

I'll revert keybinder when I get home tomorrow evening.

pecan