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

Trade Window Debug - 0.2.11pl2.r96

Kiwi Dan

Kiwi Server 3.0
Joined
Jun 5, 2007
Messages
618
Reaction score
9
Location
New Zealand
As soon as you say trade to the npc you get debugged.

Here's what I copied from the debug:
Code:
Player.cpp 361: exception occured, reason:
Network.cpp 956: exception occured (ErrorCode =0), reason:
Control.cpp 1377: exception occured (Type = 122) (MainWindows = 36894944),
reason:
Communication.cpp 2506: exception occured (i=0) (NumberOfWares = 26158),
reason:
Network.cpp 506: exception occured (i=0) (NumberOfWares = 26158),
reason:
Network.cpp 506: exception occured (MaxLength = 35), reason:
Utils.cpp 545: assertion failed (Position = 22) (Size-Length = -25931), reason:
Position<=Size-Length
 
As soon as you say trade to the npc you get debugged.

Here's what I copied from the debug:
Code:
Player.cpp 361: exception occured, reason:
Network.cpp 956: exception occured (ErrorCode =0), reason:
Control.cpp 1377: exception occured (Type = 122) (MainWindows = 36894944),
reason:
Communication.cpp 2506: exception occured (i=0) (NumberOfWares = 26158),
reason:
Network.cpp 506: exception occured (i=0) (NumberOfWares = 26158),
reason:
Network.cpp 506: exception occured (MaxLength = 35), reason:
Utils.cpp 545: assertion failed (Position = 22) (Size-Length = -25931), reason:
Position<=Size-Length

Can you post the NPC?
 
That was with the original NPC Tyoric, on the release of 0.2.11pl2. This is on the latest client.
I'm presuming it's happening with any NPC involved in the "Trade" system.
 
Back
Top