Login Server starten

06/06/2015 13:19 °Ace°#1
Guten Tag Community,

wenn ich den Login-Server starten möchte kommt folgende Syserr raus:

PHP Code:
SYSERRJun  6 13:12:19 :: hupsigSIGHUPSIGINTSIGTERM signal has been receivedshutting down.
SYSERRJun  6 13:12:19 :: pid_deinit
End of pid

SYSERR
Jun  6 13:15:38 :: pid_init
Start of pid723

SYSERR
Jun  6 13:15:38 :: LoadSetting: [INIT_FORKED] Do not open file (locale/germany/forkedmapindex.txt)
SYSERRJun  6 13:15:38 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:38 :: Cube_initCube_Init failed
SYSERR
Jun  6 13:15:38 :: Blend_Item_init: <Blend_Item_initfail
SYSERR
Jun  6 13:15:38 :: mainFailed to Load ClientPackageCryptInfo File(package/)
SYSERRJun  6 13:15:41 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:44 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:47 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:50 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:53 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:56 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:15:59 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:02 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:05 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:08 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:11 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:14 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:17 :: socket_connectHOST localhost:15000could not connect.
SYSERRJun  6 13:16:20 :: socket_connectHOST localhost:15000could not connect
Kann mir einer sagen woran es wirklich liegt. Wie man in der Syserr lesen kann hat es was mit der forkedmapindex.txt zu tun.

PHP Code:
#랜덤 성지 세팅 파일
#성지 추가 방법
#해더:   맵       신수국시작(xy) 천조국시작(xy) 진노국시작(xy)
#sungzi: mapindex startposX startposY startposX startposY startposX startposY
#      맵 신수국시작(xy) 맵 천조국시작(xy) 맵 진노국시작(xy)
#pass: mapindex1 startposX startposY mapindex2 startposX startposY mapindex3 startposX startposY
sungzi114 948100 36500 937100 22000 953200 18500 metin2_map_sungzi 1902
#pass: 115 1032200 125900 metin2_map_sungzi_flame_pass01 116 1032200 228300 metin2_map_sungzi_flame_pass02 117 1032200 330700 metin2_map_sungzi_flame_pass03
pass118 1150400 182400 metin2_map_sungzi_flame_hill_01 119 1150400 284800 metin2_map_sungzi_flame_hill_02 120 1150400 387200 metin2_map_sungzi_flame_hill_03 
sungzi
121 1188800 17500 1212400 19300 1195800 44900 metin2_map_sungzi_snow 1902
pass
122 1200100 167900 metin2_map_sungzi_snow_pass01 123 1200100 270300 metin2_map_sungzi_snow_pass02 124 1200100 372700 metin2_map_sungzi_snow_pass03
sungzi
125 1270000 56400 1249700 22200 1283700 20800 metin2_map_sungzi_desert_01 1902
pass
126 1242400 142100 metin2_map_sungzi_desert_hill_01 127 1242400 244500 metin2_map_sungzi_desert_hill_02 128 1242400 346900 metin2_map_sungzi_desert_hill_03 
Denn sobald ich den Login-Server per Putty startet kommt:
connect: Connection refused
connect: Connection refused
connect: Connection refused
connect: Connection refused
connect: Connection refused


Wäre gut, wenn mir einer Sagen kann, wie ich es beheben kann.
06/06/2015 13:44 .PolluX#2
connect: Connection refused - müsste eig ein Datenbankfehler sein, bzw. entweder läuft der MySQL Server nicht, oder der DB-Core nicht und deswegen kann keine Verbindung hergestellt werden

Wofür war denn noch gleich der Port 15000 ?
06/06/2015 20:36 Nick#3
Die Verknüpfung, die auf das locale - Verzeichnis verweist, ist fehlerhaft oder scheint nicht zu existieren - weder die forkedmapindex.txt, noch die cube.txt oder die blend.txt kann demzufolge geladen werden.

lg
06/06/2015 21:43 °Ace°#4
Quote:
Originally Posted by .JayZoN View Post
Die Verknüpfung, die auf das locale - Verzeichnis verweist, ist fehlerhaft oder scheint nicht zu existieren - weder die forkedmapindex.txt, noch die cube.txt oder die blend.txt kann demzufolge geladen werden.

lg
Wie kann ich es beheben ?
06/07/2015 21:01 AnTii™#5
Eine Verknüpfung erstellen von deinem Home Ordner.
Unter "/"
06/07/2015 22:18 Fydes#6
Quote:
Originally Posted by °Ace° View Post
Wie kann ich es beheben ?
Verknüpfungen erstellst du mit ln -s /pfad /pfad

Mfg