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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...