УVІL™ Posted July 31, 2009 Posted July 31, 2009 hi guys..i have this problem...can someone see it what error have? pls answer me...
0 УVІL™ Posted July 31, 2009 Author Posted July 31, 2009 i have a installed java..other server i can run but this no :(
0 УVІL™ Posted July 31, 2009 Author Posted July 31, 2009 @echo off title Game Server Console :start echo Starting L2J Game Server. echo. REM ------------------------------------- REM Default parameters for a basic server. java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM If you are having troubles on server shutdown (saving data), REM add this to startup paramethers: -Djava.util.logging.manager=net.sf.l2j.L2LogManager. Example: REM java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer REM ------------------------------------- if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause
0 hoangnhan Posted July 31, 2009 Posted July 31, 2009 echo off title Game Server Console :start echo Starting L2J Game Server. echo. REM ------------------------------------- REM Default parameters for a basic server. java -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts REM If you are having troubles on server shutdown (saving data), REM add this to startup paramethers: -Djava.util.logging.manager=net.sf.l2j.L2LogManager. Example: REM java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer REM ------------------------------------- if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause Try This code.
0 hoangnhan Posted July 31, 2009 Posted July 31, 2009 @echo off And you can try create "server" folder in Java/bin and copy all file from folder client in Java/bin to server folder, and try it.
0 УVІL™ Posted July 31, 2009 Author Posted July 31, 2009 again the same.. :( i test it to other pc and it works why in this pc dont work? :S
0 hoangnhan Posted July 31, 2009 Posted July 31, 2009 May be proplem with Java, you install Jre 6u14 ?
0 УVІL™ Posted July 31, 2009 Author Posted July 31, 2009 yes,i installed same java in 2 pc's and in 1 pc work one dont work!
0 hoangnhan Posted July 31, 2009 Posted July 31, 2009 Finish way, Reinstall window and all for server. :'( :'(
Question
УVІL™
hi guys..i have this problem...can someone see it what error have? pls answer me...
16 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now