Author Topic: The 28 January 2024 build (13434) is out.  (Read 4367 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 28 January 2024 build (13434) is out.
« on: January 28, 2024, 05:43:15 pm »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

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


The 28 Januari 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240128_rev13434_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • CodeCompletion Fixed and stress tested crashes caused by invalid pointers in CodeBrowser
  • fixed compilation of CC plugin for non-PCH compiling

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 404
      • X@v's wxStuff
    Re: The 28 January 2024 build (13434) is out.
    « Reply #1 on: January 28, 2024, 08:52:37 pm »
    Hi.

    OS X version of this rev can be downloaded from my website.
    There is only a macOS-11.6 version.
    Note that it is not a notarized version of the application.

    32 bits version for Windows can also be found in the same place.

    Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
    The corresponding unsigned deb files can also be downloaded from the website page linked above.

    Ubuntu-22.04 and 23.10 versions can be installed from my ppa
    Note that there won't have new updates for Ubuntu-23.04 as it has been declared as obsolete and won't accept any new packages.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline MehdiChinoune

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 28 January 2024 build (13434) is out.
    « Reply #2 on: January 29, 2024, 08:47:08 pm »
    Hi,

    The latest nightly is now available on MSYS2 (https://packages.msys2.org/base/mingw-w64-codeblocks). for both UCRT64 (GCC 13.2.0 +Binutils 2.42) and CLANG64 (LLVM 17.0.6) environments (https://www.msys2.org/docs/environments/).

    It requires some changes to make it build for clangarm64 (aarch64).

    M. Chinoune

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 20
    Re: The 28 January 2024 build (13434) is out.
    « Reply #3 on: January 31, 2024, 02:24:29 pm »
    Hello,
    I meet crash on CB while using menu/file/quit (or upper right quit widget).
    no dbgrpt find.

    It works for me every time. Just open CB , open Hello World project and try to quit CB
    it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

    I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

    if i close the project before quitting CB, it works normally.

    It is not critical bug ..... but easy to report and reproduce  :D
     
     

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2778
    Re: The 28 January 2024 build (13434) is out.
    « Reply #4 on: January 31, 2024, 04:32:48 pm »
    Hello,
    I meet crash on CB while using menu/file/quit (or upper right quit widget).
    no dbgrpt find.

    It works for me every time. Just open CB , open Hello World project and try to quit CB
    it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

    I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

    if i close the project before quitting CB, it works normally.

    It is not critical bug ..... but easy to report and reproduce  :D
    This is probably the same as reported by Miguel Gimenez.
    https://forums.codeblocks.org/index.php/topic,25652.msg174869.html#msg174869

    I'll look into it.
    « Last Edit: January 31, 2024, 04:34:31 pm by Pecan »

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2778
    Re: The 28 January 2024 build (13434) is out.
    « Reply #5 on: January 31, 2024, 05:21:23 pm »
    Hello,
    I meet crash on CB while using menu/file/quit (or upper right quit widget).
    no dbgrpt find.

    It works for me every time. Just open CB , open Hello World project and try to quit CB
    it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

    I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

    if i close the project before quitting CB, it works normally.

    It is not critical bug ..... but easy to report and reproduce  :D

    I could not recreate this problem, so I changed all CallAfter semaphore Wait()s to WaitTimeout(500).

    Please test to see if this solved the problem.
    Thanks

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 20
    Re: The 28 January 2024 build (13434) is out.
    « Reply #6 on: February 05, 2024, 01:41:55 pm »
    Please test to see if this solved the problem.
    Thanks

    hello,
    yess ! it solve it for NB 13442
    thanks

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2778
    Re: The 28 January 2024 build (13434) is out.
    « Reply #7 on: February 05, 2024, 07:30:41 pm »
    Please test to see if this solved the problem.
    Thanks

    hello,
    yess ! it solve it for NB 13442
    thanks
    You might still run across the problem.
    The latest fix for the hang on exiting CB is rev 13443
    Thanks for reporting.

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 20
    Re: The 28 January 2024 build (13434) is out.
    « Reply #8 on: February 12, 2024, 07:40:26 pm »
    Please test to see if this solved the problem.
    Thanks

    hello,
    yess ! it solve it for NB 13442
    thanks
    You might still run across the problem.
    The latest fix for the hang on exiting CB is rev 13443
    Thanks for reporting.
    Ok for me on rev 13447.  :)  thank you