hi,if i restart the game server from l2 i've this problem and to work again i must close all windows of server. example : gs,lg and stop.bat and restart it all.. !
what is wrong ??
note: I'm using l2j Oneo Preconfigure by TheMentaL pack !
[glow=red,2,300]Take a look[/glow]
Edit:
i saw something ... if i change the Xmx1024m to Xmx512m it working perfectly !
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
I do what I like because I don't need to push myself to do things for L2 as a means of income. You, on the other hand, are here trying to scam people for $20k files...
But, since you're so talented and competent, I suppose you must be thriving on the fruits of your talents as an L2Off dev, no?
Oh wait
Guess not
If you have error
[ERR] 1067 - Invalid default value for 'createDate'
`createDate` date DEFAULT NULL '00-00-0000',
need use
`createDate` date DEFAULT NULL,
What game client do you need here?
I can't even log in!
# Auto account creation
# ----------------------------
# Auto account creation
# Default: True
AutoCreateAccounts = True
What did I do wrong?
ServerAddr=127.0.0.1
Question
mfg_1984
hi,if i restart the game server from l2 i've this problem and to work again i must close all windows of server. example : gs,lg and stop.bat and restart it all.. !
what is wrong ??
note: I'm using l2j Oneo Preconfigure by TheMentaL pack !
[glow=red,2,300]Take a look[/glow]
Edit:
i saw something ... if i change the Xmx1024m to Xmx512m it working perfectly !
note:i've 4GB ram.
@echo off
title Oneo Preconfigure by TheMentaL
:start
echo Starting Game Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java [glow=red,2,300]Xmx1024m [/glow]--cp bsf.jar;bsh-2.0b4.jar;commons-logging-1.1.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.0.7-bin.jar;l2jserver.jar;jython.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 -Xms1024m -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 Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.