Показать сообщение отдельно
Старый 19.01.2016, 10:58   #1
ErichKrause
Клиент High Five + ГЕО до 1 марта
 
Регистрация: 26.11.2015
Сообщений: 7
По умолчанию Ошибки консоли (FIXED)

INFO gameserver.GameServer: =================================================
INFO gameserver.GameServer: Project Revision: ........ L2s [14718]
INFO gameserver.GameServer: Build Revision: .......... 1133
INFO gameserver.GameServer: Update: .................. High Five: Part 5
INFO gameserver.GameServer: Build date: .............. 2016.01.17 18:17
INFO gameserver.GameServer: Compiler version: ........ 1.8.0_60-b27 (Oracle Corporation)
INFO gameserver.GameServer: =================================================

Код:
ERROR c2s.RequestBypassToServer: Bad RequestBypassToServer: _diary?class=102&page=1 via NPC #31690
java.lang.NullPointerException
	at l2s.gameserver.model.entity.Hero.showHeroDiary(Hero.java:414)
	at l2s.gameserver.network.l2.c2s.RequestBypassToServer.runImpl(RequestBypassToServer.java:143)
	at l2s.gameserver.network.l2.c2s.L2GameClientPacket.run(L2GameClientPacket.java:50)
	at l2s.commons.net.nio.impl.MMOExecutableQueue.run(MMOExecutableQueue.java:56)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
Код:
ERROR threading.RunnableImpl: Exception: RunnableImpl.run(): java.lang.NullPointerException
java.lang.NullPointerException
	at l2s.gameserver.model.entity.events.impl.FortressSiegeEvent.checkForAttack(FortressSiegeEvent.java:459)
	at l2s.gameserver.model.Playable.isCtrlAttackable(Playable.java:419)
	at l2s.gameserver.model.Playable.isAutoAttackable(Playable.java:404)
	at l2s.gameserver.network.l2.s2c.RelationChanged.update(RelationChanged.java:89)
	at l2s.gameserver.model.Player.broadcastCharInfoImpl(Player.java:2999)
	at l2s.gameserver.model.Player.access$300(Player.java:340)
	at l2s.gameserver.model.Player$BroadcastCharInfoTask.runImpl(Player.java:2915)
	at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
Код:
ERROR threading.RunnableImpl: 
java.lang.NullPointerException
	at l2s.gameserver.model.entity.events.impl.FortressSiegeEvent.checkForAttack(FortressSiegeEvent.java:459)
	at l2s.gameserver.model.Playable.isCtrlAttackable(Playable.java:419)
	at l2s.gameserver.model.Playable.isAutoAttackable(Playable.java:404)
	at l2s.gameserver.network.l2.s2c.RelationChanged.update(RelationChanged.java:89)
	at l2s.gameserver.model.Player.addPacketList(Player.java:4248)
	at l2s.gameserver.model.Player.addVisibleObject(Player.java:4199)
	at l2s.gameserver.model.WorldRegion.addToPlayers(WorldRegion.java:144)
	at l2s.gameserver.model.World.addVisibleObject(World.java:250)
	at l2s.gameserver.model.GameObject.setXYZ(GameObject.java:191)
	at l2s.gameserver.model.Creature.setXYZ(Creature.java:5021)
	at l2s.gameserver.model.Creature.setLoc(Creature.java:5004)
	at l2s.gameserver.model.Creature$MoveNextTask.runImpl(Creature.java:225)
	at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
ErichKrause вне форума