As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
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 Yesterday at 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