You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume since it is encoding "18446744073709551615", it is hitting an overflow, however I don't know the specific node implementation that would cause this.
Describe the bug
When running in a production electron environment, the encoding of ClientLogon is failing when trying to send the login result.
The byte array being sent
However the correct array is supposed to be:
I assume since it is encoding "18446744073709551615", it is hitting an overflow, however I don't know the specific node implementation that would cause this.
Versions
steam-user: 5.2.0
electron: 32.1.2
node: v20.11.1 / v20.16
Screenshots and Error Logs
Source code: https://github.com/shuabritze/mushroom-launcher
https://github.com/shuabritze/mushroom-launcher/blob/54b02eead4d91eec1fa47bafc1d28a8b7f251977/src/download-client.ts#L45
The text was updated successfully, but these errors were encountered: