Register for your free account! | Forgot your password?

Go Back   elitepvpers Popular Games Metin2 Metin2 Private Server
You last visited: Today at 20:45

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

Advertisement



Make.sh / Fehler

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

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 72
Received Thanks: 0
Question Make.sh / Fehler

Hallo Liebe Community, und zwar ich habe ein Problem.
Wenn ich "cd usr/home/game/share/locale/germany/quest" gehe gebe ich "sh make.sh" ein, wenn ich das getan habe kommt dieser Fehler:

Code:
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found
make.sh: ./qc: not found

Mein make.sh Code

Code:
#!/usr/local/bin/bash

LIST_FILE='locale_list'

if [ -r $LIST_FILE ]; then

	rm -rdf object
	mkdir object

	while read line;
		do
			./qc $line
		done < $LIST_FILE
else
	echo $LIST_FILE' is missing'
fi
Ich hoffe jemand kann mir helfen
PS: Ich bin neu im Forum

Mit Freundlichen Grüßen,
Splex
Splex3200 is offline  
Old   #2
 
elite*gold: 0
Join Date: Mar 2011
Posts: 104
Received Thanks: 6
Also du must es so machen:

geh in den ordner game : cd /usr/home/game
und erstelle dort eine datei namens make.sh
in die datei schreibst du folgendes rein:
dann gibst du noch der datei 777 rechte entweder per filezilla oder durch die konsole und das geht so:
falls es dann immer noch nicht geht melde dich bei mir in skype : Blazejku96
Blazej96 is offline  
Old   #3
 
elite*gold: 0
Join Date: Jan 2015
Posts: 72
Received Thanks: 0
Question

Quote:
Originally Posted by Blazej96 View Post
Also du must es so machen:

geh in den ordner game : cd /usr/home/game
und erstelle dort eine datei namens make.sh
in die datei schreibst du folgendes rein:
dann gibst du noch der datei 777 rechte entweder per filezilla oder durch die konsole und das geht so:
falls es dann immer noch nicht geht melde dich bei mir in skype : Blazejku96

Habe alles gemacht wie sie beschrieben haben.
Leider Funktioniert es nicht
Splex3200 is offline  
Old   #4

 
Hype's Avatar
 
elite*gold: 14
The Black Market: 137/0/0
Join Date: May 2013
Posts: 4,288
Received Thanks: 1,477
Welche Files benutzt du?
Hype is offline  
Thanks
1 User
Old   #5
 
elite*gold: 0
Join Date: Jan 2015
Posts: 72
Received Thanks: 0
Quote:
Originally Posted by .ɦype View Post
Welche Files benutzt du?
xGr33n

Hast du skype?
Splex3200 is offline  
Old   #6

 
Hype's Avatar
 
elite*gold: 14
The Black Market: 137/0/0
Join Date: May 2013
Posts: 4,288
Received Thanks: 1,477
Quote:
Originally Posted by Splex3200 View Post
xGr33n

Hast du skype?
Ja, ich adde dich und gucke mir das mal an.
Hype is offline  
Thanks
1 User
Old   #7
 
elite*gold: 0
Join Date: Feb 2013
Posts: 658
Received Thanks: 148
mach mal
python make.py anstatt sh make.sh !

MFG
»DuRöhre™ is offline  
Old   #8
 
elite*gold: 0
Join Date: Jan 2015
Posts: 72
Received Thanks: 0
Question

Quote:
Originally Posted by »DuRöhre™ View Post
mach mal
python make.py anstatt sh make.sh !

MFG
Habe ich schon, Dickes Dankeschön an

Habe aber ein neues Problem, habe schon ein neuen Thread eröffnet.


LG
Splex3200 is offline  
Reply


Similar Threads Similar Threads
Make.sh fehler
01/16/2015 - Metin2 Private Server - 2 Replies
Habe mir regenbogenstein.quest geholt per filezilla aufm server danach sh make.sh dann kam die Meldung : Calls undeclared function! : pc.set_skill_level Error occured on compile regenbogen.quest ---------------------------------- -- Regenbogenstein Quest by bjoern.ebert17 -- (c) by DarkSide 2010 ----------------------------------
Fehler beim make / make install von TrinityCore
11/04/2013 - WoW Private Server - 3 Replies
Hallöchen, wollte heute eine TrinityCore unter Linux aufsetzen und habe beim make install folgende Fehlermeldung: $ make install Built target jemalloc Built target g3dlib Built target Detour Built target Recast Built target gsoap Built target revision.h
Fehler: make: don't know how to make install. Stop
10/14/2013 - Metin2 Private Server - 1 Replies
Wenn ich "make WITH_XCHARSET=all install clean" eingebe kommt folgender Fehler: make: "don't know how to make install. Stop" Was soll ich tuen? Skype: maxi-1301
"make: dont know how to make WITH. Stop" Fehler
09/24/2013 - Metin2 Private Server - 1 Replies
Hallo, wenn ich die Mysql Datenbank installieren will und den Befehl: "make WITH XCHARSET=all install clean" kommt der oben genannte Fehler. Bitte helft mir :( MfG kirapia
Make.sh Fehler
02/11/2011 - Metin2 Private Server - 3 Replies
Hallo ich mache die make.sh un dann kommt dieser fehler http://img713.imageshack.us/img713/8361/unbenannt vq.png Bitte Hilfe



All times are GMT +2. The time now is 20:45.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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