SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.86k stars 669 forks source link

OrcaSlicer bin on AUR has some issues #5717

Open Skyslycer opened 1 week ago

Skyslycer commented 1 week ago

Is there an existing issue for this problem?

OrcaSlicer Version

2.0.0

Operating System (OS)

Linux

OS Version

Manjaro 23.1.4

Additional system information

No response

Printer

Flashforge Adventurer 3 (can't test with other printers right now)

How to reproduce

  1. Open OrcaSlicer
  2. Navigate anywhere and you will see the issue all over the place

Actual results

Some text just doesn't appear. The whole application just feels "wonky". For example, when clicking the settings icon on the printer settings, just an empty window. Also the home and device tabs are empty aswell.

Expected results

It should just work as expected and show everything as expected.

Project file & Debug log uploads

The files just don't want to upload, I don't know why. The markdown text flashes for a second and then is gone again. I was able to upload the images to an image uploader though: https://postimg.cc/gallery/zTpqZLf

Checklist of files to include

Anything else?

It seems like I can upload everything here. 2024-06-15_15-03_1 2024-06-15_15-03 2024-06-15_15-02_1 2024-06-15_15-02 2024-06-15_15-01_1 2024-06-15_15-01

It still doesn't want to take the log zip.

kozross commented 1 week ago

I have this problem as well.

Screenshot from 2024-06-16 10-36-23

This has been the case for multiple releases now, and keeps changing on each release.

GraciousGpal commented 1 week ago

Try setting the environment variable in console and running it from there: export WEBKIT_DISABLE_DMABUF_RENDERER=1 then run Orca slicer. Worked for me fixed blank screen.

kozross commented 1 week ago

Try setting the environment variable in console and running it from there: export WEBKIT_DISABLE_DMABUF_RENDERER=1 then run Orca slicer. Worked for me fixed blank screen.

Just tried this, no different to my screencap above.