» 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:
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...