Jump to content
  • 0

L2Junity Gameserver [Errors]


camolus

Question

How can i fix the red marked errors:

1. ipconfig.xml | I tried to copy default-ipconfig.xml in eclipse Project Explorer, then re-named it to "ipconfig.xml", which has just been lead... to another error.

2. missing property for key | I simply don't understand this, i've checked the "Feature.properties" in eclipse Project Explorer and all values are listed there, so... why is that? oO

3. hexid.txt | Do i have to create this file by myself or why i cant find it in eclipse Project Explorer? x.x

4. mapregion | How this data can't be exist? x.x Is there any way to fix that?

[23:28:23] IXmlReader: Network Config: ipconfig.xml doesn't exists using automatic configuration...
[23:28:23] IXmlReader: Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[23:28:23] IXmlReader: Network Config: Adding new subnet: 192.168.178.0/24 address: 192.168.178.25
[23:28:23] IXmlReader: Network Config: Adding new subnet: 0.0.0.0/0 address: 79.206.193.128
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForNeutralSide using default value: 15
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForLightSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForDarkSide using default value: 30
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForNeutralSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForLightSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForDarkSide using default value: 20
[23:28:23] PropertiesParser: [General.properties] missing property for key: WorldChatInterval using default value: 20secs
[23:28:23] Config: Could not load HexID file (./config/hexid.txt). Hopefully login will give us one.
[23:28:23] Config: Loaded 6 Filter Words.
[23:28:23] GameServer: ------------------------------------------------=[ Database ]
[23:28:24] BitSetIDFactory: Updated characters online status.
[23:28:24] BitSetIDFactory: Cleaned 0 elements from database in 0 s
[23:28:24] BitSetIDFactory: Cleaned 0 expired timestamps from database.
[23:28:24] BitSetIDFactory: 102912 id's available.
[23:28:24] GameServer: ------------------------------------------------=[ Scripting Engines ]
[23:28:24] ScriptEngineManager: ScriptEngine: L2J Java Engine 1.0 (Java [0, 1, 2, 3, 4, 5, 6])
[23:28:24] ServerPluginProvider: Loaded 0 plugins
[23:28:24] GameServer: ------------------------------------------------=[ Telnet ]
[23:28:24] TelnetServer: Telnet server is currently disabled.
[23:28:24] GameServer: ------------------------------------------------=[ World ]
[23:28:24] GameTimeController: Started.
[23:28:24] World: (288 by 272 by 32) World Region Grid set up.
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\mapregion doesn't exist!
[23:28:24] MapRegionManager: Loaded 0 map regions.
[23:28:24] ZoneManager: 19 by 18 Zone Region Grid set up.
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\zones doesn't exist!
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\zones\npcSpawnTerritories doesn't exist!
[23:28:24] ZoneManager: Loaded 0 zone classes and 0 zones.
[23:28:24] ZoneManager: Loaded 0 NPC spawn territoriers.
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.l2junity.gameserver.instancemanager.ZoneManager.getInstance(ZoneManager.java:754)
at org.l2junity.gameserver.GameServer.<init>(GameServer.java:195)
at org.l2junity.gameserver.GameServer.main(GameServer.java:453)
Caused by: java.util.NoSuchElementException: No value present
at java.util.OptionalInt.getAsInt(OptionalInt.java:118)
at org.l2junity.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:408)
at org.l2junity.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:90)
at org.l2junity.gameserver.instancemanager.ZoneManager$SingletonHolder.<clinit>(ZoneManager.java:759)
... 3 more

 

 

post-114622-0-06428100-1480459822_thumb.jpg

Edited by camolus
Link to comment
Share on other sites

Recommended Posts

  • 0

So, what public means then? ;D

Did you see Crank movie? That's public.. :lol:

 

In case you didn't :lol: CLICK MEH

Edited by SweeTs
Link to comment
Share on other sites

  • 0

Well, as AccessDenied said, private is better. :lol:

Don't use my name kids, your level is way to low to access this feature, GTFO also L2Unity sucks. :3  :dat:

Btw xdem you're noob

Edited by AccessDenied
Link to comment
Share on other sites

  • 0

Don't use my name kids, your level is way to low to access this feature, GTFO also L2Unity sucks. :3  :dat:

Btw xdem you're noob

Don't worry, we don't use your name when it comes to something serious... :troll:

Link to comment
Share on other sites

  • 0

Don't worry, we don't use your name when it comes to something serious... :troll:

I know, same we did with you. When we test our code we write L2TessaInstance cause it gonna be failure anyway :$  :-[

Link to comment
Share on other sites

  • 0

I know, same we did with you. When we test our code we write L2TessaInstance cause it gonna be failure anyway :$  :-[

When you test what protected does, I suppose... :lol:

Link to comment
Share on other sites

  • 0

Oh, thanks, I was about to cry... ;D

No don't cry tessa :/  :-[  let me remove your PRIVATE STRING  :-[  :-[  if ya know what i mean!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...