Problem starting my server
Posted: Sat Aug 27, 2011 11:58 am
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?
ยป 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?