Posts: 146
Threads: 38
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2015
Reputation:
0
Hello,
When I want to create a new char I ever get an Unknown Error only at Ch1.
If I create on Channel 2 with the same settings (Hair, preview etc) I can create.
I don´t know where the problem because the Server works.
Posts: 395
Threads: 43
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2011
Reputation:
0
usually a config issue with the databases. Sometimes a corrupt newStobm.bin can cause that
Posts: 207
Threads: 24
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Mar 2015
Reputation:
0
Read game server, it help a lot.
Posts: 146
Threads: 38
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2015
Reputation:
0
At GameServer I don´t found something because to much informations. I have then only start GameServer1 to see it.
My NewStobm.bin for CH1:
[server]
Number=1
SubNumber=1
IP=My Server IP
Port=4001
AllowExternalIP=TRUE
HARDCORE=0
SPEED_SERVER=0
IntergrationServer=0
NON_PK=FALSE
[Char DB]
IP=127.0.0.1
DBName=new_db
User=root
Password=123
[Data DB]
IP=127.0.0.1
DBName=new_data
User=root
Password=123
[user DB]
IP=127.0.0.1
DBName=new_auth
User=root
Password=123
[Catalog DB]
IP=127.0.0.1
DBName=new_data
User=root
Password=123
[Connector Server]
IP=127.0.0.1
Port=4006
[Messenger Server]
IP=127.0.0.1
Port=4319
[Helper Server]
IP=127.0.0.1
Port=3100
[subHelper Server]
IP=127.0.0.1
Port=50401
IP=127.0.0.1
DBName=new_post
User=root
Password=123
[user Server]
IP=178.254.34.74
Port=7008
[billing Server]
IP=127.0.0.1
Port=8888
[Zones]
Count=42
[Zone_0]
No=0
Remote=FALSE
[Zone_1]
No=1
Remote=FALSE
[Zone_2]
No=2
Remote=FALSE
[Zone_3]
No=3
Remote=FALSE
[Zone_4]
No=4
Remote=FALSE
[Zone_5]
No=5
Remote=FALSE
[Zone_6]
No=6
Remote=FALSE
[Zone_7]
No=7
Remote=FALSE
[Zone_8]
No=8
Remote=FALSE
[Zone_9]
No=9
Remote=FALSE
[Zone_10]
No=10
Remote=FALSE
[Zone_11]
No=11
Remote=FALSE
[Zone_12]
No=12
Remote=FALSE
[Zone_13]
No=11
Remote=FALSE
[Zone_14]
No=14
Remote=FALSE
[Zone_15]
No=15
Remote=FALSE
[Zone_16]
No=17
Remote=FALSE
[Zone_17]
No=18
Remote=FALSE
[Zone_18]
No=19
Remote=FALSE
[Zone_19]
No=20
Remote=FALSE
[Zone_20]
No=21
Remote=FALSE
[Zone_21]
No=22
Remote=FALSE
[Zone_22]
No=23
Remote=FALSE
[Zone_23]
No=24
Remote=FALSE
[Zone_24]
No=25
Remote=FALSE
[Zone_25]
No=26
Remote=FALSE
[Zone_26]
No=27
Remote=FALSE
[Zone_27]
No=28
Remote=FALSE
[Zone_28]
No=29
Remote=FALSE
[Zone_29]
No=30
Remote=FALSE
[Zone_30]
No=31
Remote=FALSE
[Zone_31]
No=32
Remote=FALSE
[Zone_32]
No=33
Remote=FALSE
[Zone_33]
No=34
Remote=FALSE
[Zone_34]
No=35
Remote=FALSE
[Zone_35]
No=36
Remote=FALSE
[Zone_36]
No=37
Remote=FALSE
[Zone_37]
No=38
Remote=FALSE
[Zone_38]
No=39
Remote=FALSE
[Zone_39]
No=40
Remote=FALSE
[Zone_40]
No=41
Remote=FALSE
[Zone_41]
No=42
Remote=FALSE
Posts: 146
Threads: 38
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Dec 2015
Reputation:
0
In the log I have found this at GS1:
2016-02-02 13:45:01,270 INFO [ mysqldb.cpp : 101] - no row : query[sELECT UNIX_TIMESTAMP(a_end_datetime) - UNIX_TIMESTAMP(NOW()) as remainTime, UNIX_TIMESTAMP(a_end_datetime) as endTime FROM t_extendcharslot WHERE a_user_index = 1]
2016-02-02 13:45:01,270 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1 AND a_deletedelay!=0 AND a_deletedelay<=UNIX_TIMESTAMP(NOW())]
2016-02-02 13:45:01,271 INFO [ mysqldb.cpp : 101] - no row : query[sELECT *, IF(a_deletedelay-UNIX_TIMESTAMP(NOW()) < 0, 0, a_deletedelay-UNIX_TIMESTAMP(NOW())) AS `a_delete_delay_reamin` FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1 ORDER BY a_index]
2016-02-02 13:45:01,271 INFO [ mysqldb.cpp : 101] - no row : query[sELECT * FROM t_nscard WHERE a_user_index = 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_name='MyUser' AND a_server=1 LIMIT 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_nick='MyUser' AND a_server=1 LIMIT 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index, a_level FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1]
It is possible that I ever had create the First user manual in t_nscard and t_characters?
Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Hi there.
As your topic has been answered, and from this topic you can solve your problem or already have I am going to move this topic into our Solved section database.
Thankyou,
-LCKB Staff