L2jserver.jar Issue

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
Post Reply
s1Lykos
Posts: 17
Joined: Thu Sep 30, 2010 7:02 pm

L2jserver.jar Issue

Post by s1Lykos »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4714
L2JDP Revision Number:Unsupported custom version
High Five client and High five l2j server BETA

This is my first time compiling the core (another person i'm working with compiled the core from the beta branch), but got the files from the SVN commited it to my own SVN and started working on changing enchant rates and the Config.java to support them and also changed the character.properties. So I did that and right clicked the build.xml,run as, ant build. And it showed

verifyRequirements:
init:
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\classes
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\tools
version:
compile:
[javac] Compiling 1582 source files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\classes
jar:
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\l2jserver.jar
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login\l2jlogin.jar
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\tools\dbinst_gs.jar
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\tools\dbinst_ls.jar
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\tools\dbinst_cs.jar
jarsrc:
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\libs
[jar] Building jar: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\libs\l2jserver-src.jar
dist:
[copy] Copying 3 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login
[copy] Copying 2 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver
[copy] Copying 17 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\libs
[copy] Copying 3 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\languages
[copy] Copying 6 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\images
[copy] Copying 2 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\doc
[copy] Copying 11 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\doc
[copy] Copying 13 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login
[copy] Copying 6 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\log
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login\log
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login\config
[copy] Copying 23 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\config
[copy] Copying 4 files to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\login\config
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data
[copy] Copying 1 file to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data\geodata
[copy] Copying 1 file to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data\geodata
[mkdir] Created dir: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data\pathnode
[copy] Copying 1 file to C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\dist\gameserver\data\pathnode
[zip] Building zip: C:\Users\Sean\Desktop\LIVE\L2Ruthless_s1Lykos\trunk\Core\build\L2J_Server_BETA.zip
BUILD SUCCESSFUL
Total time: 20 seconds

so good so far, so then I went into the l2j_server_beta.zip and took out the l2jserver.jar file and put in the server and restarted. Once it was up, my character was lvl -1 and no commands worked at all, the hp bar was out of wack, and of course my character couldn't move. So then I killed all threads pertaining to the server (using linux centos), I built the l2jserver.jar from a clean copy checked out from the l2j svn, and started up the server again. same problem. We replaced it with the backup my friend had made before when he first compiled the server and it works again. What does this mean typically? Is it actually a different revision? Any suggestions on how I can fix this so I'm not just stuck with the default core? thanks.

Edit: Also it shows this when someone tries logging in in the logs and it has those problems previously mentioned
Client: [Account: slinkyo0o0 - IP: xx.xxx.xxx.xxx] - Failed writing: 09 CharSelectInfo - L2J Server Version: 4714 - DP Revision: Unsupported Custom Version. ; null
java.lang.NullPointerException
at com.l2jserver.gameserver.datatables.ExperienceTable.getExpForLevel(ExperienceTable.java:106)
at com.l2jserver.gameserver.network.serverpackets.CharSelectionInfo.writeImpl(CharSelectionInfo.java:131)
at com.l2jserver.gameserver.network.serverpackets.L2GameServerPacket.write(L2GameServerPacket.java:63)
at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:576)
at org.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:548)
at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:467)
at org.mmocore.network.SelectorThread.run(SelectorThread.java:179)
I'm guessing it isn't even loading the l2jserver.jar or something...
mrTJO
L2j Veteran
L2j Veteran
Posts: 208
Joined: Thu Jul 27, 2006 11:03 am
Location: Italy

Re: L2jserver.jar Issue

Post by mrTJO »

I'm guessing you've forgotten to update the datapack :D
s1Lykos
Posts: 17
Joined: Thu Sep 30, 2010 7:02 pm

Re: L2jserver.jar Issue

Post by s1Lykos »

mrTJO wrote:I'm guessing you've forgotten to update the datapack :D
What files do I have to update in the datapack when this happens :S? thanks for the response

Oh, your saying their revisions don't match so if i just redownload and compile the newest core/datapack ones it should work?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: L2jserver.jar Issue

Post by MELERIX »

when you update CORE, you generally should update DP, or viceversa.

why ?

because some changes in DP could require CORE, or viceversa.

so update properly :P
mjaniko
Posts: 33
Joined: Sat Jun 04, 2011 8:01 am

Re: L2jserver.jar Issue

Post by mjaniko »

I have the same problem but on last update it started this bug? and i have updated core/dp but is same. can someone definitely say what i should updatE?

Properlly i have made sync to l2j after core Rev - 5103 Dp Rev - 8585
Post Reply