• 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!

Lua Unserialization error

_Aion_

Nothing Else
Joined
Jan 19, 2010
Messages
401
Solutions
4
Reaction score
10
Location
Jequie,Bahia,Brazil
Hello, of "nothing" appear two erros on my console, but i don't know solve this, i tried all.
ii search for the forum and don't find solution.
Problem One: On startup my server give some erros.
Code:
[01/05/2013 18:54:05] [Warning - IOMapSerialize::loadItems] Unserialization error [1] for item type 7820
and other, when player acess my server(login), give this erro on console.
Code:
[01/05/2013 18:59:38] [Warning - IOLoginData::loadItems] Unserialize error for item with id 2160
the item that player have in BP or body show in console whit this same error.

Thanks and sorry my bad english.
 
Going to answer in two languages, so you and other people are going to understand, ok? :P

=== ENGLISH ===
Looks like you may have a problem on your items.otb. Open it with otitemeditor or other .otb editor, and look for 'reload items attributes' and 'create missing client items'. After that, if the error still happens, you can do a query on your database to remove the items with id 2160 from your players.


=== PORTUGUESE ===
Parece que você tem problemas com seu items.otb. Abra ele com o otitemeditor ou outro editor de .otb e procure por 'reload items attributes' e 'create missing client items'. Se mesmo depois disso o erro ainda acontecer, tenta rodar uma query no seu banco de dados pra remover os itens com ID 2160, mas o mais correto seria descobrir o porque de estar acontecendo isso, e meu palpite é otb.
 
Back
Top