gameserver error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

gameserver error

Post by darknessneo »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4511
L2JDP Revision Number:7810

Hello to all, since the last update of my server with eclipse, i have this error :

Code: Select all

2011.03.03 01:19:59,476 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - DatapackRoot2011.03.03 01:19:59,519 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementStone2011.03.03 01:19:59,519 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementCrystal2011.03.03 01:19:59,520 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementJewel2011.03.03 01:19:59,520 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnchantChanceElementEnergy2011.03.03 01:19:59,527 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - EnableBlockCheckerEvent2011.03.03 01:19:59,528 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - BlockCheckerMinTeamMembers2011.03.03 01:19:59,528 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - HBCEFairPlay2011.03.03 01:19:59,535 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - MultiLangSystemMessageEnable2011.03.03 01:19:59,536 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - MultiLangSystemMessageAllowed2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyStartPoints2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyWeeklyPoints2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyTeamsParticipants2011.03.03 01:19:59,539 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyClassedReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyNonClassedReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyTeamReward2011.03.03 01:19:59,540 INFO    10  com.l2jserver.util.L2Properties L2Properties: Missing property for key - AltOlyMinMatchesForPoints 
someone can help me for fix them? thx
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: gameserver error

Post by Zoey76 »

Those are not errors.

That messages means that some configuration values are missing in some files and default values will be used.

Verify the following files (Your_Server_Root/gameserver/config):
Character.properties (EnchantChanceElementStone, EnchantChanceElementCrystal, EnchantChanceElementJewel, EnchantChanceElementEnergy)
General.properties (EnableBlockCheckerEvent, BlockCheckerMinTeamMembers, HBCEFairPlay)
l2jmods.properties (MultiLangSystemMessageEnable, MultiLangSystemMessageAllowed)
olympiad.properties (AltOlyStartPoints, AltOlyWeeklyPoints, AltOlyTeamsParticipants, AltOlyClassedReward, AltOlyNonClassedReward, AltOlyTeamReward, AltOlyMinMatchesForPoints)
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
darknessneo
Posts: 196
Joined: Mon Apr 26, 2010 11:00 pm

Re: gameserver error

Post by darknessneo »

right, i fixed alot of values, thx to you, but somes values doesnt not exist in somes files, like datapackroot. But, nvm, if the server use defaut values ^^
Post Reply