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

C++ Debbug client imbuing

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
When I'm going to imbuir item (in some cases) to taking debbug and it appears there in client_assertions:

Code:
----- 29/12/2017 19:05:37 - Nopex (190.70.94.82) -----
Debug Assertion 1100 NWin32Exception.cpp 55
Fri Dec 29 20:06:22 2017
Graphic Engine: DirectX9 (2)
Operating System: Windows 7 Ultimate Edition 32 Bit in VEN
Processor: Intel Pentium G3220 @ 3
Video Card: Intel (R) HD GR
Last Packet Types: 109 109 109 108 170 131 143 109 143 109
Last Packet: 109 093 126 216 125 007 001 092 126 216 125 007 109 086 126 216
Player Position: [32361,32239,7]
Player Name: Nopex (CaterOT)
Player Action: 048 046 048 046 048 046 048 058 055 049 055 050
Player.cpp 344: exception occurred, reason:
MainFrm.cpp 664: exception occurred (point.x = 929) (point.y = 498), reason:
Control.cpp 787: exception occurred (x = 929) (y = 498), reason:
DialogsGeneric.cpp 288: exception occurred (x = 486) (y = 311), reason:
GUI.cpp 1936: exception occurred (x = 486) (y = 311), reason:
GUI.cpp 1936: exception occurred (x = 468) (y = 279), reason:
GUI.cpp 1936: exception occurred (x = 468) (y = 207), reason:
GUI.cpp 1936: exception occurred (x = 40) (y = 18), reason:
DialogElements.cpp 1405: exception occurred (x = 40) (y = 18), reason:
GUI.cpp 2515: exception occurred, reason:
DialogsImbuing.cpp 662: exception occurred, reason:
NWin32Exception.cpp 55: win32 exception occurred, reason:
access violation (read attempt at 65687420)
Comment:

----- 28/12/2017 16:21:10 - Ciro Immobile (186.40.84.237) -----
Debug Assertion 1100 GUI.cpp 2081
Thu Dec 28 19:21:36 2017
Graphic Engine: DirectX9 (2)
Operating System: Windows Vista Family in USA
Processor: Intel Core i5 -4440 @ 3
Video Card: NVIDIA GeForce GTX 970
Last Packet Types: 109 109 107 107 107 130 109 131 131 107
Last Packet: 109 087 126 221 125 007 001 087 126 222 125 007 000 000 000 000
Player Position: [32360,32240,7]
Player Name: Ciro Immobile (CaterOT)
Player Action: 048 046 048 046 048 046 048 058 055 049 055 050
Player.cpp 344: exception occurred, reason:
MainFrm.cpp 645: exception occurred (point.x = 657) (point.y = 520), reason:
Control.cpp 725: exception occurred (x = 657) (y = 520), reason:
DialogsGeneric.cpp 275: exception occurred (x = 134) (y = 314), reason:
GUI.cpp 1912: exception occurred (x = 134) (y = 314), reason:
GUI.cpp 1912: exception occurred (x = 116) (y = 282), reason:
GUI.cpp 1912: exception occurred (x = 116) (y = 210), reason:
GUI.cpp 1912: exception occurred (x = 116) (y = 21), reason:
GUI.cpp 1912: exception occurred (x = -172) (y = 21), reason:
DialogElements.cpp 1386: exception occurred (x = -172) (y = 21), reason:
GUI.cpp 2477: exception occurred, reason:
GUI.cpp 2081: assertion failed, reason:
Capture==NULL
Comment: 

----- 27/12/2017 21:25:33 - Mestre Jiraya (170.145.134.248) -----
Debug Assertion 1100 GUI.cpp 2081
Thu Dec 28 00:26:10 2017
Graphic Engine: DirectX5 (0)
Operating System: Windows 7 Business Edition 64 Bit in BRA
Processor: AMD Athlon II X2 250
Video Card: NVIDIA GeForce 7025 / NV
Last Packet Types: 109 109 109 131 109 108 109 109 142 109
Last Packet: 109 092 126 223 125 005 001 092 126 222 125 005 109 092 126 226
Player Position: [32360,32240,7]
Player Name: Mestre Jiraya (CaterOT)
Player Action: 048 046 048 046 048 046 048 058 055 049 055 050
Player.cpp 344: exception occurred, reason:
MainFrm.cpp 645: exception occurred (point.x = 709) (point.y = 551), reason:
Control.cpp 725: exception occurred (x = 709) (y = 551), reason:
DialogsGeneric.cpp 275: exception occurred (x = 346) (y = 297), reason:
GUI.cpp 1912: exception occurred (x = 346) (y = 297), reason:
GUI.cpp 1912: exception occurred (x = 328) (y = 265), reason:
GUI.cpp 1912: exception occurred (x = 328) (y = 193), reason:
GUI.cpp 1912: exception occurred (x = 328) (y = 4), reason:
GUI.cpp 1912: exception occurred (x = 40) (y = 4), reason:
DialogElements.cpp 1386: exception occurred (x = 40) (y = 4), reason:
GUI.cpp 2477: exception occurred, reason:
GUI.cpp 2081: assertion failed, reason:
Capture==NULL
Comment:

Does anyone know what kind of debbug this is?
tfs 1.3 client 10.00
 
Back
Top