• 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++ rune charges debug

Kahras

Member
Joined
Aug 6, 2012
Messages
101
Reaction score
7
Location
Warsaw
Hello, I have compiled this TFS [8.0] - TFS 1.2 (https://otland.net/threads/8-0-tfs-1-2.263797/) and updated it to 8.10.
I changed the otb file. at data/items to version 8.10 and i turn on the server and i have one problem.
When I create runes, I have a crash client - when I log in from OTClient, it shows me that I have, for example, 160 uh.

6d062061dab7e6359ff3ede78c98c881.png
 
Last edited:
Open items.otb with item editor and add the flag stackable to all runes.
you are the best :D


I have one more problem, when I go through walls with CTRL pressed it finally gets debug

Code:
----- 10/10/2022 23:42:01 - GOD (127.0.0.1) -----
Debug Assertion 8.10 Communication.cpp 1991
Mon Oct 10 23:41:42 2022
Windows Version: 6.2 build 9200 on 2
Graphic Engine: OpenGL (1)
Last Packet Types: 109 104 109 107 160 172 180 180 162 141
Last Packet: 143 000 109 036 004 224 003 007 002 035 004 224 003 007 104 152
Player Position: [1060,992,7]
Player Name: GOD
Player.cpp 358: exception occurred, reason:
Network.cpp 978: exception occurred (ErrorCode = 0), reason:
Control.cpp 1318: exception occurred (Type = 109) (MainWindow = 40560160), reason:
Communication.cpp 2007: exception occurred, reason:
Communication.cpp 1991: MoveCreature has been received for a coordinate where there is no creature anymore [bug0000017] (1638, 0), reason:
 sx: 8 sy: 6 sz: 0
 Position: 2
 zx: 7 zy: 6 zz: 0
 dx: -1 dy: 0 dz: 0
 abs_sx: 1060 abs_sy: 992 abs_sz: 7
 abs_zx: 1059 abs_zy: 992 abs_zz: 7
 Start Cylinder (1):  (408,0) (1638,0) (99,268435457)
 Start Cylinder (2):  (408,0) (99,268435457) (1638,0)(-)(-)(-)(-)(-)(-)(-)
 Destination Cylinder (1):  (408,0)
 Destination Cylinder (2):  (408,0)(-)(-)(-)(-)(-)(-)(-)(-)(-)
Comment:
 
you are the best :D


I have one more problem, when I go through walls with CTRL pressed it finally gets debug

Code:
----- 10/10/2022 23:42:01 - GOD (127.0.0.1) -----
Debug Assertion 8.10 Communication.cpp 1991
Mon Oct 10 23:41:42 2022
Windows Version: 6.2 build 9200 on 2
Graphic Engine: OpenGL (1)
Last Packet Types: 109 104 109 107 160 172 180 180 162 141
Last Packet: 143 000 109 036 004 224 003 007 002 035 004 224 003 007 104 152
Player Position: [1060,992,7]
Player Name: GOD
Player.cpp 358: exception occurred, reason:
Network.cpp 978: exception occurred (ErrorCode = 0), reason:
Control.cpp 1318: exception occurred (Type = 109) (MainWindow = 40560160), reason:
Communication.cpp 2007: exception occurred, reason:
Communication.cpp 1991: MoveCreature has been received for a coordinate where there is no creature anymore [bug0000017] (1638, 0), reason:
 sx: 8 sy: 6 sz: 0
 Position: 2
 zx: 7 zy: 6 zz: 0
 dx: -1 dy: 0 dz: 0
 abs_sx: 1060 abs_sy: 992 abs_sz: 7
 abs_zx: 1059 abs_zy: 992 abs_zz: 7
 Start Cylinder (1):  (408,0) (1638,0) (99,268435457)
 Start Cylinder (2):  (408,0) (99,268435457) (1638,0)(-)(-)(-)(-)(-)(-)(-)
 Destination Cylinder (1):  (408,0)
 Destination Cylinder (2):  (408,0)(-)(-)(-)(-)(-)(-)(-)(-)(-)
Comment:
If your problem was solved mark the best answer, regarding your another question ,where did you get your items.otb?
 
Back
Top