Package Details: bambustudio-nvidia-bin 02.01.01.52-1

Git Clone URL: https://aur.archlinux.org/bambustudio-nvidia-bin.git (read-only, click to copy)
Package Base: bambustudio-nvidia-bin
Description: PC Software for BambuLab's 3D printers with a fix for nVidia cards
Upstream URL: https://github.com/bambulab/BambuStudio
Licenses: AGPL3
Conflicts: bambustudio, bambustudio-bin, bambustudio-git
Submitter: IvanV
Maintainer: IvanV
Last Packager: IvanV
Votes: 5
Popularity: 1.84
First Submitted: 2025-04-01 13:19 (UTC)
Last Updated: 2025-06-17 12:10 (UTC)

Latest Comments

1 2 Next › Last »

Nordar commented on 2025-06-10 07:05 (UTC)

works perfectly now, thank you

IvanV commented on 2025-06-10 06:47 (UTC)

Updated with llvm libs bundled in.

Nordar commented on 2025-06-09 22:29 (UTC)

As reported in the recent issue in bambu-studio (github.com/bambulab/BambuStudio/issues/7213), the llvm-libs upgrade to 20.1.6-3 makes it unable to run. Downgrading the package back to 19.1.7-2 works as a temporary workaround. @IvanV Would it be possible to add the missing libLLVM.so.19.1 the same way you've added missing mesa libs?

claym001 commented on 2025-06-03 00:30 (UTC) (edited on 2025-06-03 01:19 (UTC) by claym001)

I'm getting a segfault on load. The log files generated are 0 bytes long in the .config/BambuStudio directory. Attempted to remove the config directory to see if it was just a bad config, but the issue persists. Adding --debug to the command with any level doesn't seem to change the output. here's all I'm getting: $ bambu-studio

`[2025-06-02 17:24:00.589353] [0x00007f2553936280] [trace]   Initializing StaticPrintConfigs`

`add font of HarmonyOS_Sans_SC_Bold returns 1`

`add font of HarmonyOS_Sans_SC_Regular returns 1`

`Segmentation fault (core dumped)`

I tried running strace the actual segfault seems caused by SIGSEGV, which I think is a memory access violation: --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xa6e} ---

`+++ killed by SIGSEGV (core dumped) +++`

`Segmentation fault (core dumped)`

EDIT: FOUND THE PROBLEM! Turns out it's an incompatibility with UIM. When I uninstalled the UIM package, it started working.

grking commented on 2025-06-02 18:53 (UTC)

I am on a minimum install of Arch running Hyprland. bambu-studio would run, but the 3D display was just a blank screen. I needed to install the some vulkan packages:

sudo pacman -S vulkan-intel vulkan-mesa-layers vulkan-tools

Nordar commented on 2025-06-02 14:41 (UTC) (edited on 2025-06-02 14:42 (UTC) by Nordar)

Thank you, works perfectly, and mesa can now be upgraded past 25.0.5.

grking commented on 2025-06-02 14:03 (UTC)

Thanks very much. Started perfectly, attached to printer in LAN only mode as required.

I'm running Nvidia Geforce RTX 3070 Ti Laptop GPU

IvanV commented on 2025-06-02 12:39 (UTC)

Sorry pushed wrong fix. Should be working now.

Nordar commented on 2025-06-02 12:06 (UTC) (edited on 2025-06-02 12:07 (UTC) by Nordar)

After upgrade to 02.00.03.54-2 it fails to run with error while loading shared libraries: libglapi.so.0: cannot open shared object file: No such file or directory.

After adding /opt/bambustudio-bin/libglapi.so.0 to the LD_PRELOAD variable in the /usr/bin/bambu-studio file, it runs with a popup The application cannot run normally because your OpenGL version is lower than 2.0. Please upgrade your graphics card driver. but is unusable.

  • core/linux 6.14.9.arch1-1
  • extra/wayland 1.23.1-2
  • extra/hyprland 0.49.0-1
  • extra/mesa 1:25.1.1-2
  • extra/nvidia-dkms 570.153.02-1
  • aur/bambustudio-nvidia-bin 02.00.03.54-2

EDIT: formatting

temperancee commented on 2025-04-16 08:35 (UTC)

This was the only version of Bambu Lab I could find that worked on wayland for me! Thanks a bunch :)