If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4767
L2JDP Revision Number:8311
If i run the gameserver it comes with 2 minor errors:
Loading Server Scripts
----------
1. ERROR in C:\server\gameserver\data\scripts\handlers\admincommandhandlers\AdminMammon.java (at line 58)
activeChar.sendPacket(SystemMessageId.SSQ_COMPETITION_UNDERWAY);
SSQ_COMPETITION_UNDERWAY cannot be resolved or is not a field
----------
2. ERROR in C:\server\gameserver\data\scripts\handlers\admincommandhandlers\AdminMammon.java (at line 102)
activeChar.sendPacket(SystemMessageId.SSQ_COMPETITION_UNDERWAY);
SSQ_COMPETITION_UNDERWAY cannot be resolved or is not a field
----------
2 problems (2 errors)SSQ_COMPETITION_UNDERWAY cannot be resolved or is not a field
SSQ_COMPETITION_UNDERWAY cannot be resolved or is not a field
and 1 major error:
Failed executing script: C:\server\gameserver\data\scripts\handlers\MasterHandle
r.java. See MasterHandler.java.error.log for details.
well i checked the log to see whats going on, but that was not realy helpfull:
Error on: C:\server\gameserver\data\scripts\handlers\MasterHandler.java.error.log
Line: -1 - Column: -1
compilation failed
can anyone tell me what the command it to try to compile it manualy? or am i missing a program? i got mySQL ofcource, and i got JDK 7 and navicat to look in the DB. the 2 errors points to AdminMammon.java, i fount that and looked into it, it wants to take a package from SystemMessageId i got the messeges, but where can i find systemmessegeID?
http://trac.l2jserver.com/changeset/481 ... /l2jserver says i need a network directory in my gameserver directory? is the nightly packs incomplete?
Problem starting my server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem starting my server
yes, nightly build are broken now, so download from SVN.zylar wrote:is the nightly packs incomplete?
-
- Posts: 4
- Joined: Sat Aug 27, 2011 10:59 am
Re: Problem starting my server
Ok i tryed to download from the SVN server, but when i try to build it, an error pops up that tells me :
C:\Documents and Settings\XXX\workspace\L2J_DataPack\build.xml:73: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
#<exec dir="." executable="svn" outputproperty="l2j.changelog" >#
i presume it wants SVN.exe. where can i download that? its not on the SVN server in the home dir(running on windows)
and be4 it ask for this one:
<exec dir="." executable="svnversion" outputproperty="l2j.version" />
also svnversion.exe or whatever, not in the homedir
C:\Documents and Settings\XXX\workspace\L2J_DataPack\build.xml:73: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
#<exec dir="." executable="svn" outputproperty="l2j.changelog" >#
i presume it wants SVN.exe. where can i download that? its not on the SVN server in the home dir(running on windows)
and be4 it ask for this one:
<exec dir="." executable="svnversion" outputproperty="l2j.version" />
also svnversion.exe or whatever, not in the homedir
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem starting my server
is because you forgot to install subversion, check the guides here: viewtopic.php?f=2&t=10719
-
- Posts: 4
- Joined: Sat Aug 27, 2011 10:59 am
Re: Problem starting my server
Ok thanks, all works now, maybe its an idea to delete this (outdated) page: http://l2jserver.com/wiki/Setup_Eclipse_and_SVN and replace it with your page?
also, in the login dir, i m missing serverlist.xml after the build.(not a problem, i took it from another directory)
and after the build it kept doing the clean target last, witch deletes the zip again, so i deleted the target
(on both the datapack and server core files)
also, in the login dir, i m missing serverlist.xml after the build.(not a problem, i took it from another directory)
and after the build it kept doing the clean target last, witch deletes the zip again, so i deleted the target

(on both the datapack and server core files)
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem starting my server
not missing, is inside login/datazylar wrote:also, in the login dir, i m missing serverlist.xml after the build.

- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
-
- Posts: 4
- Joined: Sat Aug 27, 2011 10:59 am
Re: Problem starting my server
yeah, but it has to be in the main login dir for the registerGameserver.bat or exe, its a small thing, i knowMELERIX wrote:not missing, is inside login/datazylar wrote:also, in the login dir, i m missing serverlist.xml after the build.

Well the guid is the guild u come across when u go to Downloads -> option 2 -> installation guild -> setting up a server.
also, dunno if u find it usefull:
- <skill id="7029" levels="4" name="Super Haste">
- <!-- GM Skill
-->
<table name="#pAtkSpd">1.5 2 3 4</table>
<table name="#runSpd">1.5 2 2.5 3</table>
<table name="#mAtkSpd">1.5 3 3 4</table>
<table name="#pAtk">3 6 8 10</table>
<table name="#reuse">0.5 0.4 0.1 0.01</table>
<table name="#amount">1 2 3 5</table>
<set name="aggroPoints" val="1" />
<set name="operateType" val="OP_ACTIVE" />
<set name="skillType" val="BUFF" />
<set name="target" val="TARGET_SELF" />
- <for>
- <effect name="Buff" abnormalTime="3600" val="0" abnormalLvl="99" abnormalType="attack_time_down">
<mul order="0x30" stat="pAtkSpd" val="#pAtkSpd" />
<mul order="0x30" stat="runSpd" val="#runSpd" />
<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" />
<mul order="0x30" stat="pAtk" val="#pAtk" />
<mul order="0x30" stat="pReuse" val="#reuse" />
<mul order="0x30" stat="mReuse" val="#reuse" />
<mul order="0x30" stat="regMp" val="#amount" />
<mul order="0x30" stat="regMp" val="#amount" />
<mul order="0x30" stat="maxMp" val="#amount" />
<mul order="0x30" stat="maxHp" val="#amount" />
<mul order="0x30" stat="maxLoad" val="#amount" />
</effect>
</for>
</skill>
made this skill a bit normal, was pretty messed up and added so it changes HP aswell
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Problem starting my server
now is fixed in Changeset 4875 & Changeset 4876zylar wrote:yeah, but it has to be in the main login dir for the registerGameserver.bat or exe, its a small thing, i know
and about skill 7029, is already done and retail like in L2J
