Jump to content
  • 0

[Help] GameServer Error


GunarStillis

Question

I have error when I try to run the gameserver.

Freya CT2.5

 

xray909:/home/freyaProject/Server/game/log# cat stdout.log

Loading GameServer Configuration Files...

L2Properties: Missing property for key - DatapackRoot

L2Properties: Missing property for key - PreventedBuffs

java.lang.NullPointerException

        at com.l2jserver.Config.load(Config.java:1741)

        at com.l2jserver.gameserver.GameServer.main(GameServer.java:489)

Exception in thread "main" java.lang.Error: Failed to Load ./config/Character.properties file.

        at com.l2jserver.Config.load(Config.java:1747)

        at com.l2jserver.gameserver.GameServer.main(GameServer.java:489)

 

any help will be great! thnx in advice

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

ive applyed many, 4events, auto vote system and few more...

how can I find the problem?

 

P.S: I have just copied the l2jserver.jar to the pack and it gave me this error.

I use l2j basic svns

Link to comment
Share on other sites

  • 0

It's line 1747, which says error:

 

{

e.printStackTrace();

throw new Error("Failed to Load "+CHARACTER_CONFIG_FILE+" file.");

}

 

Line 1741 :

for (String id : PREVENTED_BUFFS.trim().split(","))

 

Line 489:

 

public static boolean MOVE_BASED_KNOWNLIST;
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...