[Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Report observations made with the new Toponaming branch.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
FaDa3D
Posts: 857
Joined: Tue Aug 08, 2017 8:21 am
Location: Savoie France

[Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by FaDa3D »

Hello everyone,

OS: Linux Mint 19.3 Tricia.
Below is the configuration with the FreeCAD master branch which works very well.

OS: Linux Mint 19.3 (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.
Build type: Release
Branch: unknown
Hash: 5cc9bae455b0158a95f42a123cd5be4776dee2bb
Python 3.6.9, Qt 5.9.5, Coin 4.0.0a, Vtk 7.1.1, OCC 7.5.2
Locale: French/France (fr_FR)
Installed mods:
* Curves 0.4.3
* CurvedShapes 1.0.3
* fasteners 0.3.41
*Assembly4 0.12.4
* ThreadProfile 1.81.0

@realthunder
After two downloads the latest version FreeCAD-asm3-Daily-Conda-Py3-Qt5-20221021-glibc2.12-x86_64.AppImage does not launch. I made the file executable but no success.
A version of 22.09.2021 works very well.
Indeed, it seems that a library is missing in the AppImage's temporary runtime directory:

Code: Select all

christian@christian-X555LD ~ $ ./FreeCAD-asm3-Daily-Conda-Py3-Qt5-20221021-glibc2.12-x86_64.AppImage
/tmp/.mount_FreeCAJ7HBRv
/tmp/.mount_FreeCAJ7HBRv/usr/bin/FreeCADLink: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
Please, can you fix this malfunction?

Thank you very well.
Last edited by FaDa3D on Tue Nov 08, 2022 9:42 am, edited 1 time in total.
Fada de 3D.
Linux Mint
realthunder
Veteran
Posts: 2190
Joined: Tue Jan 03, 2017 10:55 am

Re: Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by realthunder »

Just install libopengl. I am not entirely sure, but this package is probably platform dependent so you have to install it yourself.
Try Assembly3 with my custom build of FreeCAD at here.
And if you'd like to show your support, you can donate through patreon, liberapay, or paypal
User avatar
FaDa3D
Posts: 857
Joined: Tue Aug 08, 2017 8:21 am
Location: Savoie France

Re: [Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by FaDa3D »

Hello,
Solved :) by installing libopengl0: sudo apt install libopengl0
Thanks.
Fada de 3D.
Linux Mint
User avatar
mwlandolsi
Posts: 135
Joined: Sun Jan 31, 2021 10:49 pm

Re: [Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by mwlandolsi »

Hello,
Is there a way to install opengl0 offline, please? I have PCs that are not connected to the Web.
Nsikak1
Posts: 19
Joined: Sun Sep 04, 2022 10:02 am

Re: [Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by Nsikak1 »

mwlandolsi wrote: Wed Nov 09, 2022 12:24 pm Hello,
Is there a way to install opengl0 offline, please? I have PCs that are not connected to the Web.
The least painful way would be to share your mobile data and using USB tethering, or try installing opengl0 and seeing the list then downloading them one by one😂 and transferring them.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: [Solved] Linkstage3: the AppImage version of 21.10.2022 does not launch!

Post by adrianinsaval »

download the appropriate packages for your OS, put them in a usb and install them with the appropriate command for your package manager. That's just common sense but we can't give you more specific instructions if you don't give more specific info...
Post Reply