TypesettingTools / Aegisub

Cross-platform advanced subtitle editor
http://www.aegisub.org
Other
342 stars 498 forks source link

sizer.cpp(2288): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT -- [1] wxBoxSizer::DoInsert(unsigned long, wxSizerItem*) #204

Open slrslr opened 1 month ago

slrslr commented 1 month ago

On Debian 12 with Aegisub 3.2.2. when loading this subtitle file.

ASSERT INFO: ./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

witchymary commented 1 month ago

Does the same happen with this up-to-date fork? https://github.com/arch1t3cht/Aegisub

slrslr commented 1 month ago

@witchymary Thanks, I will try it if you will tell me commands to install it on Debian 12, i guess downloading latest /releases (Nov 23, 2023) Ubuntu.AppImage.zip is not good.