SteamworksPy icon indicating copy to clipboard operation
SteamworksPy copied to clipboard

Fix function used for Friends.ActivateGameOverlayToStore

Open DaFluffyPotato opened this issue 1 year ago • 0 comments

I was getting a crash when trying to use Friends.ActivateGameOverlayToStore().

  File "[...]\steamworks\interfaces\friends.py", line 132, in ActivateGameOverlayToStore
    self.steam.ActivateGameOverlayToWebPage(app_id)
ctypes.ArgumentError: argument 1: TypeError: wrong type

It looks like the function was mapped incorrectly in interfaces/friends.py. Changing to the matching function fixed the issue for me.

DaFluffyPotato avatar Sep 29 '24 22:09 DaFluffyPotato