pdelvo / Pdelvo.Minecraft.Proxy

MineProxy.Net
MIT License
7 stars 0 forks source link

Crash on server to server teleport attempt #32

Closed ImDeity closed 12 years ago

ImDeity commented 12 years ago

When trying to do a server to server teleport, the Proxy is crashing (no stacktrace on the console, just a "Proxy encountered an error, click to close" message from WIndows).

Format I'm using: "[Redirect] Move to : 123.12.12.12 : 25575;39"

When I leave off the ";39" the proxy seems to be just kicking (ie: not parsing through the current regex and attempting a server change).

Also: I am available on IRC so if you're on any server, let me know and I can chat with you there

pdelvo commented 12 years ago

Can you test it again? The regular Expression should now work and you should get better logging now so I hope we can find this bug quickly

ImDeity commented 12 years ago

Sorry about the delay:

Exception on crash: http://pastebin.com/raw.php?i=3iSW3hZ5

Kick message used to initiate server transfer that caused crash (IP replaced): [Redirect] Move to : 1.2.3.4 : 25575;39

Both source and target backend servers are version 1.3.2

pdelvo commented 12 years ago

This should be fixed now

ImDeity commented 12 years ago

Working perfectly now thanks!