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.09k stars 39 forks source link

It doesn't work. #53

Closed kriki200 closed 2 years ago

kriki200 commented 2 years ago

I don't have any new buttons.

m4dEngi commented 2 years ago

Could use more details about the issue. What's your OS? What's your steam client version? What behavior did you expect from app?

kriki200 commented 2 years ago

Windows 11, was on the previous stable version, some new button when alt-tabbing.

Lolipop2511 commented 2 years ago

stopped working

Fesiug commented 2 years ago

I'm on Manjaro Linux. Inviting a friend doesn't send or do anything, and creating a link doesn't copy or show anything. I'm on the latest stable of Steam. image

Ihmoda commented 2 years ago

Also having the same issue on the Steam Deck in Desktop mode. On stable channel. Options for invite link and friends are available, but not working.

about steam

m4dEngi commented 2 years ago

Ah, that explains. Latest stable linux build is from Jun 7th.

OParczyk commented 2 years ago

The issue is the same for me on the Jun 7th linux client (API v020, Steam- package versions 1654574690) It did work before on the latest release, but while the options are present to create or send invites, they don't do anything now. --verbose doesnt generate any output when trying to create an invite link (and have it not work)

OParczyk commented 2 years ago

Very interesting - I've built the application myself and it seems to have fixed it

OParczyk commented 2 years ago

Today there was a steam update (Jul 26 2022, at 18:54:18, v020, 1658944613) and rebuilding didn't seem fix it this time, sadly

m4dEngi commented 2 years ago

I'm not a git power user, but maybe you can try updating project submodules with git pull --recurse-submodules before rebuilding.

OParczyk commented 2 years ago

Of course, totally forgot that - and indeed that fixed it, thank you very much!