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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...