Author Topic: The 24 May 2021 build (12452) is out.  (Read 27518 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 May 2021 build (12452) is out.
« 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.

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:

  • SDK: Fix a regression introduced in rev 12304 (ticket #1101)
  • SDK: Fix a regression introduced in rev 12451 (ticket #1101)

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: May 25, 2021, 11:07:13 pm by killerbot »

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 24 May 2021 build (12252) is out.
    « Reply #1 on: May 24, 2021, 05:11:15 pm »
    The SDK version has changed to 2.9.0 in r12451.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 24 May 2021 build (12252) is out.
    « Reply #2 on: May 24, 2021, 05:36:55 pm »
    adjusted, thanks.

    Offline AlexN

    • Multiple posting newcomer
    • *
    • Posts: 16
      • Alex's Link Sammlung
    Re: The 24 May 2021 build (12252) is out.
    « Reply #3 on: May 25, 2021, 07:06:11 am »
    The Topic has a wrong build number 122452
    best regards
     Alex ;)

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 24 May 2021 build (12252) is out.
    « Reply #4 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  ;)
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 24 May 2021 build (12452) is out.
    « Reply #5 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

    Offline dimi_s

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 24 May 2021 build (12452) is out.
    « Reply #6 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...


    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 24 May 2021 build (12452) is out.
    « Reply #7 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?

    Offline dimi_s

    • Single posting newcomer
    • *
    • Posts: 3
    Re: The 24 May 2021 build (12452) is out.
    « Reply #8 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 is dead

    p.S. yesterday I couldn't log into the forum. The forum has not worked well recently.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1553
    Re: The 24 May 2021 build (12452) is out.
    « Reply #9 on: June 01, 2021, 08:27:08 am »
    Quote
    Thanks, it works!

    Patch in ticket 1104

    Offline tomay3000

    • Multiple posting newcomer
    • *
    • Posts: 58
    Re: The 24 May 2021 build (12452) is out.
    « Reply #10 on: June 03, 2021, 01:06:52 am »
    The quick properties panel in wxsmith is not showing! :(

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 24 May 2021 build (12452) is out.
    « Reply #11 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?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline tomay3000

    • Multiple posting newcomer
    • *
    • Posts: 58
    Re: The 24 May 2021 build (12452) is out.
    « Reply #12 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.
    « Last Edit: June 03, 2021, 01:51:31 am by tomay3000 »

    Offline oBFusCATed

    • Developer
    • Lives here!
    • *****
    • Posts: 13413
      • Travis build status
    Re: The 24 May 2021 build (12452) is out.
    « Reply #13 on: June 03, 2021, 10:04:47 am »
    So, is there any problem or not?
    (most of the time I ignore long posts)
    [strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

    Offline tomay3000

    • Multiple posting newcomer
    • *
    • Posts: 58
    Re: The 24 May 2021 build (12452) is out.
    « Reply #14 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.