Register for your free account! | Forgot your password?

You last visited: Today at 05:50

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

Advertisement



Fehler beim start ?

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

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2011
Posts: 148
Received Thanks: 10
Fehler beim start ?

Hallo com der Tittel sagt bereits alles

putty :





start.sh




Code:
#!/bin/sh
echo -e "\033[32m  
1 - (1)	CH1 \n
2 - (2) CH2 \n
3 - (3) CH3 \n
4 - (4)	CH4 \n 
5 - (5) CH5 \n 
6 - (6) CH6 \n 
7 - (7) CH7 \n 
8 - (8) CH8 \n
9 - (9) Anuleaza! \033[0m"

read chs

case $chs in 
1*) 

	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m"	
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 &
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear
;;
2*)

	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 &
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m"	
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
3*)

	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 & 
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m"	
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
4*)

	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL4_3CORE...\033[0m"
	cd /usr/home/game/channels/channel4/core1/
	./core1 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core2/
	./core2 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core3/
	./core3 -I 5.1.80.174 -P 34000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m" 
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
5*)
	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL4_3CORE...\033[0m"
	cd /usr/home/game/channels/channel4/core1/
	./core1 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core2/
	./core2 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core3/
	./core3 -I 5.1.80.174 -P 34000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL5_3CORE...\033[0m"
	cd /usr/home/game/channels/channel5/core1/
	./core1 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core2/
	./core2 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core3/
	./core3 -I 5.1.80.174 -P 35000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m" 
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
6*)
	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL4_3CORE...\033[0m"
	cd /usr/home/game/channels/channel4/core1/
	./core1 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core2/
	./core2 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core3/
	./core3 -I 5.1.80.174 -P 34000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL5_3CORE...\033[0m"
	cd /usr/home/game/channels/channel5/core1/
	./core1 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core2/
	./core2 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core3/
	./core3 -I 5.1.80.174 -P 35000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL6_3CORE...\033[0m"
	cd /usr/home/game/channels/channel6/core1/
	./core1 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core2/
	./core2 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core3/
	./core3 -I 5.1.80.174 -P 36000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m" 
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
7*)
	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL4_3CORE...\033[0m"
	cd /usr/home/game/channels/channel4/core1/
	./core1 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core2/
	./core2 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core3/
	./core3 -I 5.1.80.174 -P 34000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL5_3CORE...\033[0m"
	cd /usr/home/game/channels/channel5/core1/
	./core1 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core2/
	./core2 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core3/
	./core3 -I 5.1.80.174 -P 35000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL6_3CORE...\033[0m"
	cd /usr/home/game/channels/channel6/core1/
	./core1 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core2/
	./core2 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core3/
	./core3 -I 5.1.80.174 -P 36000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL7_3CORE...\033[0m"
	cd /usr/home/game/channels/channel7/core1/
	./core1 -I 5.1.80.174 -P 37000 &
	sleep 2
	cd /usr/home/game/channels/channel7/core2/
	./core2 -I 5.1.80.174 -P 37000 &
	sleep 2
	cd /usr/home/game/channels/channel7/core3/
	./core3 -I 5.1.80.174 -P 37000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m" 
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
8*)
	echo -e "\033[31m PORNESC BAZA DE DATE ..\033[0m"
	cd /usr/home/game/channels/data/db/
	./db &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC LOGINU ..\033[0m"
	cd /usr/home/game/channels/data/auth/
	./auth &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL1_3CORE ..\033[0m"
	cd /usr/home/game/channels/channel1/core1/
	./core1 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core2/
	./core2 -I 5.1.80.174 -P 31000 &
	sleep 2
	cd /usr/home/game/channels/channel1/core3/
	./core3 -I 5.1.80.174 -P 31000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL2_3CORE...\033[0m"
	cd /usr/home/game/channels/channel2/core1/
	./core1 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core2/
	./core2 -I 5.1.80.174 -P 32000 & 
	sleep 2
	cd /usr/home/game/channels/channel2/core3/
	./core3 -I 5.1.80.174 -P 32000 & 
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL3_3CORE...\033[0m"
	cd /usr/home/game/channels/channel3/core1/
	./core1 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core2/
	./core2 -I 5.1.80.174 -P 33000 &
	sleep 2
	cd /usr/home/game/channels/channel3/core3/
	./core3 -I 5.1.80.174 -P 33000 &
	sleep 2
	echo -e "\033[31m \n PORNESC CHANNEL4_3CORE...\033[0m"
	cd /usr/home/game/channels/channel4/core1/
	./core1 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core2/
	./core2 -I 5.1.80.174 -P 34000 &
	sleep 2
	cd /usr/home/game/channels/channel4/core3/
	./core3 -I 5.1.80.174 -P 34000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL5_3CORE...\033[0m"
	cd /usr/home/game/channels/channel5/core1/
	./core1 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core2/
	./core2 -I 5.1.80.174 -P 35000 &
	sleep 2
	cd /usr/home/game/channels/channel5/core3/
	./core3 -I 5.1.80.174 -P 35000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL6_3CORE...\033[0m"
	cd /usr/home/game/channels/channel6/core1/
	./core1 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core2/
	./core2 -I 5.1.80.174 -P 36000 &
	sleep 2
	cd /usr/home/game/channels/channel6/core3/
	./core3 -I 5.1.80.174 -P 36000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL7_3CORE...\033[0m"
	cd /usr/home/game/channels/channel7/core1/
	./core1 -I 5.1.80.174 -P 37000 &
	sleep 2
	cd /usr/home/game/channels/channel7/core2/
	./core2 -I 5.1.80.174 -P 37000 &
	sleep 2
	cd /usr/home/game/channels/channel7/core3/
	./core3 -I 5.1.80.174 -P 37000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL8_3CORE...\033[0m"
	cd /usr/home/game/channels/channel8/core1/
	./core1 -I 5.1.80.174 -P 38000 &
	sleep 2
	cd /usr/home/game/channels/channel8/core2/
	./core2 -I 5.1.80.174 -P 38000 &
	sleep 2
	cd /usr/home/game/channels/channel8/core3/
	./core3 -I 5.1.80.174 -P 38000 &
	sleep 2
	clear
	echo -e "\033[31m \n PORNESC CHANNEL99_1CORE ..\033[0m" 
	cd /usr/home/game/channels/channel99/core1/
	./core1 -I 5.1.80.174 -P 39000 & 
	sleep 2
	#cd /usr/home/game/channels/data/auth && sh auth.sh &
	clear

;;
9*)
clear
	echo -e "\033[32m \n Actiune Anulata!\033[0m"
;;
esac

hoffe ihr könnt mir weiterhelfen



mfg
Skizz345 is offline  
Reply


Similar Threads Similar Threads
Fehler beim start von ca
10/21/2012 - Combat Arms - 5 Replies
Wenn ich ca starte kommt das http://im.bilderkiste.org/9135082564809/fghdchn.pn g helft mir hab schon die anderen threads angeguckt bringt aber nix habe einen acer laptop win7 64bit
Fehler beim start von ca
10/21/2012 - Combat Arms - 1 Replies
bei mir öffnet sich eine fehlermeldung wenn ich ca starte
Fehler beim Start von CA
10/17/2012 - Combat Arms - 5 Replies
Jemand ne Lösung dazu? Hab schon gefühlt das halbe WWW ohne brauchbaren Hinweis durchsucht http://www.imgbox.de/users/public/images/OAQkh4Ax TW.png Gruß, Brzyl
Fehler beim start
09/22/2011 - CrossFire - 4 Replies
hi eben kamm dieser Fehler> ImageShack® - Online Photo and Video Hosting was soll ich machen Ja oder Nein?
fehler beim Start von S4
06/29/2010 - S4 League - 7 Replies
Immer wenn ich mein S4 starte passiert nix..dass heisst der launcher geht ja aber wenn ich dann START drücke ,dann startet s4 nicht , brauche hilfe!



All times are GMT +1. The time now is 05:52.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.