[Help]Socket Error L2J 

Newbie Spellweaver
Joined
Oct 15, 2005
Messages
5
Reaction score
0
Location
Des Moines, Iowa
Sharker - [Help]Socket Error - RaGEZONE Forums


Anyone know what this means and how to fix it? Thanks in advance.
 
Re: Socket Error

lol... u are lucky... very lucky... i have just get this error to... but i know how to make it

edit StartGameServer.bat and search for something like:

java -Xmx1024m net.sf.l2j.gameserver.GameServer

so there change instead of 1024m to 512m... it should work ;)
 
Upvote 0
Re: Socket Error

mines already set to 512 o.o

@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 -XX:PermSize=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
 
Upvote 0
ee... what server pack u have? try then put it to 1024. :D

Domuk V5

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

Sorry Brandon, figured since its server help itd be kinda self explanatory but ill do it next time.
 
Upvote 0
firewall deactiveted or port forwaring etc because socket errors are errors on openening server on the ports ...
 
Upvote 0
ah well server runs and otehr can connect to server but on playing it just this error come?
then it's because someone uses another type of client or something else because the say you that anyone try to connect to the server on a way which doesn't allowed :x
 
Upvote 0
hmm it could be that, might be cause people aren't downloading the patch even though i tell em to.. either way, it seems to happen when i run my client though, doesn't always happen but when it does its the same time as the client's loading.
 
Upvote 0
Back