MisterTea / MAMEHub

Netplay-capable multi-machine emulator
http://www.mamehub.com
116 stars 29 forks source link

3rd strike checksum error #240

Closed Prinygod closed 9 years ago

Prinygod commented 9 years ago

tested with, csume.exe mxe version 2 cannot connect tried multiple times

http://pastebin.com/1bC2nuEp http://pastebin.com/et1eYhbB

zbel commented 9 years ago

Many games have checksum errors now like Teenage Mutant Ninja Turtles (tmnt.zip) and Bomber Man World (bbmanw.zip), i cleaned nvram and cfg dirs before testing.

MisterTea commented 9 years ago

when you get a chance, try to play the game with yourself using these commands:

csume.exe (rom) -server

and

csume.exe (rom) -client -selfport 6000 -hostname 127.0.0.1

See if you get the checksum error playing with yourself. Make sure there's no nvram before you start the server (you will have to delete the nvram every time you try).

zbel commented 9 years ago

Tested on tmnt.zip, cleaned nvram before each test.

It works on the same machine. On a remote machine, it never works: host: http://pastebin.com/JSuM6Kha client: http://pastebin.com/01u38dKe

MisterTea commented 9 years ago

Hey @zbel,

You created those logs using a version of the emulator that didn't have the extra logging for checksum errors, please recreate the logs. Thanks

On Sun, Aug 3, 2014 at 12:57 AM, zbel notifications@github.com wrote:

Tested on tmnt.zip, cleaned nvram before each test.

On the same machine, it works but sometime i got the checksum error: host: http://pastebin.com/W2u2Y014 client: http://pastebin.com/0y2V7rdY

On a remote machine, it never works: host: http://pastebin.com/meGxEqfL client: http://pastebin.com/ziEczWN1

— Reply to this email directly or view it on GitHub https://github.com/MisterTea/MAMEHub/issues/240#issuecomment-50984548.

Gitweazle commented 9 years ago

Just tried tmnt by logging into myself and got the following checksum error:

host: http://pastebin.com/0V7Qa3Md client: http://pastebin.com/iceDX6X9

did another one and noticed that the checksum itself was different (149 != 25 in stead of 3 != 143)

client: http://pastebin.com/J7e4G0cK

zbel commented 9 years ago

I think i have the latest version, i downloaded "csume.exe.gz" here before testing : http://10ghost.net/MAMEHubDownloads/Emulators/Windows/

Prinygod commented 9 years ago

Unfortunatly the version you got is old. Did you not try the auto update?

zbel commented 9 years ago

I will try with the auto update.

MisterTea commented 9 years ago

I just pushed a new version that should fix this problem in a lot of cases. Please try the newest version

On Sunday, August 3, 2014, zbel notifications@github.com wrote:

I will try with the auto update.

— Reply to this email directly or view it on GitHub https://github.com/MisterTea/MAMEHub/issues/240#issuecomment-50998794.

Gitweazle commented 9 years ago

Just tried connecting to myself (tmnt) and also in MAMEHub (vendetta) and it seems to be working again. Great work!

zbel commented 9 years ago

It works, thanks !