THeMaxPoweR Posted August 19, 2016 Posted August 19, 2016 hey guys now i have a problem . when is use ./StartGameServer.sh no thing happens so any idea to resolve it ? here is th StartGameServer.sh #!/bin/bash ./GameServer_loop.sh & here is the GameServer_loop.sh #!/bin/bash while :; do java -Xbootclasspath/p:./jsr167.jar -server -Dfile.encoding=UTF-8 -Xmx13G -XX:PermSize=2G -XX:+UseConcMarkSweepGC -XX:+UseTLAB -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -cp config:./lameguard-1.9.5.jar:./libs/* com.lameguard.LameGuard l2f.gameserver.GameServer > log/stdout.log 2>&1 [ $? -ne 2 ] && break sleep 30; done server based on l2f . using ubuntu 16.04 thnx.
Question
THeMaxPoweR
hey guys now i have a problem .
when is use ./StartGameServer.sh no thing happens so any idea to resolve it ?
here is th StartGameServer.sh
here is the GameServer_loop.sh
server based on l2f .
using ubuntu 16.04
thnx.
1 answer to this question
Recommended Posts