Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Tantra Crashing

Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Has anyone had this error where the client crashes when closing?

PHP:
CHTWindowManager::Load configuration file...
HT_hrCreate success!
CHTWindowManager::Initialize success!
CHTWindowManager::ReadyGameLoop start!
HT_hrReadyGameControl 1 
Connecting URL No 301 
CHTWindowManager::MainGameLoop start
InitRequestChar! 
-InitRequestChar-InitReciveChar 
CHTWindowManager::ReadyGameLoop start!
HT_hrReadyGameControl 1 
CHTWindowManager::Finalize start
CHTWindowManager::Finalize 1
CHTWindowManager::Finalize 2
CHTWindowManager::Finalize 3
CHTWindowManager::Finalize 3_1
CHTWindowManager::Finalize 3_2
CHTWindowManager::Finalize 3_3
CHTWindowManager::Finalize 3_4
CHTWindowManager::Finalize 3_5
CHTWindowManager::Finalize 3_6
CHTWindowManager::Finalize 3_7
CHTWindowManager::Finalize 3_8
CHTWindowManager::Finalize 3_9
CHTWindowManager::Finalize 3_10
CHTWindowManager::Finalize 3_11
CHTWindowManager::Finalize 3_12
CHTWindowManager::Finalize 3_13
CHTWindowManager::Finalize 3_143
CHTWindowManager::Finalize 4
CHTWindowManager::Finalize success!
HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 0023:77963D64, RtlDeleteCriticalSection()+0119 byte(s)
EAX=20202028  EBX=00000001  ECX=000034B0  EDX=0008E3C8  ESI=20202020
EDI=10A54540  EBP=0018FE24  ESP=0018FDF0  EIP=77963D64  HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 0023:77963D64, RtlDeleteCriticalSection()+0119 byte(s)
EAX=20202028  EBX=00000001  ECX=000034B0  EDX=0008E3C8  ESI=20202020
EDI=10A54540  EBP=0018FE24  ESP=0018FDF0  EIP=77963D64  HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 0023:77963D64, RtlDeleteCriticalSection()+0119 byte(s)
EAX=20202028  EBX=00000001  ECX=000034B0  EDX=0008E3C8  ESI=20202020
EDI=10A54540  EBP=0018FE24  ESP=0018FDF0  EIP=77963D64  HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 0023:77963D64, RtlDeleteCriticalSection()+0119 byte(s)
EAX=20202028  EBX=00000001  ECX=000034B0  EDX=0008E3C8  ESI=20202020
EDI=10A54540  EBP=0018FE24  ESP=0018FDF0  EIP=77963D64  HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module ntdll.dll at 0023:77963D64, RtlDeleteCriticalSection()+0119 byte(s)
EAX=20202028  EBX=00000001  ECX=000034B0  EDX=0008E3C8  ESI=20202020
EDI=10A54540  EBP=0018FE24  ESP=0018FDF0  EIP=77963D64

And does anyone have any ideas how to fix this. Thanks
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Can you further elaborate on what exactly you mean? The client connects just fine but, it crashes when closed. How does the HTMessage affect this? I am very unclear as what you are trying to say.
 
Upvote 0
Junior Spellweaver
Joined
Jan 31, 2005
Messages
173
Reaction score
22
@jbeitz107
What client and server are you using during this test i want to know, im receiving also this error :), client can connect to server suddenly auto exit/crashes

http://forum.ragezone.com/f961/help-tantra-client-auto-exit-1144533/

PHP:
CHTWindowManager::Load configuration file...
HT_hrCreate success!
CHTWindowManager::Initialize success!
CHTWindowManager::ReadyGameLoop start!
HT_hrReadyGameControl 1 
HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module HTLauncher.exe at 001B:1010F48A
EAX=00000000  EBX=09DE0020  ECX=00000040  EDX=00002E61  ESI=09ED8018
EDI=09ED8018  EBP=0014FA60  ESP=0014F914  EIP=1010F48A  FLG=00010246
CS=001B   DS=0023  SS=0HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module HTLauncher.exe at 001B:1010F48A
EAX=00000000  EBX=09DE0020  ECX=00000040  EDX=00002E61  ESI=09ED8018
EDI=09ED8018  EBP=0014FA60  ESP=0014F914  EIP=1010F48A  FLG=00010246
CS=001B   DS=0023  SS=0HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module HTLauncher.exe at 001B:1010F48A
EAX=00000000  EBX=09DE0020  ECX=00000040  EDX=00002E61  ESI=09ED8018
EDI=09ED8018  EBP=0014FA60  ESP=0014F914  EIP=1010F48A  FLG=00010246
CS=001B   DS=0023  SS=0HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module HTLauncher.exe at 001B:1010F48A
EAX=00000000  EBX=09DE0020  ECX=00000040  EDX=00002E61  ESI=09ED8018
EDI=09ED8018  EBP=0014FA60  ESP=0014F914  EIP=1010F48A  FLG=00010246
CS=001B   DS=0023  SS=0HTLauncher.exe caused an EXCEPTION_ACCESS_VIOLATION in module HTLauncher.exe at 001B:1010F48A
EAX=00000000  EBX=09DE0020  ECX=00000040  EDX=00002E61  ESI=09ED8018
EDI=09ED8018  EBP=0014FA60  ESP=0014F914  EIP=1010F48A  FLG=00010246
CS=001B   DS=0023  SS=0

...Update
NVM, Found the solution for it
 
Last edited:
Upvote 0
Back
Top