Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 24, 2006, 08:49:34 pm

Title: The 24 march 2006 build is out.
Post by: killerbot on March 24, 2006, 08:49:34 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 24 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060324_rev2247_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060324_rev2247_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060324_rev2247_fc4.rpm (not yet)

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 24 march 2006 build is out.
Post by: orefa on March 24, 2006, 10:02:31 pm
Progressing very nicely... :D

In the main File menu there are two options with the same shortcut: "(R)ecent projects" and "(R)ecent files". Can the shortcut for the second one be changed to "recent (F)iles" instead? This way we don't have to use the arrow keys to get to the desired one.

Thanks!
Title: Re: The 24 march 2006 build is out.
Post by: skirby on March 25, 2006, 12:16:25 am
Hello,

Could you explain me what is exactly Updated to newest version of cbSplashScreen?

Is there a relation with the following bug?
http://forums.codeblocks.org/index.php?topic=2698.msg21383#msg21383

If yes, the bug is still present.
Title: Re: The 24 march 2006 build is out.
Post by: thomas on March 25, 2006, 12:20:45 am
It is exactly what it says. The class was updated to the newest release.

No, it is not related to that bug.
Title: Re: The 24 march 2006 build is out.
Post by: killerbot on March 25, 2006, 01:06:05 am
Hello,

Could you explain me what is exactly Updated to newest version of cbSplashScreen?

Is there a relation with the following bug?
http://forums.codeblocks.org/index.php?topic=2698.msg21383#msg21383

If yes, the bug is still present.

this one is not fixed yet, but there's a patch from the_nullinator, which needs to be checked and applied.
Title: Re: The 24 march 2006 build is out.
Post by: skirby on March 25, 2006, 07:20:22 am
Quote
this one is not fixed yet, but there's a patch from the_nullinator, which needs to be checked and applied.
That's a good news.

Thanks for your explications and have a nice day.
Title: Re: The 24 march 2006 build is out.
Post by: Trikko on March 25, 2006, 11:52:40 am
I can't open anymore my old projects. C::B crashes just a second after loading the projects.
All project are created using the same template (if i try to open it, C::B crashes).

I attach the template project.

[attachment deleted by admin]
Title: Re: The 24 march 2006 build is out.
Post by: Trikko on March 25, 2006, 11:58:50 am
Dde bug is here again? Opening a file directly from windows explorer C::B show me an error message (it tells me the file don't exist, but it really open it...)
Title: Re: The 24 march 2006 build is out.
Post by: skirby on March 25, 2006, 12:23:08 pm
Hello Trikko,

I have tested your project and I have the same problem like you but there is a way to bypass it.
Launch C::B from its shortcut and disable the option "Show Spash screen at startup" in the menu "Settings" an "Environnements"
Or you can simply open your project directly in C::B once launched.
C::B should convert your project normally.
Title: Re: The 24 march 2006 build is out.
Post by: skirby on March 25, 2006, 12:24:30 pm
I forgot, you can also have a look at the following post.
It will probably help you.

http://forums.codeblocks.org/index.php?topic=2698.msg21383#msg21383
Title: Re: The 24 march 2006 build is out.
Post by: Trikko on March 25, 2006, 12:37:58 pm
Ok that's for dde bug, not fror crash!!! C::B crashes and close itself!
Title: Re: The 24 march 2006 build is out.
Post by: killerbot on March 25, 2006, 01:02:55 pm
are any of you guys building cb itself ??
I applied the modified patch from the_nullinator.
I will fix some issues, but i wonder if the crash is gone ?
The casue of the crash might be something different, but the double loading of projects might make it visible off course.

if you guys don't build yourself, post it here, then I will create a temporary build so you can test it out ...
Title: Re: The 24 march 2006 build is out.
Post by: Trikko on March 25, 2006, 01:19:55 pm
Watch this little movie compressed with xvid so you can understand my bug. (B/W for compression convenience)



[attachment deleted by admin]
Title: Re: The 24 march 2006 build is out.
Post by: killerbot on March 25, 2006, 01:32:49 pm
test build (rev 2255)
http://users.pandora.be/lieven.de.cock/CodeBlocks/rev2255.7z
Title: Re: The 24 march 2006 build is out.
Post by: killerbot on March 25, 2006, 03:39:28 pm
the bad news : the crash is not gone !!!!!
This is what I am suffering from (windows XP : revision 2255):

- I have a simple project, old version : 1.3
TEST 1:
--------
- in explorer I double click on it's .cbp file
- CB starts : shows it splash screen, shows the first message box, saying that we need to go from projects versions 1.3 to 1.4, and then nothing happens anymore, CB is using 99% cpu.

TEST 2:
--------
 - open CB, open my 'old' project
 - message box 1 : 1.3 to 1.4
 - message box 2 : saying the project file fomat will be updated on save
 - --> project is open, close it, but don't save it (so it remains on 1.3)

TEST 3:
--------
 - in CB, settings->Environment->untick "Show splash screen at startup"
 - close CB
 - in explorer I double click on our project's .cbp file
 - message box 1 and message box 2 show up, and the project is loaded


--> what is wrong ? deadlock between splash and the 2 message boxes ?? or is DDE also involved ?

[EDIT : EXTRA]

TEST 4:
--------
 - in CB, settings->Environment->tick "Show splash screen at startup", and untick "Run DDE server"
 - close CB
 - in explorer I double click on our project's .cbp file
 - messagebox 1  AND (!!!) error box saying that my cbp could not be found (remark1), click ok in the error box, click ok in the messagebox1 --> CB hangs (99% cpu)
 ------> this seems to indicate it is not DDE related


remark 1:
---------
 -> this is very weird this error used to show up in the past when the DDE was running, now it's the opposite
Title: Re: The 24 march 2006 build is out.
Post by: skirby on March 25, 2006, 03:55:55 pm
Hello killerbot,

I can confirm that the crash is not gone  :(
I have exactly the same behavior on Windows 2000 sp4 and Windows XP sp2 with your test build 2255.
C::B crash only if the option "Show Spash screen at startup" is enabled.

Here is what happened on my PC if the option is checked. (It should give you more informations about the TEST 1)
I double click on a .cbp file.
The first message box appears (Project file format changed)
I click on the button Ok and I can see the spalsh screen.
I have to click on the splash screen to make appear the second message box (project file format will be update on save)
I click on OK and after two seconds C::B crash (I don't even see the IDE)

Concerning the others test 2 and 3 I also agree with you.


Title: Re: The 24 march 2006 build is out.
Post by: phlox81 on March 26, 2006, 04:52:14 pm
Hm, the app only runs under admin account under xp, other wise, i can't open files.
Title: Re: The 24 march 2006 build is out.
Post by: MoonKid on March 26, 2006, 06:02:12 pm
What is about ansi-builds?

I can not find any ansi-build in the last two weeks.
Title: Re: The 24 march 2006 build is out.
Post by: killerbot on March 26, 2006, 06:37:35 pm
I'll create an ansi build somewhere this week
Title: Re: The 24 march 2006 build is out.
Post by: phlox81 on March 26, 2006, 07:19:27 pm
Hm, the app only runs under admin account under xp, other wise, i can't open files.

Update:
I can see which files are open in the "open filelist", even can close those and reopen them,
but there is no editor, no nodebook.
Has somebody a newer build successfull run under XP as a normal User ?

fixed. I had to delete the default.conf, it still was the old one from rc1...