Comment 4 for bug 1989723

Revision history for this message
Andreas Metzler (k-launchpad-downhill-at-eu-org) wrote : Re: [Bug 1989723] Re: aborts on startup when built against wxwidgets3.2

On 2022-09-15 Andreas Metzler <email address hidden> wrote:
> On 2022-09-15 tmodes <email address hidden> wrote:
>> What was the last working wxWidgets versions?
>> Was it from the 3.0.x series? If so then it is only faint related to the wxWidgets 3.2 version.
>> It was already fixed in the repository (changeset edfddc6070ca). See also https://groups.google.com/g/hugin-ptx/c/kSrBFdINUnY
> [...]

> 3.0.x. I will doublecheck and report back.
[...]

Indeed the patch fixes the crash. Thanks!

However I get a assertion error when running [Create panorama...] from
the assistant:
----------------
ASSERT INFO:
./src/common/sizer.cpp(2267): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT)))" failed in DoInsert(): wxALIGN_RIGHT will be ignored in this sizer: only vertical alignment flags can be used in horizontal sizers

DO NOT PANIC !!

If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.

You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.

If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.

BACKTRACE:
[1] wxBoxSizer::DoInsert(unsigned long, wxSizerItem*)
[2] wxEntry(int&, wchar_t**)
[3] __libc_start_main
----------------

cu Andreas