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)
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
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







