The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23" setup_hmingw32-make -f makefile.gcc -j 26 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23"
I Check this nightly and When I close codeblocks.exe this debug alert messageBox appear. Ctrl + C to copy the messgeBox[Window Title]wxWidgets Debug Alert[Main Instruction]A debugging check in this application has failed.[Content]../../src/aui/auibook.cpp(2756): assert "page_idx < m_tabs.GetPageCount()" failed in GetPage().[ ] Don't show this dialog again [Stop] [Continue][Window Title]wxWidgets Debug Alert[Main Instruction]A debugging check in this application has failed.[Content]../../src/aui/auibook.cpp(2856): assert "Assert failure" failed in FindTab(): Window unexpectedly not found in any tab control[ ] Don't show this dialog again [Stop] [Continue]
I've found that deleting the .conf file just one time solved this for me.
Quote from: Pecan on May 29, 2026, 06:45:25 amI've found that deleting the .conf file just one time solved this for me.Yes. But I customized my default.conf in the last 5 years. To re-build manually all the cutomizations and settings is boring and time consuming. I do hope a workaround exists. Is there any other possible modification of the default.conf to fix the issue?Another point. My understanding was that with wx332 the dak mode is available. But I don't find any setting to enable it, using both my and new defautl.conf. Is the dark mode available is this nightly?ThxMax
You can change the colors using Environment Settings, Select Colours Image or Icon, Below is a comBoBox that say select application appearance if(supported by platform) and you can change the combobox to 3 options system default, Light , Dark theme.
Try deleting all the .layout files to see if that fixes the problem.