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.
🚨 Only 2 Days Left Until Our Beta Launch! 🚨
The wait is almost over! In just two days, we'll be opening up our beta, and there's so much for you to explore and experience. We can't wait for you to dive in, test things out, and share your thoughts with us.
Your feedback will help shape the future, and we're excited to have you on this journey with us! 🌟
ADD YOUR SERVERS AND PROMOTE YOUR SERVER FOR FREE.
For owners, our team offers quality advertising services!
Website: https://top.4teambr.com
Premium account free for 7 days
VoteSystem/Callback/API
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
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.