Ir para conteúdo
  • Cadastre-se
  • 0

Alguem me ajudaaa bug Game Server


Eduardo-Tuch

Pergunta

Olha o q aparece a hora q ligo o GAMeSERVER : o q pode ser ? :ohmy:

 

Starting L2J-Frozen Core Game Server.

official websit : http//www.l2jfrozen.com

Enjoy by server core. bee happy!

------------------------------

 

Error occurred during initialization of VM

Could not reserve enough space for object heap

Error:could not create the Java Virtuual Machine.

Errpr:A falta exception has occurred.Program will exit.

 

Server terminated abnormaly

Send you bug to : http://www.l2jfrozen.com'>http://www.l2jfrozen.com

 

Server terminated

Send You bug to : http://www.l2jfrozen.com

 

Restar<r> or Quit <q>

Link para o comentário
Compartilhar em outros sites

11 respostass a esta questão

Posts recomendados

  • 1

Diminua o tamanho do uso de memoria.

 

Edita com o bloco de notas o startgameserver.bat

 

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx3096m -Xms2048m -Xmn1048m -XX:PermSize=512m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.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 -------------------------------------

 

Observação : O número que está destacado em vermelho você deve diminuir ele.

Editado por DeLL

file_upload.png Re-Uploader L2JBrasil!

Link para o comentário
Compartilhar em outros sites


  • 0

Diminuir em quanto e onde eu vou para achar isso ?

 

 

Vai no startgameserver.bat

Pede para abrir com Bloco de Notas.

Ai você diminiu o número em "vermelho".

Editado por DeLL

file_upload.png Re-Uploader L2JBrasil!

Link para o comentário
Compartilhar em outros sites

  • 0

Mais onde eu vou e na gameserve/ ?

 

 

Você vai na pasta do gameserver, e seleciona o arquivo que liga o gameserver, clica com o botão direito, e clica em editar. Vai abrir o bloco de notas, ai você muda igual está abaixo. Diminui o número que tá em vermelho.

 

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx3096m -Xms2048m -Xmn1048m -XX:PermSize=512m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.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 -------------------------------------

 

 

Observação : Aconselho você colocar no número em vermelho, o número 512!

Editado por DeLL

file_upload.png Re-Uploader L2JBrasil!

Link para o comentário
Compartilhar em outros sites

  • 0

O Meu Ta assim @echo off

title L2J-Frozen: Game Server Console

:start

echo Starting L2J-Frozen Core Game Server.

echo Official website : http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com'>http://www.l2jfrozen.com

echo Enjoy by server core. Bee happy!

echo ------------------------------

echo.

 

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.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 7 goto telldown

if ERRORLEVEL 6 goto tellrestart

if ERRORLEVEL 5 goto taskrestart

if ERRORLEVEL 4 goto taskdown

REM 3 - abort

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:tellrestart

echo.

echo Telnet server Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:taskrestart

echo.

echo Auto Task Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:restart

echo.

echo Admin Restart ...

echo Send you bug to : http://www.l2jfrozen.com

echo.

goto start

:taskdown

echo .

echo Server terminated (Auto task)

echo Send you bug to : http://www.l2jfrozen.com

echo .

:telldown

echo .

echo Server terminated (Telnet)

echo Send you bug to : http://www.l2jfrozen.com

echo .

:error

echo.

echo Server terminated abnormaly

echo Send you bug to : http://www.l2jfrozen.com

echo.

:end

echo.

echo server terminated

echo Send you bug to : http://www.l2jfrozen.com

echo.

:question

set choix=q

set /p choix=Restart® or Quit(q)

if /i %choix%==r goto start

if /i %choix%==q goto exit

:exit

exit

pause

 

Eu coloca mais q 1024 ou quanto ?

Link para o comentário
Compartilhar em outros sites

  • 0
@echo off

title L2J-Frozen: Game Server Console

:start

echo Starting L2J-Frozen Core Game Server.

echo Official website :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo Enjoy by server core. Bee happy!

echo ------------------------------

echo.

 

 

REM -------------------------------------

REM Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xmx1024m -Xms512m -Xmn256m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.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 7 goto telldown

if ERRORLEVEL 6 goto tellrestart

if ERRORLEVEL 5 goto taskrestart

if ERRORLEVEL 4 goto taskdown

REM 3 - abort

if ERRORLEVEL 2 goto restart

if ERRORLEVEL 1 goto error

goto end

:tellrestart

echo.

echo Telnet server Restart ...

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo.

goto start

:taskrestart

echo.

echo Auto Task Restart ...

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo.

goto start

:restart

echo.

echo Admin Restart ...

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo.

goto start

:taskdown

echo .

echo Server terminated (Auto task)

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo .

:telldown

echo .

echo Server terminated (Telnet)

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo .

:error

echo.

echo Server terminated abnormaly

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo.

:end

echo.

echo server terminated

echo Send you bug to :

O conteúdo está oculto, favor efetuar login ou se cadastrar!

echo.

:question

set choix=q

set /p choix=Restart® or Quit(q)

if /i %choix%==r goto start

if /i %choix%==q goto exit

:exit

exit

pause

 

Aonde ta em vermelho, você tira o 1024 e coloca 512, salva e tentar ligar o servidor!

file_upload.png Re-Uploader L2JBrasil!

Link para o comentário
Compartilhar em outros sites

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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Processando...
  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.