Jump to content
  • 0

Gameserver Error


Question

Posted

I just updated lib folder with l2jfrozen-core file and i get this error when i run gameserver.bat
Can anyone help me with this?


7mohZHJ.png?1

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

go to your startgameserver.bat right click. and edit.

 

this is your default parameter?: java -Dfile.encoding=UTF8 -Xms1024m -Xmx1024m -cp ./lib/*;./lib/uMad/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer

 

if yes. try to close every running program in your pc and try to start gameserver  again. if it wont work you must decrease your xms1024 and xmx.

 

try this(copy/paste) if the first action i told you wont work: java -Dfile.encoding=UTF-8 -Xmx768m -Xmn256m -Xmn256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./lib/*;./lib/uMad/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer   
Edited by AbSoLuTePoWeR
  • 0
Posted (edited)
  On 6/26/2016 at 11:36 PM, AbSoLuTePoWeR said:

 

go to your startgameserver.bat right click. and edit.

 

this is your default parameter?: java -Dfile.encoding=UTF8 -Xms1024m -Xmx1024m -cp ./lib/*;./lib/uMad/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer

 

if yes. try to close every running program in your pc and try to start gameserver  again. if it wont work you must decrease your xms1024 and xmx.

 

try this(copy/paste) if the first action i told you wont work: java -Dfile.encoding=UTF-8 -Xmx768m -Xmn256m -Xmn256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./lib/*;./lib/uMad/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer   

 

Closed some programms and some browser tabs, gameserver starded successfully!

Thanks for your answer, problem solved!

Edited by Rio
  • 0
Posted
  On 6/26/2016 at 11:44 PM, Rio said:

Closed some programms and some browser tabs, gameserver starded successfully!

Thanks for your answer, problem solved!

ok :)  locked ;)

Guest
This topic is now closed to further replies.


×
×
  • Create New...