Google-Code-Fork / tibiaapi

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

Proxy Debug #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Basically, when you have the proxy started and you go to the Character
Selection screen then cancel and try to log in to a different account the
character list of the first account is being used. So, if the second
account has more characters and you try to choose a character farther down
the list than your first account has you'll get a debug. It debugs in
Proxy.cs, ConnectClientToGameWorld function, at line (tcpServer = new
TcpClient(charList.chars[selectedChar].worldIP,
charList.chars[selectedChar].worldPort);).

When hovering over charList and checking the items in chars list you can
see that the characters are that of your previous account.

Original issue reported on code.google.com by joebingham07@gmail.com on 19 Nov 2008 at 4:00

GoogleCodeExporter commented 9 years ago
I couldn't reproduce the problem and I really can't see how that could happen 
since
the memory should be overwritten when you receive a new char list

Original comment by geancarl...@gmail.com on 23 Nov 2008 at 4:42

GoogleCodeExporter commented 9 years ago
I don't know how you couldn't reproduce it when it happens to me every time I 
try.
When I get time I'll cam it and attach it if it'll let me, if not I'll upload 
it to
my server and just post a link to it.

Original comment by joebingham07@gmail.com on 23 Nov 2008 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by brunodun...@gmail.com on 17 Dec 2008 at 11:51