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

C++ debug a specific bag

darkmu

Well-Known Member
Joined
Aug 26, 2007
Messages
274
Solutions
1
Reaction score
50
Location
Paraná,Brazil
When players are getting the initial reward (druid, sorc , knight or paladin) some are taking debug only on the bag they are using, in case if they removed their bag for a new one it doesn't happen anymore.

Lua:
You see a backpack (Vol:20).
Imbuements: (Empty Slot).
It weighs 551.06 oz.
Item ID: 1988, Client ID: 2854

Code:
022-09-02, 00:16:11: Asset loading complete
2022-09-02, 00:16:17: News query failed: "Unrecognized event news."
2022-09-02, 00:16:19: BattlEye: "Initialized (v1.246)"
2022-09-02, 00:16:19: BattlEye: "Restarting client is necessary, service isn't running properly"
2022-09-02, 00:16:19: BattlEye: "Restarting client is necessary, update required"
2022-09-02, 00:16:19: Request connection to gameserver  "tcp://MY IP:7172"  (unprotected:  "tcp://1MY IP:7172" )  requested (Charakter "Muash Ms" )
2022-09-02, 00:16:19: Request connection to gameserver  "tcp://MY IP:7172" "NovaEra Global"
2022-09-02, 00:16:19: Connected to gameserver  "tcp://MY IP:7172" "NovaEra Global"
2022-09-02, 00:16:20: News query failed: "Unrecognized event news."
2022-09-02, 00:16:21: Error while processing network packet not enough bytes (2) available at position 86
2022-09-02, 00:16:21: "bgAmCwEAAACAAAgAYmFja3BhY2sUAAABABMAAAATulLKUgLXCzLSUgGuUgDWCwbbC0vZCwlNW1fsAAHQLALRLAloC9gLBd0LAU1bZBcOAe0ASiYLAAA="

even if I don't take debug with my initial, but if I click on hers it also gives debug.

-- EDIT
It seems that it is specific to a monster blood beast or worm priestess, the players reported that it started to crash only there, is it some item?

-- EDIT
23551 ID
21180 - CLIENT ID
glooth axe

DEBUGGING
 
Last edited:
hello there, do you know something about this error? i1m using client 12.9 at a server 12.9
everytime someone dies, another random guy near of temples get client crash. seems kinda same client crash


Character: Bigatu
EngineID: 1
HardwareID: a85b3cbf6aed4a9102fb2d0b084437d6c6c6ae40
OperatingSystem: Windows 10 (10.0)
Position: [32365,31782,6]
ProductName: Tibia Client
Server: Tibiaproject
Timestamp: 1667162165
Version: 12.90.12248
2022-10-30, 17:35:25: News query failed: "Unrecognized event news."
2022-10-30, 17:35:26: BattlEye: "Initialized (v1.246)"
2022-10-30, 17:35:26: BattlEye: "Restarting client is necessary, service isn't running properly"
2022-10-30, 17:35:26: BattlEye: "Restarting client is necessary, update required"
2022-10-30, 17:35:26: Request connection to gameserver "tcp://177.153.64.88:7172" (unprotected: "tcp://177.153.64.88:7172" ) requested (Charakter "Bigatu" )
2022-10-30, 17:35:26: Request connection to gameserver "tcp://177.153.64.88:7172" "Tibiaproject"
2022-10-30, 17:35:26: Connected to gameserver "tcp://177.153.64.88:7172" "Tibiaproject"
2022-10-30, 17:35:28: News query failed: "Unrecognized event news."
2022-10-30, 17:36:05: Error while processing network packet no creature found at coordinate/position
2022-10-30, 17:36:05: "bWh+JnwHAWd+JnwH"
 
Back
Top