Register for your free account! | Forgot your password?

You last visited: Today at 14:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Fehler

Discussion on Fehler within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2012
Posts: 31
Received Thanks: 2
Fehler

oot2126# PUBLIC_IP: 185.24.68.73 interface em0
HOSTNAME: channel99
AsyncSQL: connected to localhost (reconnect 1)
CommonSQL connected
Setting Locale "germany" (Path: locale/germany)
Setting DB to locale latin1
AsyncSQL: connected to localhost (reconnect 1)
PlayerSQL connected
LogSQL connected
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
AsyncSQL: connected to localhost (reconnect 1)
SKILL_POWER_BY_LEVEL 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 0 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 1 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 2 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 3 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 4 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 5 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 6 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
SKILL_POWER_BY_JOB 7 0 5 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 50 52 54 56 58 60 63 66 69 72 82 85 88 91 94 98 102 106 110 115 125 125 125 125 125
MAP ALLOW 104
MAP ALLOW 105
MAP ALLOW 107
MAP ALLOW 108
MAP ALLOW 109
MAP ALLOW 110
MAP ALLOW 111
MAP ALLOW 112
MAP ALLOW 113
MAP ALLOW 114
MAP ALLOW 118
MAP ALLOW 119
MAP ALLOW 120
MAP ALLOW 181
MAP ALLOW 183
MAP ALLOW 184
MAP ALLOW 185
MAP ALLOW 186
MAP ALLOW 187
MAP ALLOW 188
MAP ALLOW 189
PLAYER_MAX_LEVEL: 250LocaleService locale/germany/locale_string.txt





es geht nicht weiter! aber wieso
schildkrieg9 is offline  
Old 12/27/2013, 19:08   #2
 
elite*gold: 1
Join Date: Oct 2012
Posts: 1,036
Received Thanks: 801
hmm versuch mal Enter zu drücken, meiner weigert sich manchmal auch aus unerklärlichen gründe weiter zu booten. falls er nicht weiter macht, mal deine start.sh posten^^

€: Welche Game Revision benutzt du? wenn 2089 game dann auch bitte syserr bei 34k game syslog
[SA]Tears aka.[BlackBite] is offline  
Old 12/27/2013, 19:09   #3
 
.Cyous's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 2,575
Received Thanks: 916
Hallo Schildkrieg9,

Bitte poste mal den Inhalt der syserr, damit man mehr über den Fehler
herausfinden kann.

Gruß,
.Cyous
.Cyous is offline  
Old 12/27/2013, 19:11   #4
 
elite*gold: 0
Join Date: Aug 2012
Posts: 31
Received Thanks: 2
#!/bin/sh
echo -e "\033[35m1 um CH1 zu Starten\n2 um CH1+2 zu Starten\n3 um CH1+2+3 zu Starten\n4 um CH1+2+3+4 zu Starten\033[0m"
read a
if [ "$a" = "1" ]
then
cd /usr/home/game/g1/db/
./db &
sleep 1
cd /usr/home/game/auth
./auth &
sleep 1
cd /usr/home/game/channel1/channel1_1
./game1_1 &
sleep 1
cd /usr/home/game/channel1/channel1_2
./game1_2 &
sleep 1
cd /usr/home/game/channel1/channel1_3
./game1_3 &
sleep 1
cd /usr/home/game/game99/
./game99 &

elif [ "$a" = "2" ]
then
cd /usr/home/game/g1/db/
./db &
sleep 1
cd /usr/home/game/auth
./auth &
sleep 1
cd /usr/home/game/channel1/channel1_1
./game1_1 &
sleep 1
cd /usr/home/game/channel1/channel1_2
./game1_2 &
sleep 1
cd /usr/home/game/channel1/channel1_3
./game1_3 &
sleep 1
cd /usr/home/game/channel2/channel2_1
./game2_1 &
sleep 1
cd /usr/home/game/channel2/channel2_2
./game2_2 &
sleep 1
cd /usr/home/game/channel2/channel2_3
./game2_3 &
sleep 1
cd /usr/home/game/game99/
./game99 &

elif [ "$a" = "3" ]
then
cd /usr/home/game/g1/db/
./db &
sleep 1
cd /usr/home/game/auth
./auth &
sleep 1
cd /usr/home/game/channel1/channel1_1
./game1_1 &
sleep 1
cd /usr/home/game/channel1/channel1_2
./game1_2 &
sleep 1
cd /usr/home/game/channel1/channel1_3
./game1_3 &
sleep 1
cd /usr/home/game/channel2/channel2_1
./game2_1 &
sleep 1
cd /usr/home/game/channel2/channel2_2
./game2_2 &
sleep 1
cd /usr/home/game/channel2/channel2_3
./game2_3 &
sleep 1
cd /usr/home/game/channel3/channel3_1
./game3_1 &
sleep 1
cd /usr/home/game/channel3/channel3_2
./game3_2 &
sleep 1
cd /usr/home/game/channel3/channel3_3
./game3_3 &
sleep 1
cd /usr/home/game/game99/
./game99 &

elif [ "$a" = "4" ]
then
cd /usr/home/game/g1/db/
./db &
sleep 1
cd /usr/home/game/auth
./auth &
sleep 1
cd /usr/home/game/channel1/channel1_1
./game1_1 &
sleep 1
cd /usr/home/game/channel1/channel1_2
./game1_2 &
sleep 1
cd /usr/home/game/channel1/channel1_3
./game1_3 &
sleep 1
cd /usr/home/game/channel2/channel2_1
./game2_1 &
sleep 1
cd /usr/home/game/channel2/channel2_2
./game2_2 &
sleep 1
cd /usr/home/game/channel2/channel2_3
./game2_3 &
sleep 1
cd /usr/home/game/channel3/channel3_1
./game3_1 &
sleep 1
cd /usr/home/game/channel3/channel3_2
./game3_2 &
sleep 1
cd /usr/home/game/channel3/channel3_3
./game3_3 &
sleep 1
cd /usr/home/game/channel4/channel4_1
./game4_1 &
sleep 1
cd /usr/home/game/channel4/channel4_2
./game4_2 &
sleep 1
cd /usr/home/game/channel4/channel4_3
./game4_3 &
sleep 1
cd /usr/home/game/game99/
./game99 &

fi
schildkrieg9 is offline  
Old 12/27/2013, 19:12   #5
 
elite*gold: 1
Join Date: Oct 2012
Posts: 1,036
Received Thanks: 801
kommst du ingame rein? wenn ja passts doch, weil sieht soweit passend aus.
[SA]Tears aka.[BlackBite] is offline  
Old 12/27/2013, 19:14   #6
 
elite*gold: 0
Join Date: Aug 2012
Posts: 31
Received Thanks: 2
ne komme ich net also steht auch net c1 erfolgreich gestartet
schildkrieg9 is offline  
Old 12/27/2013, 19:16   #7
 
elite*gold: 1
Join Date: Oct 2012
Posts: 1,036
Received Thanks: 801
bitte einmal syserr/syslog (2089 game syserr, 34k game syslog)
[SA]Tears aka.[BlackBite] is offline  
Old 12/27/2013, 19:42   #8
 
elite*gold: 0
Join Date: Aug 2012
Posts: 31
Received Thanks: 2
das problem ist er startet schon aber er ist net mit dem clienten verbunden das ist das problem hsat du teamviewer?
schildkrieg9 is offline  
Reply


Similar Threads Similar Threads
[Root]Setting.lua fehler aber Fehler nicht zu beheben??
08/09/2011 - Metin2 Private Server - 5 Replies
Richte für jemanden den root ein, aber bei dem fehler bin ich jetzt selber an meine grenzen gekommen. Folgender Fehler kommt beim starten: http://www.fotos-hochladen.net/uploads/unbenan11n tij3uvlnr5d.png Die syserr daneben gehört dazu, die Setting.lua habe ich schon durch getauscht, kommt aber immer noch der Fehler :confused: Datenbank auch schon getauscht, aber was ist dieses:
Infinite Aion: Fehler (1024) Fehler beim initialisieren des Spiels
06/09/2011 - Aion Private Server - 5 Replies
Hi Leute, ich hab ein Probem mit AION: jedesmal wenn ich starte, egal ob mit dem NCSoft Launcher oder mit dem Infinite Aion Launcher kommt die Meldung Fehler beim initialisieren des Spiels... Hab schon alle möglichen Sprachkombinationen durchprobiert, da es überall heißt man soll Region und Sprache beim NCSoft Launcher ändern und dann gehts... Alles probiert, und siehe da: geändert hat sich nichts... Immer noch der Fehler 1024... wäre nett, wenn mir da jemand helfen könnte und auch...
Fehler : java.net.socet.exception:connection reset fehler bitte um hilfe
12/21/2010 - Minecraft - 9 Replies
Hab denn java.net.socet.exception:connection reset fehler immer und immer wieder :( könnt ihr mir dabei vill helfen? :) LG DieVerrückteMango =)



All times are GMT +2. The time now is 14:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.