Hello again! Trying out Orca Slicer again because it was really nice using it in the past, however it’s been really buggy as of the past few months. Since I’ve picked it up, I removed the harmonyos font package with yay -Rdd ttf-harmonyos-sans
and it still has a blank setup panel when booting. This is true for the orca-slicer-bin and the appimage from github V2.2.0. This issue is consistent between Wayland and X11. I’m not even sure if this is the appropriate spot to raise this issue, but I’m more so seeing if anyone else is having the same issues here before I go elsewhere. Thanks! I’m more than happy to provide logs as long as you tell me how
I had the same issue with Orca Slicer, just a black loading screen, after remove the harmony fonts package, it is again starting normal since several month`s now without any hickups.
I have orca-slicer-bin 2.2.0-1 installed.In the AUR of Orca there mentioned someone he had to additional set this “WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer-bin”
While the line WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer
worked for showing the setup menu, the 3D viewport was blank. The following snippet works, though I’m not sure if I’m comfortable enough marking this as the solution. This is seems to be a decent workaround, but don’t come at me if your orca slicer crashes! Source is https://aur.archlinux.org/packages/orca-slicer-bin#comment-1002322
env __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 orca-slicer