You are not logged in.

#1 2022-07-16 07:10:41

MineralwaterXu
Member
Registered: 2020-11-02
Posts: 2

Aegisub 3.2.2-51 error message after update wxWidgets

After updating (replacing) wxgtk & wxWidgets, a window popped up when aegisub is started:

ASSERT INFO:
/build/wxwidgets/src/wxWidgets-3.2.0/src/common/sizer.cpp(2288): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)))" failed in DoInsert(): wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: wxEXPAND overrides alignment flags in box 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] main
[4] __libc_start_main

I followed the instruction above, just ignored the message. Then, there were more error messages appeared and the software froze.

Offline

#2 2022-07-16 07:31:38

loqs
Member
Registered: 2014-03-06
Posts: 18,996

Re: Aegisub 3.2.2-51 error message after update wxWidgets

Applying https://github.com/Aegisub/Aegisub/comm … fc273e4fcd should fix initial issue.
Please open a bug report on the Arch Bug tracker.

Offline

#3 2022-07-16 07:37:12

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Aegisub 3.2.2-51 error message after update wxWidgets

This one is probably needed as well: https://github.com/Aegisub/Aegisub/pull/134


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#4 2022-07-16 10:35:54

MineralwaterXu
Member
Registered: 2020-11-02
Posts: 2

Re: Aegisub 3.2.2-51 error message after update wxWidgets

loqs wrote:

Applying https://github.com/Aegisub/Aegisub/comm … fc273e4fcd should fix initial issue.
Please open a bug report on the Arch Bug tracker.

Thanks for your reply. I opened a bug report here.

Offline

Board footer

Powered by FluxBB