Starting server error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
Ismaw34
Posts: 7
Joined: Sun Aug 31, 2008 12:42 pm

Starting server error

Post by Ismaw34 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4429
L2JDP Revision Number: 7672

Im having random errors like
[weaponsallowed] unknown item type name: 512
And some other numbers

Con you help me to find any solution?
Thanks
Ismaw34
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Starting server error

Post by MELERIX »

is because you are using old XML skills, so... update your server properly ;)

weaponsAllowed now is different in skills.
Ismaw34
Posts: 7
Joined: Sun Aug 31, 2008 12:42 pm

Re: Starting server error

Post by Ismaw34 »

MELERIX wrote:is because you are using old XML skills, so... update your server properly ;)

weaponsAllowed now is different in skills.
Im copying the files from the current datapack, but, with the old datapack it worked.

More error log

Code: Select all

Error in file C:\l2j\gameserver\data\stats\skills\00000-00099.xmljava.lang.RuntimeException: java.lang.reflect.InvocationTargetException        at com.l2jserver.gameserver.templates.skills.L2SkillType.makeSkill(L2SkillType.java:221)        at com.l2jserver.gameserver.skills.DocumentSkill.makeSkills(DocumentSkill.java:776)        at com.l2jserver.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.java:395)        at com.l2jserver.gameserver.skills.DocumentSkill.parseDocument(DocumentSkill.java:123)        at com.l2jserver.gameserver.skills.DocumentBase.parse(DocumentBase.java:147)        at com.l2jserver.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.java:89)        at com.l2jserver.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.java:98)        at com.l2jserver.gameserver.datatables.SkillTable.load(SkillTable.java:56)        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java:41)        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java:25)        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clinit>(SkillTable.java:159)        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable.java:33)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:221)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:504)Caused by: java.lang.reflect.InvocationTargetException        at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source)         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)        at java.lang.reflect.Constructor.newInstance(Unknown Source)        at com.l2jserver.gameserver.templates.skills.L2SkillType.makeSkill(L2SkillType.java:217)        ... 13 moreCaused by: java.lang.IllegalArgumentException: Integer value required, but found: Dual Sword        at com.l2jserver.gameserver.templates.StatsSet.getInteger(StatsSet.java:213)        at com.l2jserver.gameserver.model.L2Skill.<init>(L2Skill.java:447)        at com.l2jserver.gameserver.skills.l2skills.L2SkillDefault.<init>(L2SkillDefault.java:26)        ... 17 more
This error is showed when loading, and also whith the other xml weapon files, skills, and others.

I think im upgrading the server right... :S

Ismaw34
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Starting server error

Post by JIV »

you cant use old GS with new DP.. :roll:
Locked