Package Details: bambustudio-nvidia-bin 02.07.01.62-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: 11
Popularity: 0.40
First Submitted: 2025-04-01 13:19 (UTC)
Last Updated: 2026-06-17 07:48 (UTC)

Latest Comments

1 2 3 4 Next › Last »

jose1711 commented on 2026-07-14 04:16 (UTC)

/usr/bin/bambu-studio is created with missing executable rights for regular users. could you please fix that? thanks.

TRex commented on 2026-05-04 18:40 (UTC)

I'm building it myself and it works pretty well (nvidia & wayland), posted one page in the comments earlier about it. I'm using claude code to debug the coredumps and let it fix them one after another. Current changes (still on v02.06.00.51):

Toolchain fixes (all in prepare()/build()):
- wxUSE_GLCANVAS_EGL=OFF — prevents GLX/EGL conflict on NVIDIA
- -std=gnu17 for GMP — GCC 15 C23 breaks GMP 6.2.1's configure otherwise
- CMAKE_POLICY_VERSION_MINIMUM=3.5 — CMake 4.0 removed backwards compat
- Strip -flto=auto — Arch's default CFLAGS break FFMPEG shared object link
- Old mesa/llvm-libs 19.1.7 extracted for link-time libOSMesa.so.8 (dropped from mesa 25+); bundled copies used at runtime via
LD_LIBRARY_PATH
- DESTDIR staging (not CMAKE_INSTALL_PREFIX) — avoids binary hardcoding a non-existent $srcdir resource path

Bug-fix patches against v02.06.00.51:
1. 0001 — ObjColorPanel::deal_add_btn: clamp loop to min(m_result_icon_list.size(), m_cluster_map_filaments.size()) — SIGABRT when
spinning colour count down in the colour assignment dialog
2. 0002 — TreeSupport::detect_overhangs: replace !enforcers.empty() with layer_nr < enforcers.size() — SIGABRT when slicing models
with support enforcers on tree supports

I reported one of the bugs in github, and they don't seem to care at all. I don't know if and how I should publish "my" build - it's taking a lot of time and resources I didn't document (compilers, libraries, ...). And I can't vouch for all the changes to be useful/correct way to solve the original cause.

ErroneousBosch commented on 2026-05-04 18:05 (UTC)

After some research, my issues seem seem linked to Wayland being just terrible.

ErroneousBosch commented on 2026-05-04 01:06 (UTC)

Is this super flaky for anyone else? seems to slow down, not want to render the 3d sometimes, and eventually become unusable. throws a fair few gtk errors in the console.

steshi commented on 2026-05-03 18:33 (UTC)

Hiya, according to IvanV's comment from 2026-04-27 10:20 CEST webkit2gtk has been removed as a dependecy, however when trying to install on my system, it still asks for it: ==> Missing dependencies: -> webkit2gtk ==> ERROR: Could not resolve all dependencies.

What could be the issue? I have the latest webkit2gtk-4.1 installed.

cF1nny commented on 2026-04-28 00:43 (UTC)

All looks good from me too and been running for a few days with lot of activity/slicing/etc. Thanks @IvanV for maintaining this and quick action <3 :)

IvanV commented on 2026-04-27 08:20 (UTC)

Hey all. I removed webkit2gtk and tested bambustudio, all seems fine but in case anyone is facing issues, please let me know.

cF1nny commented on 2026-04-26 20:47 (UTC) (edited on 2026-04-26 20:53 (UTC) by cF1nny)

Hallelujah! I friggin HATE that AUR package and drives me insane every time, please remove this from the PKGBUILD if can confirm N/A....

frogmech commented on 2026-04-24 20:28 (UTC)

It also seems to work fine for me without the webkit2gtk AUR package

bytedream commented on 2026-04-24 19:12 (UTC) (edited on 2026-04-24 19:20 (UTC) by bytedream)

Is the AUR "webkit2gtk" dependency still needed? It got multiple updates in the last days which take very long to compile. I removed the package from my system to test if it's needed and the bambustudio application kept working fine. ldd also shows no dependency to the AUR webkit2gtk.