- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..
Question
jonuxas13
So i've created a new server by the tutorial on another website. (L2J Frozen)
But when i launch startgameserver.bat file, it gives me endless lines. Words just go on and on non stop.
The lines just loop over and over again, they do not stop and i cannot join the server. I can log in, but there's no servers in the server list.
Here is what i get:
Feb 16, 2013 7:48:12 PM com.l2jfrozen.gameserver.model.spawn.L2Spawn doSpawn
WARNING: NPC 31034 class not found
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.doSpawn(L2Spawn.java:533)
at com.l2jfrozen.gameserver.model.spawn.L2Spawn.init(L2Spawn.java:456)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.fillSpawnTable(SpawnTable.java:138)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<init>(SpawnTable.java:65)
at com.l2jfrozen.gameserver.datatables.sql.SpawnTable.<clinit>(SpawnTable.java:48)
at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:340)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.l2jfrozen.gameserver.skills.BaseStats
at com.l2jfrozen.gameserver.skills.Formulas$FuncMaxHpMul.calc(Formulas.java:746)
at com.l2jfrozen.gameserver.skills.Calculator.calc(Calculator.java:189)
at com.l2jfrozen.gameserver.model.actor.stat.CharStat.calcStat(CharStat.java:106)
at com.l2jfrozen.gameserver.model.actor.stat.NpcStat.getMaxHp(NpcStat.java:58)
at com.l2jfrozen.gameserver.model.L2Character.getMaxHp(L2Character.java:10256)
at com.l2jfrozen.gameserver.model.L2Character.initCharStatusUpdateValues(L2Character.java:471)
at com.l2jfrozen.gameserver.model.actor.instance.L2NpcInstance.<init>(L2NpcInstance.java:353)
at com.l2jfrozen.gameserver.model.L2Attackable.<init>(L2Attackable.java:363)
at com.l2jfrozen.gameserver.model.actor.instance.L2GuardInstance.<init>(L2GuardInstance.java:99)
... 9 more
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now