For me it segfaulted
#0 0x000064a61c259332 in wxMediaCtrl2::wxMediaCtrl2(wxWindow*) ()
#1 0x000064a61c1f9425 in Slic3r::GUI::StatusBasePanel::create_monitoring_page() ()
#2 0x000064a61c1fdb94 in Slic3r::GUI::StatusBasePanel::StatusBasePanel(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) ()
#3 0x000064a61c206f8a in Slic3r::GUI::StatusPanel::StatusPanel(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) ()
#4 0x000064a61bca06ed in Slic3r::GUI::MonitorPanel::init_tabpanel() ()
#5 0x000064a61bca0e96 in Slic3r::GUI::MonitorPanel::MonitorPanel(wxWindow*, int, wxPoint const&, wxSize const&, long) ()
#6 0x000064a61ba997d5 in Slic3r::GUI::MainFrame::init_tabpanel() ()
#7 0x000064a61ba9ab3e in Slic3r::GUI::MainFrame::MainFrame() ()
#8 0x000064a61ba519fc in Slic3r::GUI::GUI_App::on_init_inner() ()
#9 0x000064a61ba52a9a in Slic3r::GUI::GUI_App::OnInit() ()
#10 0x000064a61e679ca7 in wxEntry(int&, wchar_t**) ()
#11 0x000064a61ba13a6e in Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) ()
#12 0x000064a61b06b17b in Slic3r::CLI::run(int, char**) ()
#13 0x000064a61af82ba9 in main ()
and from a comment here and looking at the source code I figured this may be related to gstreamer plugins. Trying out gstreamer h264 plugin also failed:
> gst-launch-1.0 videotestsrc ! videoconvert ! autovideosink
After installing some extra gstreamer plugins:
# pacman -S gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
I was able to run the executable without issues on wayland.
Pinned Comments
BartR commented on 2023-11-01 13:11 (UTC) (edited on 2023-11-01 13:12 (UTC) by BartR)
For anyone having blank home screen and unable to login: this worked for me:
WEBKIT_DISABLE_COMPOSITING_MODE=1 bambu-studio
georgewoodall82 commented on 2023-08-19 14:03 (UTC) (edited on 2023-12-16 13:32 (UTC) by georgewoodall82)
I recommend a light GTK theme for BambuStudio, as I had problems with text being invisible with a dark GTK theme. You can do this with for example
GTK_THEME=Adwaita bambu-studio