Jump to content
  • 0

HELP Someone


Help  

4 members have voted

  1. 1. Help

    • I can help you.
      3
    • I can't Help you.
      1


Question

3 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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
Posted

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 ^^

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock