bambulab / BambuStudio

PC Software for BambuLab and other 3D printers
GNU Affero General Public License v3.0
2.25k stars 303 forks source link

Bambu Studio not rendering slicer window on Fedora #4974

Closed pypeaday closed 2 weeks ago

pypeaday commented 1 month ago

Bambu Studio Version

1.9.7.52

Where is the application from?

Bambu Lab github releases

OS version

Fedora 40

Additional system information

GPU: Nvidia 3090

Printer

A1

How to reproduce

I imagine you install Fedora 40, install the flatpak or AppImage (I've tried both), open the application but then have the slicer window never render

Actual results

When I open my app the sliver window never renders

Expected results

I would expect to see my model so that I can slice and print it

Project file & Debug log uploads

I hopened some logs and this looked like a relevant error

debug_Thu_Oct_10_08_08_44_2.log.0.zip

2024-10-10 08:02:53.498474[Thread 0x00007f3be354a3c0]:LoadProfileFamily: parse /app/share/BambuStudio/profiles/Qidi.json got a nlohmann::detail::parse_error, reason = [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal

Checklist of files to include

MackBambu commented 1 month ago

https://github.com/bambulab/BambuStudio/issues/4669 Downgrading to nvidia 555

JaimeHW commented 1 month ago

Downgrading the Nvidia driver did not work. This bug has made BambuStudio entirely unusable for us on linux. P1P with a 2080ti

ptillemans commented 1 month ago

Same issue on Arch Linux. Starting the app image with

#!/bin/bash

APPIMAGE=~/.local/bin/Bambu_Studio_ubuntu-v01.09.07.52-24.04.AppImage

__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_FORCE_COMPOSITING_MODE=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 $APPIMAGE

works fine till this issue is fixed.

MackBambu commented 2 weeks ago

merge issue: https://github.com/bambulab/BambuStudio/issues/4669