Jump to content
  • 0

[Help] GameServer Error


Question

Posted

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

6 answers to this question

Recommended Posts

  • 0
Posted

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;
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..