![Sharker - [Help]Socket Error - RaGEZONE Forums Sharker - [Help]Socket Error - RaGEZONE Forums](http://insolencegaming.net/l2/error.jpg)
Anyone know what this means and how to fix it? Thanks in advance.
@echo off
:start
echo Starting L2J Game Server.
echo.
SET OLDCLASSPATH=%CLASSPATH%
call setenv.bat
REM -------------------------------------
REM Default parameters for a basic server.
java -Xmx512m 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 -XXermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
SET CLASSPATH=%OLDCLASSPATH%
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
ee... what server pack u have? try then put it to 1024.![]()
Please remember to use the proper prefix in your title. I'll add it for you this time; so please go and read the rules.
~ Brandon