-
Notifications
You must be signed in to change notification settings - Fork 12
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
issue with shared_libraries for appimage #29
Comments
Can you extract the AppImage and check whether the file is there and where it is? Which love version are you building for? From 11.4 the official AppImages are a bit different than the ones I built for earlier versions. Could you share the AppImage so I can have a look myself? |
Hey my bad for not getting to you, I am using the latest version of love. When I extracted the AppImage it was called |
oh my bad, I'm actually using 11.3 |
Hey, I do have Discord, but I don't want to share my username + id publicly, I think. If you don't mind to share it, please do and I will contact you there. Or join the löve Discord server and ping me from there. |
The wrapper script needs to set See https://github.com/love2d/love-appimage-source/blob/55ba1c5d9371dc7879764e9e657f6ca9198551bd/AppRun.c#L201-L214 on how it's done by modifying AppRun.c |
I knew I tested this in the past and now I find this again: https://github.com/pfirsich/love-appimages#handling-shared-libraries |
Is that an acceptable solution for you? |
My project uses nuklear for handling all of its ui. So I built nuklear from source and I have
nuklear.so
in the project's root directory, aka./nuklear.so
as well asinside of
makelove.toml
.With all of that said, running the appimage makes love error as it can't find
nuklear.so
.The text was updated successfully, but these errors were encountered: