• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Help with debug!

Nottinghster

Tibia World RPG Developer
Joined
Oct 24, 2007
Messages
1,618
Solutions
6
Reaction score
537
Location
Brazil - Rio de Janeiro
GitHub
Nottinghster
Hello otlanders!

I'm creating a new project and I'm testing some things, here's the problem:

When I'm walking around the map in various places I can walk normally, but in some places, the following error appears:

Code:
+---------------------------------------------------------------
Debug Assertion 7.72 Objects.cpp 267
Mon Sep 17 19:34:31 2012
Windows Version: 6.1 build 7600 on 2
Graphic Engine: 2
Last Packet Types: 103 109 103 109 108 109 103 109 102 109
Last Packet: 241 000 109 085 126 048 124 007 001 085 126 049 124 007 103 208
Player Position: [32341,31793,7]
Player.cpp 383: exception occurred, reason:
Network.cpp 885: exception occurred (ErrorCode = 0), reason:
Control.cpp 1280: exception occurred (Type = 103), reason:
Communication.cpp 1508: exception occurred, reason:
Communication.cpp 1437: exception occurred (xmin = 0) (ymin = 13), reason:
Communication.cpp 1416: exception occurred (Type = 42254) (OldType = 3590), reason:
Objects.cpp 270: exception occurred (Type = 42254) (Flag = 5), reason:
Objects.cpp 267: assertion failed (Type = 42254) (ObjectProperties->high() = 11703), reason:
In(Type,ObjectProperties->low(),ObjectProperties->high())
----------------------------------------------------------------

What can it be?
Thanks!
 
Back
Top