Package Details: bambustudio-bin 01.09.07.52-1

Git Clone URL: https://aur.archlinux.org/bambustudio-bin.git (read-only, click to copy)
Package Base: bambustudio-bin
Description: PC Software for BambuLab's 3D printers
Upstream URL: https://github.com/bambulab/BambuStudio
Keywords: 3d 3dprinting bambu bambustudio orca orca-slicer orcaslicer printing prusa prusa-slicer prusaslicer slic3r slicer studio
Licenses: AGPL3
Conflicts: bambustudio, bambustudio-git
Submitter: georgewoodall82
Maintainer: goll
Last Packager: goll
Votes: 8
Popularity: 0.29
First Submitted: 2023-08-19 13:36 (UTC)
Last Updated: 2024-09-20 11:30 (UTC)

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

Latest Comments

1 2 3 Next › Last »

joehillen commented on 2024-10-02 17:59 (UTC)

Crashes (SIGSEGV) when I try to open the camera. I have all the video codecs installed. --debug 5 gives no additional information. Any ideas?

gustaphe commented on 2024-08-25 11:19 (UTC)

Removing ttf-harmonyos-sans does fix the segfault. Should probably be removed as a dependency then.

chameth commented on 2024-08-20 11:09 (UTC)

I also started getting segfaults with both Bambu Studio and Orca Slicer.

This comment on orca-slicer-bin suggested

pacman -Rdd ttf-harmonyos-sans

which fixed the issue for both

bbgun7 commented on 2024-08-18 16:39 (UTC)

I'm also getting a segfault that previously wasn't happening

~ $ /opt/bambustudio-bin/AppRun --debug 5
[2024-08-18 09:39:21.854785] [0x000067adaedfe480] [trace]   Initializing StaticPrintConfigs
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
fish: Job 1, '/opt/bambustudio-bin/AppRun --d…' terminated by signal SIGSEGV (Address boundary error)

Obstacle1928 commented on 2024-08-16 11:06 (UTC)

Got a new segfault. Ran fine until lately

Starting program: /opt/bambustudio-bin/bin/bambu-studio 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[2024-08-16 13:06:21.455539] [0x00007fffe2b39480] [trace]   Initializing StaticPrintConfigs
[New Thread 0x7fffe0c006c0 (LWP 10255)]
[New Thread 0x7fffe02006c0 (LWP 10257)]
[Thread 0x7fffe0c006c0 (LWP 10255) exited]
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
[New Thread 0x7fffe0c006c0 (LWP 10258)]
[New Thread 0x7fffdf8006c0 (LWP 10259)]
[New Thread 0x7fffdee006c0 (LWP 10260)]
[New Thread 0x7fffde4006c0 (LWP 10261)]

Thread 1 "bambustu_main" received signal SIGSEGV, Segmentation fault.
0x0000555558cf4874 in ?? ()

insmo commented on 2024-07-04 17:57 (UTC) (edited on 2024-07-04 17:58 (UTC) by insmo)

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.

bytedream commented on 2024-01-30 12:12 (UTC)

I couldn't use the camera ("Your system is missing H.264 codecs for GStreamer..." error message) out of the box. I had to additionally install the gst-libva package to get it working.

Obstacle1928 commented on 2024-01-10 16:44 (UTC)

@Nutmeg9560 did you do a clean build?

Nutmeg9560 commented on 2024-01-10 04:57 (UTC)

I get bambustudio-01.08.02.56.AppImage ... FAILED.

georgewoodall82 commented on 2024-01-09 19:51 (UTC) (edited on 2024-01-09 19:51 (UTC) by georgewoodall82)

switched back to the ubuntu build, camera may be working again. (i don't have a bambu printer so I can't test it sorry)