when building cb with wxwidgets 3.14 addr2lineui.exe will throw an assert in ../../src/common/sizer.cpp at line 2112 with wxALIGN_CENTRE_VERTICAL in DoInsert(); With the error being that Vertical alignment flags are ignored in vertical sizers.
Just opening the wxs is enough for this to get fixed, you can try that or apply the attached patch.
Please report the result.
that seems to have done the trick :D thank you.
Ill see if anything else out of the ordinary crops up, but so far no problems.
Thanks for testing. I have created a ticket with the patch:
https://sourceforge.net/p/codeblocks/tickets/1059/ (https://sourceforge.net/p/codeblocks/tickets/1059/)