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!

problem "System Error"

Junior Spellweaver
Joined
Nov 30, 2013
Messages
144
Reaction score
14
Hello, Guys

i have this problem "System Error"


Any solutions?

sorry for my bad english
 
Junior Spellweaver
Joined
Nov 30, 2013
Messages
144
Reaction score
14
This is my logs For :
GatewayServer
LoginServer
WorldServer101
WorldServer102
ZoneServer101
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 30, 2013
Messages
144
Reaction score
14
@Ben
ZoneServer102
Error Log (Client)
Main Log (Client)

Thanks For All

sorry for my bad english
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 30, 2013
Messages
144
Reaction score
14
my account in table accounts


PHP:
1    admin    admin    test    1010    1        0    0    0        0    0    1453893011    6    32

and in table tb_user
PHP:
admin    admin    21232f297a57a5a743894a0e4a801fc3    1    0    0    2015-10-16 16:20:01    0    0    2015-10-08 11:20:20-04    2015-10-22 11:20:27-04    1      MyPCExtIP    2015-10-23 16:07:09    0        0
the error is still appearing

sorry for my bad english
 
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
my account in table accounts


PHP:
1    admin    admin    test    1010    1        0    0    0        0    0    1453893011    6    32

and in table tb_user
PHP:
admin    admin    21232f297a57a5a743894a0e4a801fc3    1    0    0    2015-10-16 16:20:01    0    0    2015-10-08 11:20:20-04    2015-10-22 11:20:27-04    1      MyPCExtIP    2015-10-23 16:07:09    0        0
the error is still appearing

sorry for my bad english
Are you using clean databases?
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
Is your connect.ini correct? Judging from the main.log seems like your IP isn't configure correctly, did you make sure your ffaccount "World" table have external IP? Likewise your FFDB serverstatus as well on ext_IP. If thats not it then its your tb_user.

Code:
2016/02/17 15:38:37 [Desc]LoginServer IP: Ext IP(Ext IP), Port 6543
If this is the only error you have that means something is wrong with your IP config either in connect.ini, ffaccount, or ffdb or wrong/no tb_user. [Assuming you hexed everything correctly or have pre-made one.]

For system error the cause can be wrong input from tb_user or firewall. Make sure your ffmembership isn't corrupted.
 
Last edited:
Junior Spellweaver
Joined
Nov 30, 2013
Messages
144
Reaction score
14
Thanks Guys
The error was solved maybe my database it's not clean
I tried to create database which with server files for Eperty123 and solve the error but in the create database i used the code
Code:
CREATE DATABASE "FFAccount" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFDB1" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFMember" ENCODING 'LATIN1' template=template0;
Thanks for all

sorry for my bad english
 
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
Thanks Guys
The error was solved maybe my database it's not clean
I tried to create database which with server files for @Eperty123 and solve the error but in the create database i used the code
Code:
CREATE DATABASE "FFAccount" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFDB1" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFMember" ENCODING 'LATIN1' template=template0;
Thanks for all

sorry for my bad english
Glad you made it work and good luck! :)
 
Newbie Spellweaver
Joined
Mar 19, 2016
Messages
5
Reaction score
1
Re: problem "System Error"

Thanks Guys
The error was solved maybe my database it's not clean
I tried to create database which with server files for @Eperty123 and solve the error but in the create database i used the code
Code:
CREATE DATABASE "FFAccount" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFDB1" ENCODING 'LATIN1' template=template0;
CREATE DATABASE "FFMember" ENCODING 'LATIN1' template=template0;
Thanks for all

sorry for my bad english

ok ...
 
Last edited:
Back
Top