Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getpd command sent without specific keys, should return all keys. #36

Closed
SMTDDR opened this issue Jun 9, 2014 · 4 comments
Closed

getpd command sent without specific keys, should return all keys. #36

SMTDDR opened this issue Jun 9, 2014 · 4 comments

Comments

@SMTDDR
Copy link
Contributor

SMTDDR commented Jun 9, 2014

I don't know if there are any bugs out there, I'm just opening this issue based on the TvC fixes. These very minor differences between official server and polaris can mean the difference between a game working or "Communication Error" .

    pikachu@BATTLEGYM ~/Documents/TVC_gamespy/TATVSCAP $ wine gsstats.exe 278976886 tatvscapwii eJMWz4

    Gsstats 0.1
    by Luigi Auriemma
    e-mail: aluigi@autistici.org
    web:    aluigi.org

    - resolv   gamestats.gamespy.com...
    - target   69.10.30.240 : 29920
      SERVER \lc\1\challenge\ECHMOLGIUF\id\1\final\
      CLIENT \auth\\gamename\tatvscapwii\response\81d7cb4644b645ba399225a089172e21\port\0\id\1\final\
      SERVER \lc\2\sesskey\1483588219\proof\0\id\1\final\
      CLIENT \getpd\\pid\278976886\ptype\3\dindex\0\keys\\lid\0\final\
    - Stats:

                              name: iZJ68G9G808CmdUJtImsCPSj7BeETy1_p3vCDLPwl+tw8eKQW6SVNS
                               msg: 3K4roXkkVVnXyZ+6SzIjUqGIW3GW_uYp
                           friends: obh4Ia69Y3fXp43PsPLH8rkq3AEFK9oWecGt6vlpIGl7W9J0ggyMsbTI7ysvnO_ssG7lBApp_WZyDO5nsoAsqkeuRlCORW3Ct6jc9Lp3tH1CIPM3ATYH1Jk8L3VZ7GgNpFyEpBv47VRHtdl95U3GXD7uLbgv2kMDl2geGFJAZUUFklvKQNAGZreVl05zlfgfqQwIajanHX4sE23rzGoqfYRwOA2uVmtbDubxOpyfYm3R8TThiEwzS9rj2TDgLUenfARsX1ee_+bRmhFDRBqM6i96YhjpJ7pWxGT3Az7QMQafByPPo34JWHVAeJG5eKce3DfkPnqg7+nEbDbfTSexxlZDcYuO4ZwQi5UUJXU736AucaXw
                            record: keFFBiO3EjJU93o6gmZjaPPRmgRzFFWVV4dqr5+pufDjkDp43sKMfAwEPtgaagJBaAFdlN8CRBh7wg38JLymU+yHPaQZOmSLLu4wL6dqmRB9LLNg4vUIwL+wHqDxPC6CEAT0IoZ_G1okeGk6881Y3kNhZ1iEx8KHb7HmodORjUWlMFcsp4mfDTDaCXIw5Z8kHRMKsmDQHiDMgpAY
                             final:
    pikachu@BATTLEGYM ~/Documents/TVC_gamespy/TATVSCAP $
@polaris-
Copy link
Collaborator

polaris- commented Jun 9, 2014

Try again now.

@SMTDDR
Copy link
Contributor Author

SMTDDR commented Jun 9, 2014

This is the same testcode from the TvC issue. I'm expecting that getpdr at the end to have my record string in it.

GameSpy: \lc\1\challenge\YSKKAUYDTC\id\1\final\
Client: \auth\\gamename\tatvscapwii\response\b2863954f2b3dee728c8616a61d55916\port\0\id\1\final\
GameSpy: \lc\2\sesskey\7563698335\proof\0\id\1\final\
Client: \authp\\authtoken\NDSoy9q33fRgnO5wYyfKDFcd0mWKn5dBKj5PeRZAiBlTiWONL9Dsf6k0sk4UGmmL0zBI8u5yqrk2zQedhFs\resp\cbc04d217e7571f60988c442a730c94c\lid\0\final\
GameSpy: \pauthr\2120\lid\0\final\
Client: \getpd\\pid\2120\ptype\3\dindex\0\keys\\lid\0\final\
GameSpy: \getpdr\1\lid\0\pid\2120\mod\1402322952\length\0\data\\final\
Client: \setpd\\pid\2120\ptype\3\dindex\0\kv\1\lid\0\length\217\data\\record\3MRWZ0gyumuH4kUwtnVck2idXKbvVwTjWXCek+CYtlgQy8zk+wCGKch5zlZjRddLlAEyVwJ5C6qPcSqOITNsSGx2M35OA3CAktNrshI2DTBMlDE_ElZGH8JVmbUH7gfOJp9hhC+7BEC6z1TghszCo+1FM42HUekj4EKceXCFPtowQXBMfuT5AZ7r90pHfI6Ap1+fky6WBg12nzbf\final\
GameSpy: \setpdr\1\lid\0\pid\2120\mod\1402322952\final\
Client: \getpd\\pid\2120\ptype\3\dindex\0\keys\\lid\0\final\
GameSpy: \getpdr\1\lid\0\pid\2120\mod\1402322952\length\0\data\\final\

@polaris-
Copy link
Collaborator

polaris- commented Jun 9, 2014

I just fixed it and tested it with your old script. It should work now.

@SMTDDR
Copy link
Contributor Author

SMTDDR commented Jun 9, 2014

Hmm... is there not a "msg" field on your side for that id? Maybe not since I don't think I actually was able to start a match with that profileid. Closing this issue. I will check the profileID my WII currently uses sometime later. It should have at least a record & msg field; probably even a friends field since I added someone to my rival-list.... but I'll double-check all this.

Thanks,

@SMTDDR SMTDDR closed this as completed Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants