Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 11, 2014, 11:30:40 pm

Title: The 11 May 2014 build (9765) is out.
Post by: killerbot on May 11, 2014, 11:30:40 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks.berlios/files/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks.berlios/files/mingwm10_gcc481-TDM.7z

The 11 May 2014 build is out.
  - Windows :
http://sourceforge.net/projects/codeblocks.berlios/files/CB_20140511_rev9765_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


EDIT:
corrected download links, berlios.de seems to be gone as announced.
Jens
Title: Re: The 11 May 2014 build (9765) is out.
Post by: ollydbg on May 12, 2014, 03:23:52 am
Here is Alpha's Clanglib binary release compatible with this nightly build, very nice feature.

Re: Clang based CC, new CC interface (http://forums.codeblocks.org/index.php/topic,18785.msg131714.html#msg131714)
Quote
Binary release available here for Windows, compatible with nightly build rev9765.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Newling on May 12, 2014, 12:39:11 pm
Thank you very much for this nightly version, works for me great! 

 ;D ;D
Title: Re: The 11 May 2014 build (9765) is out.
Post by: shurick on May 12, 2014, 01:51:37 pm
Packages for openSUSE 12.2 - 13.1 (http://download.opensuse.org/repositories/home:/NarkoZ:/Nightlies/) (binaries and sources) for 32-bit and 64-bit.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: damorin on May 12, 2014, 02:23:57 pm
Hi,

I was doing a regexp seach/replace and suddenly this:

wxScintilla
Assertion(cpMax <=pdoc->Length()] failed at c:\CodeBlocks\sf2\src\sdk\wxscintilla\src\Editor.cxx 7792

Build 9765
On Windows XP SP3
Title: Re: The 11 May 2014 build (9765) is out.
Post by: damorin on May 12, 2014, 02:44:33 pm

The regular expression was for search:

Code
FXBOOL Cfg([A-Z0-0_]+);.*$

and for the replace:

Code
                                      JDR_BOOL( "\1" ) \

There is a missing \ and once added, the problem disappeared.

Title: Re: The 11 May 2014 build (9765) is out.
Post by: airc on May 12, 2014, 03:54:39 pm
thanks for the update .
seems wxsmith was not updated since a while , is it deprecated ?
Title: Re: The 11 May 2014 build (9765) is out.
Post by: oBFusCATed on May 12, 2014, 11:08:21 pm
No, just no one is actively working on it. Volunteers welcome.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Max on May 13, 2014, 11:55:02 pm
Using Windows XP Service Pack 3 the latest nightly build is getting a crash adding a file using

File->New->File

and adding a header file into an existing c++ project.

No crash report found.

The problem was not present in previous 9677
Title: Re: The 11 May 2014 build (9765) is out.
Post by: oBFusCATed on May 14, 2014, 12:18:45 am
Didn't reproduce on linux. Does it happen with a simple console project?
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Xaviou on May 14, 2014, 08:14:53 am
Using Windows XP Service Pack 3 the latest nightly build is getting a crash adding a file using

File->New->File

and adding a header file into an existing c++ project.

No crash report found.

The problem was not present in previous 9677
Couldn't reproduce on a Win XP SP3 machine (Created a new wx-3.0 project, saved, re-opened, open the main file in the editor, and added a new header file using the "File -> New -> File" Wizard).

Regards
Xav'
Title: Re: The 11 May 2014 build (9765) is out.
Post by: xawari on May 15, 2014, 03:10:23 pm
Same here. Cannot reproduce addfilecrash on win2003.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: damorin on May 15, 2014, 07:51:11 pm

Got to reproduce the crash in XP SP3 except that I tried to add a C++ file.

The instruction at "0x6d053d40" referenced memory at "0xff080174". The memory cannot be "read".

See attached RPT.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: White-Tiger on May 15, 2014, 10:11:09 pm
I gave up on using Code::Blocks "add file" "feature" as it crashes way to often... About a month ago I've killed it that way as well^^
It's saver to add existing files instead of new ones and just create them inside the "open file" dialog :P

I don't really like CB to crash... all the time I have to rename "<projectname>.layout.save" to "<projectname>.layout" since the original file is somehow deleted when CB crashes...
Title: Re: The 11 May 2014 build (9765) is out.
Post by: oBFusCATed on May 15, 2014, 10:34:41 pm
Doesn't happen for me. Have you reproduced the problem while debugging C::B? Can you try if not?
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Max on May 17, 2014, 02:29:37 pm
I'm observing the crash on three different PC all using Windows XP SP3 adding a C++ or an .h file  file in an existing C++ project. The issue was not present in the previous nightly. I unable to find any .rpt files (where should it be located?).

The error message is


The instruction at "0x6185c452" referenced memory at "0x00000008". The memory cannot be "read".

The issue is also present is a new project (C++ Console) created using the latest nightly.

Title: Re: The 11 May 2014 build (9765) is out.
Post by: Folco on May 17, 2014, 02:56:00 pm
This nightly is rev.9765. I use a self compiled CB under Debian testing, rev.9760 (trunk, --with-contrib-plugins=all) and don't get this crash.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Jenna on May 17, 2014, 04:00:26 pm
I'm observing the crash on three different PC all using Windows XP SP3 adding a C++ or an .h file  file in an existing C++ project. The issue was not present in the previous nightly. I unable to find any .rpt files (where should it be located?).

The error message is


The instruction at "0x6185c452" referenced memory at "0x00000008". The memory cannot be "read".

The issue is also present is a new project (C++ Console) created using the latest nightly.


Did you just copy the new nightly over the old one, or did you remove the whole content of the C::B folder ?
Title: Re: The 11 May 2014 build (9765) is out.
Post by: savya on May 17, 2014, 08:28:18 pm
The download links are not working. I have tried several times over the past 12 hours. Can you post the mirror links.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Jenna on May 17, 2014, 09:11:19 pm
Try this (sourceforge.net) links:
wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z (http://sourceforge.net/projects/codeblocks.berlios/files/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z)
mingwm10_gcc481-TDM.7z (http://sourceforge.net/projects/codeblocks.berlios/files/mingwm10_gcc481-TDM.7z/download)
CB_20140511_rev9765_win32.7z (http://sourceforge.net/projects/codeblocks.berlios/files/CB_20140511_rev9765_win32.7z/download)

Also corrected the links in the first post, thanks for reporting this.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: savya on May 17, 2014, 10:36:08 pm
Try this (sourceforge.net) links:
wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z (http://sourceforge.net/projects/codeblocks.berlios/files/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z)
mingwm10_gcc481-TDM.7z (http://sourceforge.net/projects/codeblocks.berlios/files/mingwm10_gcc481-TDM.7z/download)
CB_20140511_rev9765_win32.7z (http://sourceforge.net/projects/codeblocks.berlios/files/CB_20140511_rev9765_win32.7z/download)

Also corrected the links in the first post, thanks for reporting this.

Got it..Thanks.
Title: Re: The 11 May 2014 build (9765) is out.
Post by: Max on May 18, 2014, 12:35:06 am
Did you just copy the new nightly over the old one, or did you remove the whole content of the C::B folder ?

I removed the whole content from the directory C:\Codeblocks where I unpacked the nightly
Title: Re: The 11 May 2014 build (9765) is out.
Post by: carra on May 27, 2014, 05:32:53 pm
I had not tried this nightly before, but I'm happy to report abbreviations are again working correctly, after the previous bug described here: http://forums.codeblocks.org/index.php/topic,19117.msg131330.html#msg131330 (http://forums.codeblocks.org/index.php/topic,19117.msg131330.html#msg131330)