Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 24, 2021, 04:21:19 pm

Title: The 24 May 2021 build (12452) is out.
Post by: killerbot on May 24, 2021, 04:21:19 pm
We switched to wx 3.1.5 --> download the new wx dll's see link below

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(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw31u_gcc_cb_wx315_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 24 May 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20210524_rev12452_win64.7z
  - Linux :
   none

The current SDK version is : 2.9.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 24 May 2021 build (12252) is out.
Post by: Miguel Gimenez on May 24, 2021, 05:11:15 pm
The SDK version has changed to 2.9.0 in r12451.
Title: Re: The 24 May 2021 build (12252) is out.
Post by: killerbot on May 24, 2021, 05:36:55 pm
adjusted, thanks.
Title: Re: The 24 May 2021 build (12252) is out.
Post by: AlexN on May 25, 2021, 07:06:11 am
The Topic has a wrong build number 122452
Title: Re: The 24 May 2021 build (12252) is out.
Post by: Xaviou on May 25, 2021, 09:44:49 pm
It seems killerbot is no more used to such a rythm of nightlies publication : he is tired  ;D  ;)
Title: Re: The 24 May 2021 build (12452) is out.
Post by: killerbot on May 25, 2021, 11:07:56 pm
and that one is corrected too, thanks.

Let's see if I can keep the next one typo free  ;D
Title: Re: The 24 May 2021 build (12452) is out.
Post by: dimi_s on May 31, 2021, 03:03:41 pm
I have a problem creating an SDL2 project (Win10 x64)

When i select "Create a new  project" -> "SDL2 Project" an error occurs:

LoadBuffer failed
Filename: D:\CB\share\codeblocks/templates/wizard/sdl2/wizard.script
  Error: end of statement expected (; or lf)
  Details:
Info[Error]: Failed to load the wizard's script.
Please check the debug log for details...

Title: Re: The 24 May 2021 build (12452) is out.
Post by: Miguel Gimenez on May 31, 2021, 04:03:13 pm
Can you edit
Code
share\CodeBlocks\templates\wizard\sdl2\wizard.script
, remove the bracket at the end of line 27 and try again?
Title: Re: The 24 May 2021 build (12452) is out.
Post by: dimi_s on June 01, 2021, 06:21:25 am
Thanks, it works!

"Please check the debug log for details..."
Where can I see the log file? --debug-log switch did nothing.
The link http://wiki.codeblocks.org/index.php/Code::Blocks_command_line_arguments#Command_line_arguments (http://wiki.codeblocks.org/index.php/Code::Blocks_command_line_arguments#Command_line_arguments) is dead

p.S. yesterday I couldn't log into the forum. The forum has not worked well recently.
Title: Re: The 24 May 2021 build (12452) is out.
Post by: Miguel Gimenez on June 01, 2021, 08:27:08 am
Quote
Thanks, it works!

Patch in ticket 1104 (https://sourceforge.net/p/codeblocks/tickets/1104/)
Title: Re: The 24 May 2021 build (12452) is out.
Post by: tomay3000 on June 03, 2021, 01:06:52 am
The quick properties panel in wxsmith is not showing! :(
Title: Re: The 24 May 2021 build (12452) is out.
Post by: oBFusCATed on June 03, 2021, 01:21:57 am
The quick properties panel in wxsmith is not showing! :(
What OS? Which is the first night build where this happens?
Title: Re: The 24 May 2021 build (12452) is out.
Post by: tomay3000 on June 03, 2021, 01:31:26 am
What OS?
Windows 7 x64

Which is the first night build where this happens?
Not sure, I have skipped many nightlies at once directly up to this one.

EDIT: It is showing now, it is a transparent background issue when added a wxSplitterWindow.
Title: Re: The 24 May 2021 build (12452) is out.
Post by: oBFusCATed on June 03, 2021, 10:04:47 am
So, is there any problem or not?
Title: Re: The 24 May 2021 build (12452) is out.
Post by: tomay3000 on June 03, 2021, 07:49:23 pm
So, is there any problem or not?
No there is not for The quick properties panel but there is the transparency problem for the wxSplitterWindow when added to a wxFrame in wxSmith.
Title: Re: The 24 May 2021 build (12452) is out.
Post by: oBFusCATed on June 03, 2021, 07:57:04 pm
Steps to reproduce?
Title: Re: The 24 May 2021 build (12452) is out.
Post by: tomay3000 on June 03, 2021, 09:42:38 pm
Steps to reproduce?
Create a new wxFrame-wxSmith project, then add a wxSplitterWindow in the main frame.
Now resize CodeBlocks, or simply minimize and maximize to see the drawing problem.
Title: Re: The 24 May 2021 build (12452) is out.
Post by: oBFusCATed on June 04, 2021, 02:03:40 am
Is this issue new in recent night builds?