Skip to content
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

Appimage won't work anymore #100

Open
illusioon opened this issue Oct 8, 2021 · 13 comments · Fixed by #149
Open

Appimage won't work anymore #100

illusioon opened this issue Oct 8, 2021 · 13 comments · Fixed by #149

Comments

@illusioon
Copy link

./SamRewritten-x86_64.AppImage /tmp/.mount_SamRewrxECfA/usr/bin/samrewritten: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

@PaulCombal
Copy link
Owner

Did it work before? Did it break after an update?

What's your OS and version?

@illusioon
Copy link
Author

illusioon commented Oct 8, 2021

Yes, it used to work, but after an update it stopped maybe because glib or glibc got updated.

My distro is void linux x86_64, kernel 5.13.19_1 , glib-2.70.0_1, glibc-2.32_2

@PaulCombal
Copy link
Owner

Can you build it on your machine? If you produce an AppImage yourself, does it work?

@illusioon
Copy link
Author

Sorry to take so long to answer I was busy with my job.

So I build it on my machine and it works. Compiled from source(following the instructions README.MD) and then build a app image with "build_appimage.sh"

@nolddor
Copy link

nolddor commented Nov 23, 2021

Same problem here using:

  • Debian GNU/Linux bookworm/sid x86_64
  • Kernel: 5.14.0-4-amd64
  • glib2.0 (2.70.1-1)

SamRewritten worked last time i tried but not anymore...

@PaulCombal
Copy link
Owner

Does it work when you compile it yourself? If so feel free to upload it here to share with others

@nolddor
Copy link

nolddor commented Nov 23, 2021

Yes, building mine works like a charm. Could you somehow, host my build within your repository as an artifact?
https://we.tl/t-GE5qmDwK2E (will be deleted after 7 days)

@PaulCombal
Copy link
Owner

Well your version doesn't work on my machine.. your GLIBC version is newer than mine so it crashes on startup. To be fair I don't have the energy to look into this issue, but would a Snap/flatpak version of SamRewritten would be a good alternative?

Anyway here's a long lasting link for your build

SamRewritten-Debian_bookworm-2a9fe6f-x86_64.AppImage.zip

@nolddor
Copy link

nolddor commented Nov 23, 2021

A snap version of SamRewritten would indeed be really helpful!

@orowith2os
Copy link

How goes on the alternative packaging of this? Is there any progress on getting it to work with the Steam flatpak, such as running the binaries in the same flatpak environment?

AFAIK SteamTinkerLaunch is packaged as a Steam flatpak runtime extension to allow it to interact with the Steam flatpak, so I'm thinking SamRewritten would need to do the same to work with it.

@PaulCombal
Copy link
Owner

@orowith2os as I said here, I'm waiting for a package manager to handle all the main dependencies to switch to it, then review the whole CI/CD pipeline

@qurious-pixel
Copy link
Contributor

excluding libgmodule-2.0.so.0 is enough for it to run.

LD_LIBRARY_PATH=AppDir/usr/lib ./linuxdeploy-x86_64.AppImage --appdir AppDir --exclude-library=libgmodule-2.0 --output appimage

@dotbanana
Copy link

Does not work.
Waste of time really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants