Вот такая ошибка появилась утром - в данный момент на сервере ни кого не было:
[09:02:41] INFO InstantZoneHolder: loaded 80 instant zone(s) count.
Exception in thread "main" java.lang.ExceptionInInitializerError
at l2s.gameserver.data.xml.Parsers.parseAll(Parsers.j ava:70)
at l2s.gameserver.GameServer.<init>(GameServer.java:1 91)
at l2s.gameserver.GameServer.main(GameServer.java:385 )
Caused by: java.lang.NullPointerException
at l2s.gameserver.geodata.GeoEngine.getGeoBlockFromGe oCoords(GeoEngine.java:1342)
at l2s.gameserver.geodata.GeoEngine.applyGeoCollision (GeoEngine.java:1935)
at l2s.gameserver.model.instances.DoorInstance.setGeo Open(DoorInstance.java:481)
at l2s.gameserver.model.instances.DoorInstance.closeM e(DoorInstance.java:306)
at l2s.gameserver.model.instances.DoorInstance.onSpaw n(DoorInstance.java:379)
at l2s.gameserver.model.GameObject.spawn0(GameObject. java:251)
at l2s.gameserver.model.GameObject.spawnMe0(GameObjec t.java:233)
at l2s.gameserver.model.GameObject.spawnMe(GameObject .java:224)
at l2s.gameserver.model.Creature.spawnMe(Creature.jav a:4796)
at l2s.gameserver.model.entity.Reflection.init(Reflec tion.java:648)
at l2s.gameserver.instancemanager.ReflectionManager.< init>(ReflectionManager.java:48)
at l2s.gameserver.instancemanager.ReflectionManager.< clinit>(ReflectionManager.java:24)
... 3 more
|