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!

Freeze during character selection screen

Initiate Mage
Joined
Oct 19, 2017
Messages
4
Reaction score
1
Well, solved server launch problem. Config file was sh~ty one but fixed it
Another one came up: ATM00001 - Freeze during character selection screen - RaGEZONE Forums and it (obviosuly) doesn't react on any buttons
What should I do for now? Just can't imagine where I must fix this problem
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Oct 19, 2017
Messages
4
Reaction score
1
Re: Some server troubles

Here you are
Maybe I should write another IP e.g. Hamachi-like and then login w/my current IP, I haven't tried yet. Can it be the reason for this error?
Also, is it possible that Res files are (not?)completely different on server and client sides?
 

Attachments

You must be registered for see attachments list
Upvote 0
Joined
Apr 12, 2013
Messages
897
Reaction score
480
Re: Some server troubles

Code:
[ERROR] CFieldIOCPSocket::ResGetCharacterInfoByName# not match AccountName !! [A(krzysiek:1) C(Krzysiek:2) CI(0)] (captainfail != krzysiek) Err(0)

You messed up your database i guess
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: Some server troubles

Code:
[ERROR] CFieldIOCPSocket::ResGetCharacterInfoByName# not match AccountName !! [A(krzysiek:1) C(Krzysiek:2) CI(0)] (captainfail != krzysiek) Err(0)

This happens when you change the account name in the character table but not in the account table or vice versa
 
Upvote 0
Initiate Mage
Joined
Oct 19, 2017
Messages
4
Reaction score
1
Thx a lot, can't understand how i skipped this string. Feel retarded, huh
Successfully logged, all works fine as is see
 
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Thx a lot, can't understand how i skipped this string. Feel retarded, huh
Successfully logged, all works fine as is see

Ultimately masang's fault for having redundant data like this really. I've been there myself, it is retarded indeed.
 
Upvote 0
Back
Top