View previous topic :: View next topic |
Author |
Message |
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Sat Aug 10, 2024 5:19 am Post subject: FreeCad and PrusaSlicer Appimage does not work |
|
|
Hello not Hans here,
I can't start FreeCad and PrsaSlicer with appimage. I am at ~amd64. It also still works on amd64. I'll also post the links if you want to have a look.
Can someone help me to start FreeCad and PrusaSlicer?
Code: |
% ./FreeCAD-0.21.2-Linux-x86_64.AppImage
FreeCAD 0.21.2, Libs: 0.21.2R33771 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2023
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
FreeCAD wouldn't be possible without FreeCAD community.
##### #### ### ####
# # # # # #
# ## #### #### # # # # #
#### # # # # # # # ##### # #
# # #### #### # # # # #
# # # # # # # # # ## ## ##
# # #### #### ### # # #### ## ## ##
(qt.qpa.plugin) Could not find the Qt platform plugin "wayland" in ""
MESA-LOADER: failed to open iris: /tmp/.mount_FreeCAlNl6sE/usr/bin/../lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/lib/llvm/18/lib64/libLLVM.so.18.1) (search paths /usr/lib64/dri, suffix _dri)
failed to load driver: iris
MESA-LOADER: failed to open zink: /usr/lib64/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri)
MESA-LOADER: failed to open iris: /tmp/.mount_FreeCAlNl6sE/usr/bin/../lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/lib/llvm/18/lib64/libLLVM.so.18.1) (search paths /usr/lib64/dri, suffix _dri)
failed to load driver: iris
MESA-LOADER: failed to open swrast: /tmp/.mount_FreeCAlNl6sE/usr/bin/../lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/lib/llvm/18/lib64/libLLVM.so.18.1) (search paths /usr/lib64/dri, suffix _dri)
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
QGLXContext: Failed to create dummy context
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
/tmp/.mount_FreeCAlNl6sE/AppRun: line 43: 11853 Aborted ${MAIN} "$@"
|
https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-x86_64.AppImage
Code: |
% ./PrusaSlicer-2.8.0+linux-x64-GTK3-202406270929.AppImage
/tmp/.mount_PrusaStxfU9T/usr/bin/bin/prusa-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
|
https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.0/PrusaSlicer-2.8.0+linux-x64-GTK3-202406270929.AppImage
Code: |
% ./PrusaSlicer-2.8.0+linux-x64-GTK3-202406271021-Ubuntu-24-04.AppImage
fuse: failed to exec fusermount: Permission denied
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
open dir error: No such file or directory
|
https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.8.0/PrusaSlicer-2.8.0+linux-x64-GTK3-202406271021-Ubuntu-24-04.AppImage
sys-fs/fuse-3.16.2:3::gentoo is installed. And I have tested: https://wiki.gentoo.org/wiki/Filesystem_in_Userspace#AppImages
An older version of Prusaslicer still works without problems.
Code: |
% ./PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage
|
https://github.com/prusa3d/PrusaSlicer/releases/download/version_2.7.4/PrusaSlicer-2.7.4+linux-x64-GTK3-202404050928.AppImage |
|
Back to top |
|
|
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Sat Aug 10, 2024 5:58 am Post subject: Re: FreeCad and PrusaSlicer Appimage does not work |
|
|
NichtDerHans wrote: |
Code: |
% ./PrusaSlicer-2.8.0+linux-x64-GTK3-202406270929.AppImage
/tmp/.mount_PrusaStxfU9T/usr/bin/bin/prusa-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
|
|
Just emerging "net-libs/webkit-gtk". |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22601
|
Posted: Sat Aug 10, 2024 2:08 pm Post subject: Re: FreeCad and PrusaSlicer Appimage does not work |
|
|
NichtDerHans wrote: | Code: | MESA-LOADER: failed to open iris: /tmp/.mount_FreeCAlNl6sE/usr/bin/../lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /usr/lib/llvm/18/lib64/libLLVM.so.18.1) (search paths /usr/lib64/dri, suffix _dri) |
| The bundled libstdc++.so.6 is not compatible with your system libLLVM.so.18. I think this is probably because the bundled libstdc++ is too old. Upgrade (or remove) the bundled libstdc++, or rebuild libLLVM with an older libstdc++. |
|
Back to top |
|
|
NichtDerHans Apprentice
Joined: 27 Jan 2023 Posts: 177
|
Posted: Sat Aug 10, 2024 3:43 pm Post subject: |
|
|
Thank you for the answer. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|