Can anyone help me with the v69 pwi server? ''Thank you''
Hi
I have a problem when i run the v69 server with vbox/vmware, the ''cd /PWServer runs but the logservice appears and then alot of the files get denied or not found i tried to chmod 0755/0777 to all files but the same problem keeps coming.
***i searched alot and i didn't found someone that knows how to fix it and in the end i opened this thread***
The files that i used are
''My Oficial Release v69 from Bola''
http://forum.ragezone.com/f751/ofici...se-v69-900276/
Thank you for helping ;D
AW: Can anyone help me with the v69 pwi server? ''Thank you''
look inside startscript ... maybe wrong path ...
... posted by devils phone ...
Re: Can anyone help me with the v69 pwi server? ''Thank you''
i opened start.sh:
#!/bin/sh
PW_PATH=/PWServer
if [ ! -d $PW_PATH/logs ]; then
mkdir $PW_PATH/logs
fi
echo ""
echo "==============================================================="
echo "= Inicializando por Bola Devgroup ="
echo "= Iniciando Servidor Perfect World 145 ="
echo "==============================================================="
echo ""
echo "=== LOGSERVICE ==="
cd $PW_PATH/logservice; ./logservice logservice.conf >$PW_PATH/logs/logservice.log &
sleep 2
echo "=== SUCESSO! ==="
echo ""
echo "=== UNIQUENAMED ==="
cd $PW_PATH/uniquenamed; ./uniquenamed gamesys.conf >$PW_PATH/logs/uniquenamed.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== AUTH ==="
cd $PW_PATH/authd/build; ./authd >$PW_PATH/logs/auth.log &
sleep 5
echo "=== SUCESSO! ==="
echo ""
echo "=== GAMEDBD ==="
cd $PW_PATH/gamedbd; ./gamedbd gamesys.conf >$PW_PATH/logs/gamedbd.log &
sleep 5
echo "=== SUCESSO! ==="
echo ""
echo "=== GACD ==="
cd $PW_PATH/gacd; ./gacd gamesys.conf >$PW_PATH/logs/gacd.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GFACTIOND ==="
cd $PW_PATH/gfactiond; ./gfactiond gamesys.conf >$PW_PATH/logs/gfactiond.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GDELIVERYD ==="
cd $PW_PATH/gdeliveryd; ./gdeliveryd gamesys.conf >$PW_PATH/logs/gdeliveryd.log &
sleep 3
echo "=== SUCESSO! ==="
echo ""
echo "=== GLINKD ==="
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 1 >$PW_PATH/logs/glink1.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 2 >$PW_PATH/logs/glink2.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 3 >$PW_PATH/logs/glink3.log &
cd $PW_PATH/glinkd; ./glinkd gamesys.conf 4 >$PW_PATH/logs/glink4.log &
sleep 4
echo "=== SUCESSO! ==="
echo ""
echo "=== WORLD ==="
cd $PW_PATH/gamed; ./gs gs01 >$PW_PATH/logs/gs01.log &
sleep 20
echo "=== SUCESSO! ==="
cd /opt/jakarta/bin; ./startup.sh
echo ""
echo "==============================================================="
echo "= Servidor Ligado com sucesso ="
echo "= Servidores estao Online ="
echo "==============================================================="
echo "===================www.forum.pwdevgroup.com.br================="
Re: Can anyone help me with the v69 pwi server? ''Thank you''
Re: Can anyone help me with the v69 pwi server? ''Thank you''
**i tried to chmod 755/777**
i did that but nothing changed the same problem keeps coming ;(
Re: Can anyone help me with the v69 pwi server? ''Thank you''
Quote:
Originally Posted by
Mellisa Janssen
**i tried to chmod 755/777**
i did that but nothing changed the same problem keeps coming ;(
Post your error log here
Sent from my ST21i using Tapatalk 2
Re: Can anyone help me with the v69 pwi server? ''Thank you''
Re: Can anyone help me with the v69 pwi server? ''Thank you''
no, /PWServer is what it should be. (if that is the location it's at)
this would fail:
cd /PWServer//glinkd; ./glinkd gamesys.conf 1 >$PW_PATH/logs/glink1.log &