You are not logged in.
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_mainI followed the instruction above, just ignored the message. Then, there were more error messages appeared and the software froze.
Offline
Applying https://github.com/Aegisub/Aegisub/comm … fc273e4fcd should fix initial issue.
Please open a bug report on the Arch Bug tracker.
Offline
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
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