Jump to content
  • 0

[help]startgameserver


Question

10 answers to this question

Recommended Posts

  • 0
Posted

den exeis perasei ta .jar arxeia kane kalitera ena compile kai ama den 3ereis 8a vris guide poli efkola

πως το συμπαίρανες αυτό;

δεν βλέπεις εκεί που λέει οτι δεν έχει enough space;....

  • 0
Posted

πως το συμπαίρανες αυτό;

δεν βλέπεις εκεί που λέει οτι δεν έχει enough space;....

Dn t leei auto pou8ena. kati edw 8a eine

@echo off

title L2JTeon: Game Server Console

:start

echo Starting L2JTeon Game Server.

echo Visit L2JTeon.servergame.com for updates.

echo.

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

REM #======================================================================#

REM # You need to set here your JDK/JRE params in case of x64 bits System. #

REM # Remove the "REM" after set PATH variable                             #

REM # If you're not a x64 system user just leave                           #

REM #======================================================================#

REM set PATH="type here your path to java jdk/jre (including bin folder)"

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

 

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

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx512m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.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 -Xms2048m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

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

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Administrator Restarted ...

echo.

goto start

:error

echo.

  • 0
Posted
@echo off

title L2JTeon: Game Server Console

:start

echo Starting L2JTeon Game Server.

echo Visit L2JTeon.servergame.com for updates.

echo.

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

REM #======================================================================#

REM # You need to set here your JDK/JRE params in case of x64 bits System. #

REM # Remove the "REM" after set PATH variable                            #

REM # If you're not a x64 system user just leave                          #

REM #======================================================================#

REM set PATH="type here your path to java jdk/jre (including bin folder)"

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

 

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

REM Default parameters for a basic server.

java -Dfile.encoding=UTF-8 -Xmx1536m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.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 -Xms2048m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

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

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:restart

echo.

echo Administrator Restarted ...

echo.

goto start

:error

echo.

 

Δοκίμασε τώρα. Αν και κανονικά επρέπε να κάνεις το πρόβλημα σου πόστ στο φόρουμ του project σου.

  • 0
Posted

Dn t leei auto pou8ena. kati edw 8a eine

Κι όμως το λέει

OutOfMemory...

Μην με κάνεις να πάρω την φοτο και να το κυκλώσω.

  • 0
Posted

Mε βαση το topic του Extremedwarf δεν πρεπει να σε βοηθησουμε

   

[important] Σχετικά με τα live projects [L2J - Brazil, Teon, Eclipse κτλπ.]

Ας δωσουμε ενα τελος στο προβλημα σου. Εχει δικιο ο FighterBoss οτι το προβλημα ειναι η RAM πρεπει να παρεις μεγαλυτερη η να δωσεις πιο πολυ χωρο στον server ( Δεν ξερω πως γινεται :Ρ )

 

Οριστε και η φωτο:

2qlfrt1.jpg

 

Καλυτερα να παρεις ενα L2J η L2J Free και να το κανεις compile - modyfing απο την αρχη και οπου κολησεις ειμαστε εδω να σε βοηθησουμε

 

DemoniK®

  • 0
Posted

Kane paste afto akie isai etimos ela na mas pis meta :)

 

 

 

 

 

 

@echo off
title L2JTeon: Game Server Console
:start
echo Starting L2JTeon Game Server.
echo Visit L2JTeon.servergame.com for updates.
echo.
REM ------------------------------------------------------------------------
REM #======================================================================#
REM # You need to set here your JDK/JRE params in case of x64 bits System. #
REM # Remove the "REM" after set PATH variable                             #
REM # If you're not a x64 system user just leave                           # 
REM #======================================================================#
REM set PATH="type here your path to java jdk/jre (including bin folder)"
REM ------------------------------------------------------------------------

REM -------------------------------------
REM Default parameters for a basic server.
java -Dfile.encoding=UTF-8 -Xmx1024m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.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 -Xmx1024m -Xms1024m -Xmn2024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
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

Guest
This topic is now closed to further replies.


×
×
  • 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