The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
I can reproduce it with codeblocks r10528@win10 x64After I close several "globle variable editor" warnings, there are two "SimpleJoy.h" opened.Closing first one is ok, but then if I try to click or close the second one, C::B crashes.I hope this may help
Did you try if it helps to delete the *.layout-file of the project ?
About the #220 can you try if the aui sample in the wx master behaves the same if you do the same operations?
../src/common/wincmn.cpp(372): assert "id == wxID_ANY || (id >= 0 && id < 32767) || (id >= wxID_AUTO_LOWEST && id <= wxID_AUTO_HIGHEST)" failed in CreateBase(): invalid id value
I just ran into a bug for the first time when trying to open a file on linux:"../src/common/wincmn.cpp(372): assert "id == wxID_ANY ||"The backtrace was empty.
Do you mean a binary in wxwidgets distribution ? do you know the name on linux please ?