-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game crashes as libsndio.so.6.1 is missing #11
Comments
As a workaround I copied my local libSDL over this file. |
Thanks, did copying your local file work? Also what game is this?
…On Thu, 14 Jan 2021, 8:35 pm René Kraneis, ***@***.***> wrote:
As a workaround I copied my local libSDL over this file.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3NT5TZSW4SDTDWFRRVSEDSZ5IRNANCNFSM4WDA2Z7Q>
.
|
Oh, sorry, this is for GeometryWars. Yes, copying and using local file did work. Game did not crash. |
Thanks, I've just updated the GeometryWars sample to not initialize controllers, which are not being used by the game anyway. In the future, when the game does support controllers, I will need to write down all SDL2 dependencies or specific versions that may not be present on the system. I wonder what ldd gives for your local SDL2 copy. |
Quite some difference there:
Ragarding sndio: it seems not that well supported by distributions. |
Message: /home/rene/.openjfx/cache/fxgl-11/libSDL2.so: libsndio.so.6.1: cannot open shared object file: No such file or directory
Type: UnsatisfiedLinkError
Not much to add ... this happens on Fedora 33.
The text was updated successfully, but these errors were encountered: