m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.14k stars 40 forks source link

Steam Deck Remoteplaywhatever doesn't load at all #171

Closed xav07theboi closed 2 months ago

xav07theboi commented 2 months ago

when i load the appImage (0.2.8) the ui that normally pops up doesn't appear and even in big picture then remoteplaytogether doesn't appear anymore

Victor-Silva-3000 commented 2 months ago

Same here.

I got the the terminal output for it:

/tmp/.mount_RemoteAOX8Ly/usr/bin/remoteplaywhatever: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /tmp/.mount_RemoteAOX8Ly/usr/bin/remoteplaywhatever)

santumerino commented 2 months ago

I have the same issue, with the same terminal output as mentioned above. It might be relevant to mention I'm running Linux Mint 21.3 (virginia) on X11, so this happens even outside of the Steam Deck.

DaHitManN commented 2 months ago

Similarly I am going through the same error in SteamOS. We share the same output in Konsole/Terminal as well. Maybe we have to install some dependencies to fix that.

Victor-Silva-3000 commented 2 months ago

Weird, I thought it would be related to SteamOS only...

I may be missing something here, but aren't AppImages supposed to have all their dependencies packaged alongside their executables? It seems to be trying to access a dependency out of the sandbox...

Please, do correct me if i'm wrong :)

DaHitManN commented 2 months ago

As a Linux noob, I didn’t know the AppImages are supposed to have all dependencies bundled. With that in mind, I am more than certain that it’s accessing some other dependency, GLIBCXX_3.4.32.

On Sun, Sep 22, 2024 at 12:07 AM Victor da Silva de Oliveira < @.***> wrote:

Weird, I thought it would be related to SteamOS only...

I may be missing something here, but aren't AppImages supposed to have all their dependencies packaged alongside their executables? It seems to be trying to access a dependency out of the sandbox...

Please, do correct me if i'm wrong :)

— Reply to this email directly, view it on GitHub https://github.com/m4dEngi/RemotePlayWhatever/issues/171#issuecomment-2365237669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT6ISDVV2RWHFSB4JXOHOFDZXWKSNAVCNFSM6AAAAABOIMDJ2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGIZTONRWHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Victor-Silva-3000 commented 2 months ago

Yeah, like Flatpaks or Snaps they are meant to solve dependency problems that can happen when a software relies on a dependency that may not be available on your distribution repository or available but with a different version.

I think in this case there was an issue packaging the library for the latest build... Forgot to include it maybe? :P

In any case I hope it gets fixed soon, me and my buddy are playing through Silent Hill 4 using this tool and I really want to get back into it!

m4dEngi commented 2 months ago

Re-uploaded AppImage build. Old build got packaged with incompatible libc version.

xav07theboi commented 2 months ago

k i will check it

xav07theboi commented 2 months ago

it works