janiko Posted November 8, 2010 Posted November 8, 2010 Somone help mi to fix this problem please. I have EMU-RT Gracia Epilogue server. image www.hellspace.net/help.bmp
0 janiko Posted November 8, 2010 Author Posted November 8, 2010 And this is gameserver.bat Script @echo off color 17 title L2Emu-RT: Game Server Console :start echo Initializing L2Emu-RT GameServer. echo. REM ----------- Set Class Paths and Calls setenv.bat ----------------- SET OLDCLASSPATH=%CLASSPATH% call setenv.bat REM ------------------------------------------------------------------ REM #======================================================================# REM # You need to set here your JDK/JRE params in case of x64 bits System. # REM # Remove the "REM" in order to set PATH variable # REM # If you're not a x64 system user just leave # REM # Example: set PATH="C:\Program Files\Java\jre6\bin" # REM #======================================================================# REM set PATH="type here your path to java jdk/jre (including bin folder)" REM -------- Default parameters server -------------------------------------- java -javaagent:lib/updater.jar -Xmn256m -Xms512m -Xmx1024m -server -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts net.l2emuproject.gameserver.util.BootManager REM -------- Launch with LameGuard lib -------------------------------------- REM java -javaagent:lib/updater.jar -Xmn256m -Xms512m -Xmx1024m -server -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts com.lameguard.LameGuard net.l2emuproject.gameserver.util.BootManager REM ------------------------------------------------------------------------- SET CLASSPATH=%OLDCLASSPATH% if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Administrator Restarted ... echo. goto start :error echo. echo GameServer Terminated Abnormaly, Please Verify Your Files. echo. :end echo. echo GameServer Terminated. echo. pause
0 HammerV2 Posted November 8, 2010 Posted November 8, 2010 first, make sure ur java is full installed, if not, reinstall it, download from the main site, or download jvm.dll and place it into the requested folder.
0 Bleadd Posted November 8, 2010 Posted November 8, 2010 Go install last update of JDK If don't solve, i will upload my 'server' folder and you will put into Jre6/bin but normally, reinstall Java JDK (last update) and will fix the problem ^^
Question
janiko
Somone help mi to fix this problem please. I have EMU-RT Gracia Epilogue server.
image www.hellspace.net/help.bmp
3 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