Help please

01/30/2013 11:25 sorinel2009#1
Hi there,
i'm trying to build my first metin2 server on a VPS, but i get few errors.
This the error list on channel1 log
HTML Code:
SYSERR: Jan 30 10:15:12 :: read_line: read_line: unknown regen type
And errorlist on auth:

HTML Code:
SYSERR: Jan 30 10:15:00 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jan 30 10:15:05 :: SetBilling: cannot find login key 0
Channel1 Config:
HTML Code:
HOSTNAME: channel1
CHANNEL: 1
PORT: 13001
P2P_PORT: 14001
DB_PORT: 15000
DB_ADDR: localhost
MAP_ALLOW: 1 3 4 5 21 23 24 25 41 43 44 45 61 62 63 64 65 66 69 70 71 72 73 104 108 109 67 68 80 195 199 200 201 202 203 204 207
#MAP_ALLOW: 113 184 185 186 187 188 189 193 179
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost user pass123 player
COMMON_SQL: localhost user pass123 common
LOG_SQL: localhost user pass123 log
LOCALE_SERVICE: germany
NO_PK: 1
VIEW_RANGE: 8000
CHECK_MULTIHACK: 1
MAX_LEVEL: 250
Auth Config:
HTML Code:
HOSTNAME: auth
CHANNEL: 1
PORT: 11002
P2P_PORT: 12000
DB_PORT: 15000
DB_ADDR: localhost
TABLE_POSTFIX:
ITEM_ID_RANGE: 000000001 000000002
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
AUTH_SERVER: master
PLAYER_SQL: localhost user pass123 account
COMMON_SQL: localhost user pass123 common
LOG_SQL: localhost user pass123 log
LOCALE_SERVICE: germany
And the db config:

HTML Code:
WELCOME_MSG = "DB Server has been started"

SQL_ACCOUNT = "localhost account user pass123 0"
SQL_PLAYER = "localhost player user pass123 0"
SQL_COMMON = "localhost common user pass123 0"
SQL_HOTBACKUP = "localhost hotbackup user pass123 0"

TABLE_POSTFIX = ""

BIND_PORT               = 15000
DB_SLEEP_MSEC           = 10
CLIENT_HEART_FPS        = 10
HASH_PLAYER_LIFE_SEC    = 600
BACKUP_LIMIT_SEC        = 3600
PLAYER_ID_START = 100
PLAYER_DELETE_LEVEL_LIMIT = 70
PLAYER_DELETE_CHECK_SIMPLE = 1

ITEM_ID_RANGE = 2000000000 2100000000

MIN_LENGTH_OF_SOCIAL_ID	= 6

#NAME_COLUMN = "gb2312name"
#LOCALE = "gb2312"
SIMPLE_SOCIALID = 1
Block "Y/QSB7omi36awq4ctpUxuiwRARM="
Also in the console i get
HTML Code:
Assertion failed: (m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear"), function ~CDynamicPool, file ../../common/pool.h, line 41.

When i login with a fake user i get that the information is incorrect but when i'm trying to connect with the correct data i get the server couldnt be found error.

Thanks
01/30/2013 11:42 LEL0UCH'#2
Quote:
Originally Posted by sorinel2009 View Post
Hi there,
i'm trying to build my first metin2 server on a VPS, but i get few errors.
This the error list on channel1 log
HTML Code:
SYSERR: Jan 30 10:15:12 :: read_line: read_line: unknown regen type
Have you placed NPCs oder Monsters/Stones in a Map?
Yes? You have placed them wrong. They must have a structure:
m 676 662 0 0 0 6 1m 100 1 9001

m = Monster
676 = X-Cordinates
662 = Y-Coordinates
6 = Where the monsters look
1m = 1minute to spawn
9001 = monster/npc/stone vnum

Quote:
Originally Posted by sorinel2009 View Post
And errorlist on auth:

HTML Code:
SYSERR: Jan 30 10:15:00 :: socket_connect: HOST localhost:15000, could not connect.
SYSERR: Jan 30 10:15:05 :: SetBilling: cannot find login key 0
15000 = DB Port. Its not a great problem. Can you connect in your Navicat?

Quote:
Originally Posted by sorinel2009 View Post
Channel1 Config:
HTML Code:
HOSTNAME: channel1
CHANNEL: 1
PORT: 13001
P2P_PORT: 14001
DB_PORT: 15000
DB_ADDR: localhost
MAP_ALLOW: 1 3 4 5 21 23 24 25 41 43 44 45 61 62 63 64 65 66 69 70 71 72 73 104 108 109 67 68 80 195 199 200 201 202 203 204 207
#MAP_ALLOW: 113 184 185 186 187 188 189 193 179
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost user pass123 player
COMMON_SQL: localhost user pass123 common
LOG_SQL: localhost user pass123 log
LOCALE_SERVICE: germany
NO_PK: 1
VIEW_RANGE: 8000
CHECK_MULTIHACK: 1
MAX_LEVEL: 250
Auth Config:
HTML Code:
HOSTNAME: auth
CHANNEL: 1
PORT: 11002
P2P_PORT: 12000
DB_PORT: 15000
DB_ADDR: localhost
TABLE_POSTFIX:
ITEM_ID_RANGE: 000000001 000000002
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
AUTH_SERVER: master
PLAYER_SQL: localhost user pass123 account
COMMON_SQL: localhost user pass123 common
LOG_SQL: localhost user pass123 log
LOCALE_SERVICE: germany
And the db config:

HTML Code:
WELCOME_MSG = "DB Server has been started"

SQL_ACCOUNT = "localhost account user pass123 0"
SQL_PLAYER = "localhost player user pass123 0"
SQL_COMMON = "localhost common user pass123 0"
SQL_HOTBACKUP = "localhost hotbackup user pass123 0"

TABLE_POSTFIX = ""

BIND_PORT               = 15000
DB_SLEEP_MSEC           = 10
CLIENT_HEART_FPS        = 10
HASH_PLAYER_LIFE_SEC    = 600
BACKUP_LIMIT_SEC        = 3600
PLAYER_ID_START = 100
PLAYER_DELETE_LEVEL_LIMIT = 70
PLAYER_DELETE_CHECK_SIMPLE = 1

ITEM_ID_RANGE = 2000000000 2100000000

MIN_LENGTH_OF_SOCIAL_ID	= 6

#NAME_COLUMN = "gb2312name"
#LOCALE = "gb2312"
SIMPLE_SOCIALID = 1
Block "Y/QSB7omi36awq4ctpUxuiwRARM="
What want you say us with the configs?

Quote:
Originally Posted by sorinel2009 View Post
Also in the console i get
HTML Code:
Assertion failed: (m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear"), function ~CDynamicPool, file ../../common/pool.h, line 41.
The error may occur because the place monster/npc/stone.
Look at the last regen.txt/npc.txt/stone.txt that you edited.
01/30/2013 11:47 sorinel2009#3
thanks for reply.
i posted the configs to provide you full informations about the server.
I'll try now to see if i can correct that error.
PS. yes i can connect with navicat.
01/30/2013 11:49 LEL0UCH'#4
Quote:
Originally Posted by sorinel2009 View Post
thanks for reply.
i posted the configs to provide you full informations about the server.
I'll try now to see if i can correct that error.
PS. yes i can connect with navicat.
Ok, the problem lies to 100% in the regen/npc/stone.txt
01/30/2013 11:52 sorinel2009#5
the ideea is i didn't edited anything...i've got the signe's server files on virtual box, now i moved all files on dedicated/vps server...but i'll search for it.


EDIT!
I really don't know where the problem was. But i deleted all map files and reuploaded them. And now everything is working.
I can login a create a character and i can view my characters. But when i login i get disconnected to the login screen.

Now the error in channel 1 log is:
HTML Code:
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2322
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2323
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2321
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2320
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: regen_load: No mob data by vnum 2324
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: lion have not motlist.txt vnum(20114) folder(lion)
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: lion have not motlist.txt vnum(20114) folder(lion)
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: lion have not motlist.txt vnum(20114) folder(lion)
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: boar have not motlist.txt vnum(20115) folder(boar)
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: boar have not motlist.txt vnum(20115) folder(boar)
SYSERR: Jan 30 11:49:54 :: GetMotionFileName: Motion: boar have not motlist.txt vnum(20115) folder(boar)