We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The app is chrashing on start on Linux Mint with the following output:
Initializing StaticPrintConfigsCXBinManager open file size [377984] parse binary stl ...face 7558 parse binary stl success... Computing bounding box... Done. x = -3.4333 .. 3.4334, y = -3.0001 .. 3.0002, z = -0.0046 .. 13.7387 Computing bounding box... Done. x = -57.2188 .. 57.2205, y = -49.9992 .. 50.0008, z = -0.0766628 .. 228.967 Computing bounding box... Done. x = -3.4333 .. 3.4334, y = -3.0001 .. 3.0002, z = -0.0046 .. 13.7387 Computing bounding box... Done. x = -3.4333 .. 3.4334, y = -3.0001 .. 3.0002, z = -0.0046 .. 13.7387 XIO: fatal IO error 2 (No such file or directory) on X server ":0" after 734 requests (734 known processed) with 0 events remaining. Segmentation fault (core dumped)
Probably the same issue as #248
Tested with V5.1.7 and v5.1.6 with the same result.
System configuration: OS: Linux Mint 22 Cinnamon 6.2.9 Kernel: 6.8.0-50-generic CPU: AMD Ryzen 7 5700X 8-Core Processor × 8 RAM: 125.7 GiB Hard Drives: 8082.3 GB GPU: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] Display Server: X11
The text was updated successfully, but these errors were encountered:
The workaround as mentioned in #248 is working for me:
env __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./Creality_Print-v5.1.7.10514-x86_64-Release.AppImage
Sorry, something went wrong.
No glory here with this or WEBKIT_DISABLE_DMABUF_RENDERER=1 as an option.
It does not crash on my linux mint!
No branches or pull requests
The app is chrashing on start on Linux Mint with the following output:
Probably the same issue as #248
Tested with V5.1.7 and v5.1.6 with the same result.
System configuration:
OS: Linux Mint 22 Cinnamon 6.2.9
Kernel: 6.8.0-50-generic
CPU: AMD Ryzen 7 5700X 8-Core Processor × 8
RAM: 125.7 GiB
Hard Drives: 8082.3 GB
GPU: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti]
Display Server: X11
The text was updated successfully, but these errors were encountered: