[Help]Quest reloaded2

04/17/2015 20:45 Allostarz#1
Hi ,
I need your help !

Lokk

I m donload a deutch server files i m install all that and when i try to
reloaded the quest but i have a probléme the machin give me a error message
and the quest in Game are delet
It's not a probleme with a quest but ŕ probleme with make.py

when i'm try to start that she dont work :

Code:
#!/usr/local/bin/python
import os
os.system('rm -rf object')
for line in file('quest_list'):
	if os.system('./qc ' + line):
		print 'Error occured on compile ' + line
		import sys
		sys.exit(-1)
and i'm try to remplace that by a make.sh

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

LIST_FILE='quest_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
this work but i have the error message :
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Segmentation fault (core dumped)

and quest in game are delet!

I dont now why ?


Plez can u help me thanks
04/17/2015 21:24 Nick#2
-> [Only registered and activated users can see links. Click Here To Register...]

It is the same concern, so one topic should be sufficient. (closerequested)

lg