Package Details: bambustudio-bin 02.00.03.54-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: 14
Popularity: 0.61
First Submitted: 2023-08-19 13:36 (UTC)
Last Updated: 2025-04-26 12:50 (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 4 5 6 Next › Last »

flamemagister commented on 2025-06-02 06:28 (UTC)

For anyone having issues with libOSMesa.so.8 and libglapi.so.0, I did the following:

  1. I extracted libOSMesa.so.8 from the Flatpak version of BambuStudio and libglapi.so.0 from libglapi-mesa_22.0.1-1ubuntu2_amd64.deb

  2. Copied both .so files into a custom directory such as /opt/bambustudio-libs.

  3. Installed patchelf if not already installed and backed up the original bambu-studio binary.

  4. Used patchelf to set the runtime library path (rpath) of the binary to point to custom directory - this is important as bin will not pick up path from command line variable - at least it didn't for me.

  5. Launch bambustudio as normal - as others have noted you get a momentary black screen and then it all works fine. Of course you could just use the flatpak version but it became a little unstable for me after awhile hence I did it this way.

jasger commented on 2025-05-26 19:43 (UTC)

@gvtz For the mesa source it's a89e40440857e5dd354130806c168190601b7ff8 (tag mesa-25.0.5),
for the arch package it's 1806368859e22bcdfb621f1d1382783e86412c43 (tag 1:25.0.5-1).

But you can just use the archive (https://archive.archlinux.org) to download the version, no need to manually build it.

gvtz commented on 2025-05-26 19:33 (UTC)

@jasger what is the commit hash for 1:25.0.5.1? I cant seem to find it.

stibbshoo commented on 2025-05-26 16:39 (UTC)

Instead of downgrading or switching any packages I simply copied the now removed libOSMesa.so.8 and libglapi.so.0 into /usr/lib/. The initial splash screen did not display properly, but the software otherwise ran fine and was able to slice models and send print jobs.

bbgun7 commented on 2025-05-26 16:11 (UTC)

Installing mesa-amber caused my computer to slow way down, and after a reboot I got nothing except a black screen. I had to chroot with a live usb to install regular mesa

princess_wawa commented on 2025-05-24 18:50 (UTC)

if you're having this issue: /opt/bambustudio-bin/bin/bambu-studio: error while loading shared libraries: libOSMesa.so.8: cannot open shared object file: No such file or directory switch from mesa to mesa-amber sudo pacman -S mesa-amber since mesa amber still has the lib osmesa eventually, you can switch to the flatpak version: flathub.org/apps/com.bambulab.BambuStudio

Lancaban commented on 2025-05-22 16:32 (UTC)

@Jasger, alright, thanks for that :)

jasger commented on 2025-05-22 12:59 (UTC)

@Lancaban The mesa package no longer includes libOSMesa.so.8 since version 1:25.1.0-1, so you'll have to downgrade to version 1:25.0.5-1 until there's a new bambu-studio version.

Lancaban commented on 2025-05-22 11:58 (UTC)

Just installed the latest update, and can't get the program to successfully launch

running from the terminal, I get

/opt/bambustudio-bin/bin/bambu-studio: error while loading shared libraries: libOSMesa.so.8: cannot open shared object file: No such file or directory

I do have mesa installed so I'm a little confused