QIDITECH / QIDISlicer

QIDISlicer gets your 3D printing easier and faster.
https://qidi3d.com/
GNU Affero General Public License v3.0
59 stars 14 forks source link

QIDISlcer 1.1.7 not starting on Linux Mint 22 #92

Open DanielH1987 opened 1 month ago

DanielH1987 commented 1 month ago

The following error occurs when trying to run Version 1.1.7 on Linux Mint 22 (Wilma):

error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

The Version of the libwebkit2gtk supplied with Linux Mint 22 is: libwebkit2gtk-4.1-0 Installing the older, required version fails due to dependencies that cannot be easily resolved.

QIDITECH commented 1 month ago

Yes, you need install libwebkit2gtk-4.0-37 first.

sudo apt install libwebkit2gtk-4.0-37

We will try to make it compatible with libwebkit2gtk-4.1, but it will take some time.

outsideobserver commented 1 week ago

Yes, you need install libwebkit2gtk-4.0-37 first.

sudo apt install libwebkit2gtk-4.0-37

We will try to make it compatible with libwebkit2gtk-4.1, but it will take some time.

Hello,

Also using Linux Mint, this doesn't work. Terminal throws errors:

E: Unable to locate package libwebkit2gtk-4.0-37 E: Couldn't find any package by glob 'libwebkit2gtk-4.0-37'

How can I run QidiSlicer in Linux Mint 22 for the time being?

QIDITECH commented 1 week ago

We will release a test version compatible with libwebkit2gtk-4.1 in the near future, please wait a little longer. Or use another operating system to run the software.

QIDITECH commented 6 days ago

We have uploaded two Linux versions compatible with libwebkit2gtk-4.0 and libwebkit2gtk-4.1 in the latest test version, please download and test. https://github.com/QIDITECH/QIDISlicer/releases If there are no problems, I will close the issue after a week.

outsideobserver commented 6 days ago

We have uploaded two Linux versions compatible with libwebkit2gtk-4.0 and libwebkit2gtk-4.1 in the latest test version, please download and test. https://github.com/QIDITECH/QIDISlicer/releases If there are no problems, I will close the issue after a week.

Tested the 4.1 version and it runs great so far!