This is the console for a game-server loading. It is based in Java and MySQL. I am interested in the lines 'Loading Map...1472' through 'Server Terminated'
Does any of the error stuff after that make sense to someone familiar with Java?
Starting LineageDc Server.
Loading gameserver config.
loading Version config
Loading Rates config.
Loading AltSettings config.
Loading CharSettings config.
Loading PcCommandSettings config.
=================================================
L1DC Datapack Version: 667
L1DC Server Version: 667
Port = 2000 opened
Ip internal = 127.0.0.1 ready
Ip external = * ready
XP = 2000.0
Lawful = 12.0
Karma = 55.0
Drop = 55.0
Adena = 55.0
Global Chat Lvl = 40
PvP = On
IngameNews: Loaded 1 ingamenews.
IngameNews = On
Max Online Users : 30
IDFactory current max ID: 268435456
Loading Map...1472
java.lang.ArrayIndexOutOfBoundsException: 1472
at l1j.server.server.TextMapReader.read(Unknown Source)
at l1j.server.server.TextMapReader.read(Unknown Source)
at l1j.server.server.model.map.L1WorldMap.<init>(Unknown Source)
at l1j.server.server.model.map.L1WorldMap.getInstance(Unknown Source)
at l1j.server.server.GameServer.initialize(Unknown Source)
at l1j.server.Server.main(Unknown Source)
server terminated
Press any key to continue . . .
it should just look like this:
Loading Map... Ok!
Spawning Mob... Ok!
Loading NPCAction... Ok!
Loading Boss Cycle... Ok!
Database Tables Loaded Successfully!
Server Started. Memory Used: 105 MB
Waiting for Connections!
(Note: This is output, not actually code, so disregard highlighted functions)
Thank you for your educated help!
I just dont have time to learn another language for a side-project like this, hehe. If need be I can post the contents of the files that the error messages reference, they are none so long as the output I posted above.