Jump to content
  • 0

[HELP] Server terminated abnormaly problem


ch3at3r

Question

Kalispera paidia.. Exw ena problimataki k den mporw na to lysw gia kanena logo omws.. Exw kanei oles tis ry8miseis sta progs k ta *.properties exw tre3ei kanonika to dbinstaller exw kanei k registergameserver.. Exw checkarei k ta guides apo edw alla dystyxws t exw swsta .. :/ An mporesei na boi8isei kapoios 8a eimai eygwmwn..!

 

 

Ayto mou bazei... :

 

errorfv.jpg

 

Link to comment
Share on other sites

Recommended Posts

  • 0

@echo off

title Game Server

:start

echo Game Server By ZOUMHS

echo.

REM -------------------------------------

REM Default parameters for a basic server.

java -Xmn512m -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

 

Link to comment
Share on other sites

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