ASSERT INFO: ../src/common/sizer.cpp(2299): 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] __libc_start_main Reproducible: Always Steps to Reproduce: 1. start prusa-slicer 2. 3. Actual Results: crash
> If you're an end user running a program not developed by you, please ignore this message, it is harmless, ... > ... > crash That seems... rather suboptimal :/
as a data point I ran "WXSUPPRESS_SIZER_FLAGS_CHECK=1 prusa-slicer" and it seemed to run okay. It seems to be some noise in wx widgets somewhere and without setting WXSUPPRESS_SIZER_FLAGS_CHECK I can not get prusa-slicer to run
A patch seems to be available in https://github.com/prusa3d/PrusaSlicer/pull/10811. If it does not look like we'd be able to rebase to 2.7 soon, we might want to pull this patch in.
Thanks for the pointer, I built and tested it locally, and it worked so I committed and built it
FEDORA-2024-906328bc8d (prusa-slicer-2.6.1-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-906328bc8d
FEDORA-2024-906328bc8d (prusa-slicer-2.6.1-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-58f341aac0 (prusa-slicer-2.6.1-4.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-58f341aac0
FEDORA-2024-58f341aac0 (prusa-slicer-2.6.1-4.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.