@echo off
color 17
title L2Server
:start
echo Starting Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Xmx1024m -cp ./../libs/*;l2jgold.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 -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 L2Server: Administrator Restarting.
echo.
goto start
:error
echo.
echo L2Server: Server terminated abnormally.
echo.
:end
echo.
echo L2Server: Server terminated.
echo.
pause
Вот мой startGameserver.bat , вроде все норм а все равно пишет такую же ошибку.
Цитата
Тут ведь ещё зависит сколько ОЗУ
1.96 гб.