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!

[HELP] Client Crash

█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
my client randomly crashes when ever I teleported in to a dungeon or a specific map? I am using the same PC where the server is.

but I see no errors in the logs.

this is from WorldSvr_01_01

Code:
[Sun Feb  7 2021 14:45:35.820062 4148225792]: success accept 107(192.168.1.9:52639)
[Sun Feb  7 2021 14:45:35.820314 4148225792]: 1.open user 107 [C349A78] (192.168.1.9)
[Sun Feb  7 2021 14:45:51.884414 3820759872]: [RANK LIMIT] characterIdx (35) set to Completer, type BattleStyleLev
[Sun Feb  7 2021 14:45:51.884473 3820759872]: PetInformationMap Count:1
[Sun Feb  7 2021 14:45:51.884482 3820759872]: PetInformationMap Count:2
[Sun Feb  7 2021 14:45:51.892171 3820759872]: GetInitializePacket(): breaklee NOT Dirty Event : 1
[Sun Feb  7 2021 14:46:15.456624 4148225792]: 1.close user 107 [C349A78] (192.168.1.9)
[Sun Feb  7 2021 14:46:15.469335 3787189056]: PetInformationMap Count:1
[Sun Feb  7 2021 14:46:15.469386 3787189056]: PetInformationMap Count:0

and this is from my LoginSvr_01

Code:
Sun Feb  7 2021 14:45:33.077979 4148471552]: success accept 13(192.168.1.9:52638)
[Sun Feb  7 2021 14:45:33.078114 4148471552]: 1.open user 13 [97AA340] (192.168.1.9)
[Sun Feb  7 2021 14:45:33.097206 4140165952]: [PreImage] Request Pass : UserID(bkpptf), UserIP(192.168.1.9)
[Sun Feb  7 2021 14:45:33.179194 4140165952]: AuthRequest: UserID(bkpptf), Addr(192.168.1.9)
[Sun Feb  7 2021 14:45:33.500041 4140165952]: ChangeToCheckData(): 4 user's auth Type (0)
[Sun Feb  7 2021 14:45:33.500135 4140165952]: AuthResult: UserID(bkpptf), Addr(192.168.1.9), Result(32), UserNum(4)
[Sun Feb  7 2021 14:45:35.879639 4148471552]: sock 13=> close by finish waiting(192.168.1.9)
[Sun Feb  7 2021 14:45:35.880958 4148471552]: 1.close user 13 [97AA340] (192.168.1.9)
[Sun Feb  7 2021 14:48:45.546777 4148471552]: success accept 13(192.168.1.9:52660)
[Sun Feb  7 2021 14:48:45.546892 4148471552]: 1.open user 13 [97AA340] (192.168.1.9)
[Sun Feb  7 2021 14:48:45.552734 4140165952]: [PreImage] Request Pass : UserID(bkpptf), UserIP(192.168.1.9)
[Sun Feb  7 2021 14:48:45.583731 4140165952]: AuthRequest: UserID(bkpptf), Addr(192.168.1.9)
[Sun Feb  7 2021 14:48:46.098591 4140165952]: ChangeToCheckData(): 4 user's auth Type (0)
[Sun Feb  7 2021 14:48:46.099799 4140165952]: AuthResult: UserID(bkpptf), Addr(192.168.1.9), Result(32), UserNum(4)
[Sun Feb  7 2021 14:48:48.499815 4148471552]: sock 13=> close by finish waiting(192.168.1.9)
[Sun Feb  7 2021 14:48:48.501026 4148471552]: 1.close user 13 [97AA340] (192.168.1.9)

need some help, check out my gpu as well but everythin' is up to date with it.

thanks you!
 
Back
Top