-
-
Notifications
You must be signed in to change notification settings - Fork 123
Description
System
UVtools v5.0.9 X64
Operative system: Ubuntu 22.04.5 LTS X64
Processor: AMD Ryzen 9 5900X 12-Core Processor
Processor cores: 24
Memory RAM: 56.06 / 62.70 GB
Runtime: linux-x64
Framework: .NET 9.0.3
AvaloniaUI: 11.2.6
OpenCV: 4.10.0
Sreens, resolution, working area, usable area:
1: 7680 x 2160 @ 100% (Primary) (On this)
WA: 7626 x 2133 UA: 7626 x 2133
Path: UVtools_linux-x64_v5.0.9/
Executable: UVtools_linux-x64_v5.0.9/UVtools
Printer and Slicer
- Printer:
- Slicer:
Description of the bug
Neither the Appimage nor the zip release is working. Both have missing dependencies.
I find this surprising with the Appimage since the purpose of the appimage is to contain all dependencies.
ZIP:
Your system doesn't have the required dependencies in order to run.
Those dependencies are required at libcvextern/OpenCV library.
UVtools is built on top of the OpenCV and therefore cannot run.
Missing dependencies:
UVtools_linux-x64_v5.0.9/libcvextern.so: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found (required by UVtools_linux-x64_v5.0.9/libcvextern.so) UVtools_linux-x64_v5.0.9/libcvextern.so: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.38' not found (required by UVtools_linux-x64_v5.0.9/libcvextern.so)
UVtools_linux-x64_v5.0.9/libcvextern.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by UVtools_linux-x64_v5.0.9/libcvextern.so)
Please install or build the dependencies in order to run the software.
Check the manual page at 'Requirements' section for help.
Appimage:
Your system doesn't have the required dependencies in order to run.
Those dependencies are required at libcvextern/OpenCV library.
UVtools is built on top of the OpenCV and therefore cannot run.
Missing dependencies:
/tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found (required by /tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so) /tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.38' not found (required by /tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so)
/tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /tmp/.mount_UVtoolFUWu1Z/usr/bin/libcvextern.so)
Please install or build the dependencies in order to run the software.
Check the manual page at 'Requirements' section for help.
How to reproduce
Fails immediately when launching under Ubuntu 22.04
Launch UVtools_linux-x64_v5.0.9.AppImage
Or
Launch UVtools from Linux zip
Files
No response