• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Debug when player login

dgprado

Member
Joined
Apr 5, 2009
Messages
789
Reaction score
19
Location
Patria Amada Brasil
My server is based on TFS 0.3.7.

I did an update on my server, from 10.10 to 10.41 version.
Everything works correctly except for one big problem.

When you log onto the server the tibia client debugs, but if you relog before your character disconnect, You will connect successfully.

I imagine that the problem is related to the message "Your last visit was on..."

i will post a picture of the debug log:
debug.png


Thx.
 
If this happens its because you did not do everything required for the server to work.

So far. what changes have you done int the source for it to work with 10.41?
 
If this happens its because you did not do everything required for the server to work.

So far. what changes have you done int the source for it to work with 10.41?


Probably. I got one warning at compile.

Code:
  CXX    protocollogin.o
  CXX    protocolold.o
protocollogin.cpp: Na função membro âvirtual void ProtocolLogin::onRecvFirstMessage(NetworkMessage&)â:
protocollogin.cpp:224:26: aviso: variable âserverIpâ set but not used [-Wunused-but-set-variable]
  CXX    quests.o

here is the protocollogin.cpp
http://pastebin.com/sFfRZtDz
 
Last edited:
Back
Top