Package Details: bambustudio-bin 02.01.01.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: 18
Popularity: 2.70
First Submitted: 2023-08-19 13:36 (UTC)
Last Updated: 2025-06-20 08:49 (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 7 Next › Last »

Kirkaig commented on 2025-07-04 05:16 (UTC)

Not sure if anyone else got the same error but the page where the print bed is turned up blank, seems to be an issue with NVIDIA drivers.

sudo nano /usr/share/applications/BambuStudio.desktop

Add "LIBGL_ALWAYS_SOFTWARE=1" to the Exec= line just before the path to the app executable. It disables the GPU acceleration so it will be quite heavy on the CPU but it's the only fix I've found so far.

mistrob commented on 2025-06-15 02:00 (UTC)

Latest version as of 6/14/25 needs patchelf dependency

Gekjan commented on 2025-06-10 07:34 (UTC)

patchelf is missing from .SRCINFO.

konez2k commented on 2025-06-06 21:28 (UTC)

patchelf should be added to the dependencies

HeroicOnion commented on 2025-06-06 17:00 (UTC)

This latest update fixes the libOSMesa.so.8 issue, as well as this issue: https://github.com/bambulab/BambuStudio/issues/5753

ArchDude commented on 2025-06-05 19:06 (UTC)

It seems to be working fine if the libOSMesa.so.8 dependency is removed manually. The Nix package has a patch during build for that: https://github.com/NixOS/nixpkgs/commit/4a596a3c6e7427ec2e9f1285c5cca5fcc8f675c8. On a whim, I just tried removing the dependency using patchelf which seems to be working fine as well. patchelf --remove-needed libOSMesa.so.8 /opt/bambustudio-bin/bin/bambu-studio. No issues so far.

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.