Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

MapDescription packet parsing is broken #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the proxy
2. Walk around

What is the expected output? What do you see instead?

The proxy crashes when it receives a certain large map packet.

Requires further investigation.

Original issue reported on code.google.com by ian320 on 26 Nov 2009 at 1:11

GoogleCodeExporter commented 9 years ago
The problem is a new byte added to unknown creature (0x61) - at the end.
It's new battlelist entry (war icon).
Only what you need is to add new byte to unknown creature parsing.

Original comment by beziakcpp@gmail.com on 28 Nov 2009 at 7:05

GoogleCodeExporter commented 9 years ago
(after partyshield byte)

Original comment by beziakcpp@gmail.com on 28 Nov 2009 at 7:06

GoogleCodeExporter commented 9 years ago
beziak, you rock. Thank you so much for looking into this. I can't believe no 
one
caught that before! Fixed in r768.

Original comment by ian320 on 2 Dec 2009 at 12:32