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
7.45k stars 894 forks source link

orcaslicer starts with empty setup window #2860

Closed didli closed 8 months ago

didli commented 1 year ago

OrcaSlicer Version

1.8.0

OS version

Fedora release 38 (Thirty Eight)

Additional system information

Kernel: 6.5.10-200.fc38.x86_64 arch: x86_64 / Desktop: Xfce v: 4.18.1 / Distro: Fedora release 38 (Thirty Eight) Graphics : NVIDIA TU106 [GeForce RTX 2060 Rev. A] driver: nvidia v: 545.29.02

Printer

Ender 3 v2 Neo

How to reproduce

running the appimage directly from terminal :

Actual results

orcaslicer starts with a certificate issue :


certissue


then, global window and setup window shows up :


setupissue


Expected results

While I could understand its concerns, I expect orcaslicer to stop hating me and my machine.

Project file & Debug log uploads

1st run log file : debug_Thu_Nov_23_15_21_38_1622907.log

Checklist of files to include

etrigan63 commented 1 year ago

Same thing happening in Arch Linux.

yomgui1 commented 11 months ago

Same after updated my NVidia drivers to 535.146.02. But with these errors:

src/nv_gbm.c:99: GBM-DRV error (nv_gbm_bo_create): DRM_IOCTL_NVIDIA_GEM_ALLOC_NVKMS_MEMORY failed (ret=-1)

Failed to create GBM buffer of size 956x986: Invalid argument

yomgui1 commented 11 months ago

After a quick search, it looks to be an issue with WebKitGTK and DMA buffer. Starting Orca with following environment variable set, resolves this display issue: WEBKIT_DISABLE_DMABUF_RENDERER=1

github-actions[bot] commented 8 months ago

Orca bot: this issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 8 months ago

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

didli commented 7 months ago

Starting Orca with following environment variable set, resolves this display issue: WEBKIT_DISABLE_DMABUF_RENDERER=1

Works fine for me with this env set as mentioned. However as the issue is still ongoing (at least with latest stable 2.0 version), this only serves as a workaround.

letsruletheworld commented 1 month ago

only helps with the startupwindow. the 3D view is still missing.