TeamHypersomnia / Hypersomnia

Multiplayer top-down shooter made from scratch in C++. Play in your Browser! https://hypersomnia.io Made in 🇵🇱
https://hypersomnia.io/
GNU Affero General Public License v3.0
1.08k stars 47 forks source link

ibssl.so.1.1: cannot open shared object file: No such file or directory #274

Closed SpiritOTHawk closed 11 months ago

SpiritOTHawk commented 11 months ago

./Hypersomnia: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

geneotech commented 11 months ago

Hey there! Are you sure you're launching the .AppImage build? This comes with all needed libraries and should launch flawlessly. The download link in README.md points to the AppImage as well.

The .tar.gz distribution is meant only for developers. If you had it previously, I recommend switching to AppImage and just copying your user folder to .config/Hypersomnia/user.

SpiritOTHawk commented 11 months ago

Hey there! Are you sure you're launching the .AppImage build? This comes with all needed libraries and should launch flawlessly. The download link in README.md points to the AppImage as well.

The .tar.gz distribution is meant only for developers. If you had it previously, I recommend switching to AppImage and just copying your user folder to .config/Hypersomnia/user.

Okay, thanks

geneotech commented 11 months ago

Oh, indeed the link was out of date on hypersomnia.xyz, I updated that one also. Thanks for pointing it out!