User forums > Nightly builds

The 17 october 2006 build is out.

<< < (5/6) > >>

Pecan:
Version 1.0 revision 3103 (2006-10-18 07:54:00)   gcc 3.4.4 Windows/unicode

Infinite loop.

When a project is loaded, and a file is open in the editor, an infinite loop results trying to change syntax hilighting.

EDIT:
Woops, I just got it at the html page after closing codeblocks.cbp then attempting to change the active line highlite.
It happens at the OK press to dismiss the config dialog.

It does not happen when a project is *never* loaded.


SVN 3094 is ok. (My last backup)

Damn, caused by codecompletion plugin. Remove plugins one by one, then restored one by one.

Also, disabling code completion via the plugin manager solve the problem.


Pecan:

--- Quote from: mandrav on October 18, 2006, 08:57:00 am ---
--- Quote ---I got several error by checking the log during startup.

[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip

Could you please tell me where could I get those? Thank you very much!

--- End quote ---

Try a fresh nightly install. These are probably left-overs from upgrading nightlies. We have changed some filenames over time and older files are probably left in your directories.

--- End quote ---


--- Code: ---ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip

--- End code ---

I get the messages on SVN 3103, they do not exists on my system,
and codeblocks.cbp isn't creating them for me.

How did I miss getting 'em

Edit:
Ok, now I get it. It's caused by old .dll plugins looking for old .zip files.
Delete the old compilergcc.dll and debuggergdb.dll and the msgs go away.


stahta01:

--- Quote from: Pecan on October 18, 2006, 07:03:23 pm ---
--- Quote from: mandrav on October 18, 2006, 08:57:00 am ---
--- Quote ---I got several error by checking the log during startup.

[07:17:26.525]: ERROR: Plugin resource not found: compilergcc.zip
[07:17:26.735]: ERROR: Plugin resource not found: debuggergdb.zip
[07:17:27.065]: ERROR: Plugin resource not found: pluginwizard.zip

Could you please tell me where could I get those? Thank you very much!

--- End quote ---

Try a fresh nightly install. These are probably left-overs from upgrading nightlies. We have changed some filenames over time and older files are probably left in your directories.

--- End quote ---


--- Code: ---ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip

--- End code ---

I get the messages on SVN 3103, they do not exists on my system,
and codeblocks.cbp isn't creating them for me.

How did I miss getting 'em



--- End quote ---

Rename the folder share under devel and output folders to share.old
Suggested steps doing is
1. Rename share to share-old under devel
2. Rebuild codeblocks project
3. Rename share to share-old under output
4. run the update.bat or update

Note: I did lots of things to get rid of error message, but I think the above is what I should have done.

Edit: looks like you found a simpler answer.

--- Quote from: Pecan on October 18, 2006, 07:03:23 pm ---Ok, now I get it. It's caused by old .dll plugins looking for old .zip files.
Delete the old compilergcc.dll and debuggergdb.dll and the msgs go away.

--- End quote ---

Tim S

killerbot:

--- Quote from: Pecan on October 18, 2006, 06:19:47 pm ---Version 1.0 revision 3103 (2006-10-18 07:54:00)   gcc 3.4.4 Windows/unicode

Infinite loop.

When a project is loaded, and a file is open in the editor, an infinite loop results trying to change syntax hilighting.

EDIT:
Woops, I just got it at the html page after closing codeblocks.cbp then attempting to change the active line highlite.
It happens at the OK press to dismiss the config dialog.

It does not happen when a project is *never* loaded.


SVN 3094 is ok. (My last backup)

Damn, caused by codecompletion plugin. Remove plugins one by one, then restored one by one.

Also, disabling code completion via the plugin manager solve the problem.




--- End quote ---

Could you do some further tests to narrow it down ??
Possible candidates could be :
rev 3098 : dragscroll update ( I don't think this has something to do with it, but today after this update it turned on the auto focus while I didn't hav that in the past)
rev 3099 : contains a changed for the native parser (but ifdef-ed and just fo logging purposes)
rev 3100 : specific change for codecompletion !!!!!!!

I think rev 3100 is the most likely one ?

I also had some crashes today, but hard to reproduce.

MortenMacFly:

--- Quote from: Pecan on October 18, 2006, 07:03:23 pm ---
--- Code: ---ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip

--- End code ---

--- End quote ---
I think I know, why this happens: The ZIP files are being created by the update batch file, not within the project (as post-compilation steps). I think this should be changed for the plugins in CodeBlock's main project file and removed from update.bat. Also the option "always execute even if target is up-to-date" should be enabled then... Any objections?
With regards, Morten.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version