ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
198 stars 32 forks source link

dota.launch() always results in Dota2Client: Failed to parse -4294963292 #92

Closed rpatel1023 closed 1 year ago

rpatel1023 commented 1 year ago

I'm attempting to use the Dota2Client with SteamClient in my environment and consistently fail to create a session with the D2Client. It appears the same issue occured at #78 but there isn't much explanation as to how it was resolved, but the issue is likely described correctly, where the proto is being received as an integer instead of it's intended type. Any help would be appreciated

k0mar12 commented 1 year ago

Do you have a fresh protos ?

rpatel1023 commented 1 year ago

i have a new environment and just installed the library, so i'm assuming yes? but I may be misinterpreting what that means

rpatel1023 commented 1 year ago

I was able to resolve the problem, it seems that I was running a 32-bit version of Python, reinstalled with 64-bit and it fixed.