.::Diavolic::. Posted October 9, 2010 Posted October 9, 2010 Exw ena problima otan anigo to startgamserver Mia eikona : An mporite boi8iste me Euxaristw,
0 ArcHeLL Posted October 9, 2010 Posted October 9, 2010 den exeis perasei ta .jar arxeia kane kalitera ena compile kai ama den 3ereis 8a vris guide poli efkola
0 Pinaepple Posted October 9, 2010 Posted October 9, 2010 egw dn mporo na dw gt ine poli mikri i ikona s
0 FighterBoss Posted October 9, 2010 Posted October 9, 2010 den exeis perasei ta .jar arxeia kane kalitera ena compile kai ama den 3ereis 8a vris guide poli efkola πως το συμπαίρανες αυτό; δεν βλέπεις εκεί που λέει οτι δεν έχει enough space;....
0 .::Diavolic::. Posted October 9, 2010 Author Posted October 9, 2010 πως το συμπαίρανες αυτό; δεν βλέπεις εκεί που λέει οτι δεν έχει 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 Justice Posted October 9, 2010 Posted October 9, 2010 @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 FighterBoss Posted October 9, 2010 Posted October 9, 2010 Dn t leei auto pou8ena. kati edw 8a eine Κι όμως το λέει OutOfMemory... Μην με κάνεις να πάρω την φοτο και να το κυκλώσω.
0 DemoniK® Posted October 9, 2010 Posted October 9, 2010 Mε βαση το topic του Extremedwarf δεν πρεπει να σε βοηθησουμε [important] Σχετικά με τα live projects [L2J - Brazil, Teon, Eclipse κτλπ.] Ας δωσουμε ενα τελος στο προβλημα σου. Εχει δικιο ο FighterBoss οτι το προβλημα ειναι η RAM πρεπει να παρεις μεγαλυτερη η να δωσεις πιο πολυ χωρο στον server ( Δεν ξερω πως γινεται :Ρ ) Οριστε και η φωτο: Καλυτερα να παρεις ενα L2J η L2J Free και να το κανεις compile - modyfing απο την αρχη και οπου κολησεις ειμαστε εδω να σε βοηθησουμε DemoniK®
0 Prince* Posted October 9, 2010 Posted October 9, 2010 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
0 Justice Posted October 9, 2010 Posted October 9, 2010 [important] Σχετικά με τα live projects [L2J - Brazil, Teon, Eclipse κτλπ.] Locked. (Ελπίζω να σε βοήθησε η απάντηση μου)
Question
.::Diavolic::.
Exw ena problima otan anigo to startgamserver
Mia eikona :
An mporite boi8iste me
Euxaristw,
10 answers to this question
Recommended Posts