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

Solved Debug When Looting Mooh'tah Warrior TFS 1.2 Nightlies DISTRO

Tarek

Premium User
Premium User
Joined
Jun 9, 2012
Messages
3,593
Solutions
4
Reaction score
1,183
Location
Sweden
GitHub
Taarek
Hi when i looted Mooh'Tah Warrior i got debugged. I use TFS 1.2

Code:
Debug Assertion 10.77 tcontainerview.cpp 25
Sat May 30 19:40:32 2015
Graphic Engine: DirectX9 (2)
Operating System: Windows 7 Home Premium Edition 64 Bit in SWE
Processor: AMD E1-1200 A
Video Card: ATI Radeon HD AMD 7310 
Last Packet Types: 110 104 109 029 130 170 160 131 131 131
Last Packet: 110 001 100 082 255 000 000 008 001 001 000 004 000 000 000 004
Player Position: [995,1006,7]
Player Name: Administrator (Bloxx)
Player Action: 048 046 048 046 048 046 048 058 055 049 055 050
Player.cpp 344: exception occurred, reason:
Network.cpp 841: exception occurred, reason:
Control.cpp 1527: exception occurred (Type = 110) (MainWindow = 53695880), reason:
Communication.cpp 2914: exception occurred, reason:
tcontainerview.cpp 25: assertion failed (m_Name.c_str() = 56189140), reason:
static_cast<int>(m_Name.size()) > 0
 
The corpse is probably not registered in items.xml. If you try to open something that isn't registered in items.xml you'll get debug.

For example:
Code:
You see an item of type 12345 (Vol: 8).

Solution: Add the corpse to items.xml.
 
The corpse is probably not registered in items.xml. If you try to open something that isn't registered in items.xml you'll get debug.

For example:
Code:
You see an item of type 12345 (Vol: 8).

Solution: Add the corpse to items.xml.
Thanks, Solved my problem
 
Back
Top