Jump to content
  • 0

[Help]Missing property for key(s) - Error


Question

Posted

Hello MXCs,

 

I have a small problem with my L2J Compiled Pack, Everytime I'm running the LoginServer it shows me these error messages:

Missing property for key - PacketHandlerDebug

Missing property for key - RequestServerID

Missing property for key - AcceptAlternativeID

Missing property for key - DatapackRoot

Missing property for key - IOSelectorThreadCount

 

What are they? do they effect the server negatively? How can I fix them?

6 answers to this question

Recommended Posts

  • 0
Posted

Okay, thank you! I'll keep this open in case anyone knows how to get rid of them, I'm kind of Perfectionist [GR](Τελειομανης)[/GR] :D

  • 0
Posted

add this in your config file in misc section

# This is the server ID that the Game Server will request.

# Example: 1 = Bartz

# Default: 1

RequestServerID = 1

 

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.

# Default: True

AcceptAlternateID = True

# Datapack root directory.

# Defaults to current directory from which the server is started unless the below line is uncommented.

DatapackRoot = "gameserver location"

 

# Packet handler debug output

# Default: False

PacketHandlerDebug = False

  • 0
Posted

add this in your config file in misc section

# This is the server ID that the Game Server will request.

# Example: 1 = Bartz

# Default: 1

RequestServerID = 1

 

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.

# Default: True

AcceptAlternateID = True

# Datapack root directory.

# Defaults to current directory from which the server is started unless the below line is uncommented.

DatapackRoot = "gameserver location"

 

# Packet handler debug output

# Default: False

PacketHandlerDebug = False

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock