This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
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
#!/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; doneserver based on l2f .
using ubuntu 16.04
thnx.
1 answer to this question
Recommended Posts