Rio Posted June 26, 2016 Posted June 26, 2016 I just updated lib folder with l2jfrozen-core file and i get this error when i run gameserver.batCan anyone help me with this?
0 AbsolutePower Posted June 26, 2016 Posted June 26, 2016 (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 June 26, 2016 by AbSoLuTePoWeR
0 Rio Posted June 26, 2016 Author Posted June 26, 2016 (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 Closed some programms and some browser tabs, gameserver starded successfully! Thanks for your answer, problem solved! Edited June 26, 2016 by Rio
0 AbsolutePower Posted June 26, 2016 Posted June 26, 2016 Closed some programms and some browser tabs, gameserver starded successfully! Thanks for your answer, problem solved! ok :) locked ;)
Question
Rio
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?
3 answers to this question
Recommended Posts