Ir para conteúdo
  • Cadastre-se
  • 0

error inicio game server


l2sa

Pergunta

perguntas sobre esse erro pode ser?

 

 

utilizando esta svn

SVN:

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

TIMELINE:

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

 

 

Starting L2 End Game Server.

 

Error occurred during initialization of VM

Could not reserve enough space for object heap

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occurred. Program will exit.

 

Server terminated abnormaly

 

 

server terminated

 

Presione una tecla para continuar . . .

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts recomendados

  • 0

Abra o GameServer.bat com o click do mouse (direito) e vá em Editar, abrindo edita isso:

 

@echo off

color 0C

title Game Server

:start

echo Iniciando Game Server.

echo.

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

REM Default parameters for a basic server.

java -Djava.util.logging.manager=br.Evolution.util.L2LogManager -Xms1536m -Xmx1024m -cp ./../libs/*;br-server.jar br.Evolution.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

 

Altere o número que está em vermelho para esse número: 1024! E salve, e abra o Game Server novamente que será resolvido :D.

Link para o comentário
Compartilhar em outros sites


  • 0

Starting L2 End Game Server.

 

Loading GameServer Configuration Files...

L2Properties: Missing property for key - AltPlayerShiftMouse

Config: .\config\InGame\ExtremeCB.properties (El sistema no puede encontrar el a

rchivo especificado)

Exception in thread "main" java.lang.Error: Failed to Load ./config/InGame/Extre

meCB.properties File.

at com.end.Config.load(Config.java:2919)

at com.end.gameserver.GameServer.main(GameServer.java:528)

 

Server terminated abnormaly

 

 

server terminated

 

Presione una tecla para continuar . . .

Link para o comentário
Compartilhar em outros sites

  • 0

Starting L2 End Game Server.

 

Loading GameServer Configuration Files...

L2Properties: Missing property for key - AltPlayerShiftMouse

Config: .\config\InGame\ExtremeCB.properties

rchivo especificado)

Error: Failed to Load ./config/InGame/ExtremeCB.properties

O arquivo em VERMELHO Está faltando ou está incompleto, ou está com alguma configuração errada !..

Procure a linha em Laranja no arquivo citado acima !

Link para o comentário
Compartilhar em outros sites

  • 0

o meu

 

 

@echo off

color F2

title Gameserver: L2J Frozen V.6 by Smallz

:start

 

 

 

PATH -------------------------------------

PATH Default parameters for a basic server.

java -Dfile.encoding=UTF8 -Xms1024m -Xmx1024m -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer

PATH

PATH If you have a big server and lots of memory, you could experiment for example with

PATH java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

PATH -------------------------------------

 

if ERRORLEVEL 7 goto telldown

if ERRORLEVEL 6 goto tellrestart

if ERRORLEVEL 5 goto taskrestart

if ERRORLEVEL 4 goto taskdown

PATH 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'>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.

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 abnormally

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

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.




×
×
  • 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.