question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No usable version of libssl was found

See original GitHub issue

Describe the crash: Trying to run osu.x86_64.AppImage throws the following error and exits.

Screenshots or videos showing encountered issue:

~/Downloads
❯ ./osu.x86_64.AppImage
No usable version of libssl was found
[1]    8655 abort      ./osu.x86_64.AppImage

~/Downloads
❯ sha256sum osu.x86_64.AppImage 
c731fe6c9e17da31bafcc0ef510ce739ea183a508443a95e04a3457da3b8a9c8  osu.x86_64.AppImage

osu!lazer version: 2020.225.0

Logs: please attach logs here, which are located at:

Computer Specifications: Void Linux (Kernel 5.5.4) Lenovo ThinkPad A485 w/ Ryzen 7 16 GB RAM

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
maciozocommented, Feb 25, 2020

Symlinking libssl.so.1.0.0 to libssl.so.47.0.6 seems to work fine. I’ve logged in and can view multiplayer lobbies. Haven’t actually tried playing anything yet though.

Single player and osu!direct work fine. I haven’t tried multiplayer yet.

1reaction
jai-xcommented, Feb 25, 2020

Void Linux uses libressl instead of openssl as it’s system TLS library. libressl is not official supported by the dotnet core runtime which osu!lazer uses.

You could use a workaround and try and symlink the libraries, but that may not work:

See https://github.com/dotnet/runtime/issues/24869

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workaround for libssl issue on Ubuntu 22.04
If when opening the editor on the new LTS 22.04 you get the error 'No useable version of libssl' it's due to a...
Read more >
SOLVED: "No usable version of the libssl was found"
Today I'm gonna tell you why the " No usable version of the libssl was found " error happens and show you how...
Read more >
linux - when i open unity and make something project then ...
i am new to linux ubuntu . i am using ubuntu 22.04 . recently i downloaded unity and it is showing error "...
Read more >
Failed to update dependencies: No usable version of libssl ...
Run npm install; Open the Command Palette and run Bridge to Kubernetes: Configure; There is a missing dependency on "libssl". Running "Retry ...
Read more >
Linux - No usable version of libssl was found : r/Unity3D
Linux - No usable version of libssl was found. I just got unity 2021.3.16f1 on my Linux computer, started a new project, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found