I am having a problem, after i choose a character is kicking me back to logging in feature, I'm using greens client and serverfiles server is set on FreeBSD 8.4 dedicated server+mysql56 I am placed in UK.
ch1 core1 syserr
ch1 core1 syserr
Code:
SYSERR: Nov 17 22:57:04 :: GetServerLocation: location error name mapindex 0 0 x 0 empire 3 SYSERR: Nov 17 22:57:04 :: GetServerLocation: location error name mapindex 0 0 x 0 empire 3 SYSERR: Nov 17 22:57:04 :: GetServerLocation: location error name mapindex 0 0 x 0 empire 3 SYSERR: Nov 17 22:57:04 :: GetServerLocation: location error name mapindex 0 0 x 0 empire 3 SYSERR: Nov 17 23:02:57 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Nov 17 23:12:08 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'time' at row 1 (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'channel1_core1', 1) errno: 1264) SYSERR: Nov 17 23:16:15 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down.
Code:
serverinfo.py
import os
import app
import locale
import debugInfo
CHINA_PORT = 50000
if locale.IsEUROPE():
STATE_NONE = "Unknown"
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
Zeros_serverinfo = {
1:{"key":11,"name":"Channel 1","ip":"86.30.183.210","tcp_port":13070,"udp_port":13070,"state":STATE_NONE,},
2:{"key":12,"name":"Channel 2","ip":"86.30.183.210","tcp_port":14070,"udp_port":14070,"state":STATE_NONE,},
3:{"key":13,"name":"Channel 3","ip":"86.30.183.210","tcp_port":15070,"udp_port":15070,"state":STATE_NONE,},
4:{"key":14,"name":"Channel 4","ip":"86.30.183.210","tcp_port":16070,"udp_port":16070,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "GERMANY",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"86.30.183.210", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" :"WeedsMT2", "channel" : Zeros_serverinfo, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "86.30.183.210", "tcp_port" : 13070, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "86.30.183.210", "tcp_port" : 50000, "udp_port" : 50000, }