News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

addr2lineui assertion triggered with wxwidgets 3.14

Started by reckless, January 15, 2021, 01:01:54 PM

Previous topic - Next topic

reckless

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.


Miguel Gimenez

Just opening the wxs is enough for this to get fixed, you can try that or apply the attached patch.

Please report the result.

reckless

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.

Miguel Gimenez