Bug 56859 - Ошибка /src/common/sizer.cpp(2278): assert "CheckSizerFlags(!((flags)
Summary: Ошибка /src/common/sizer.cpp(2278): assert "CheckSizerFlags(!((flags)
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: cryptote (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Nikolay A. Fetisov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-14 15:31 MSK by obidinog@basealt.ru
Modified: 2025-11-14 15:31 MSK (History)
1 user (show)

See Also:


Attachments
screen (54.30 KB, image/png)
2025-11-14 15:31 MSK, obidinog@basealt.ru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description obidinog@basealt.ru 2025-11-14 15:31:58 MSK
Created attachment 20080 [details]
screen

Платформа:
alt-kworkstation p11 x86_64 (Обновленный до Sisyphus)

Пакет:
cryptote 0.6.0-alt4

Шаги:
Запустить cryptote
$ cryptote

Сохранить файл
Нажать Container -> Save as ...-> Name: test -> Save

Результат: Возникает окно с ошибкой

./src/common/sizer.cpp(2278): 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.