Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
slrslr opened this issue Oct 1, 2024 · 2 comments

Comments

@slrslr
Copy link

slrslr commented Oct 1, 2024

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
Copy link
Contributor

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

@slrslr
Copy link
Author

slrslr commented Oct 2, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants