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.03k stars 38 forks source link

Steam initialisation fails with the latest Steam client #15

Closed JillCrungus closed 2 years ago

JillCrungus commented 2 years ago

This is probably more of an issue with OpenSteamworks, following the latest Steam client update IClientEngine::GetIClientRemoteClientManager is returning null, causing initialisation to fail at SteamStuff.cpp:73

kiolio1235 commented 2 years ago

same problem here

m4dEngi commented 2 years ago

IClientEngine has changed and the function that's actually called instead of GetIClientRemoteClientManager is in fact GetIClientDeviceAuth which takes 2 arguments instead of 1, causing app to crash.

I'll try to release an updated asap

m4dEngi commented 2 years ago

Should be fixed now.

zockerdirk commented 2 years ago

Sorry, but it isn´t fixed. The download failed...