L2-scripts Форум

L2-scripts Форум (http://l2-scripts.ru/forum/index.php)
-   Archive Classic (http://l2-scripts.ru/forum/forumdisplay.php?f=113)
-   -   FakeItemHolder.java:141 критично (FIXED) (http://l2-scripts.ru/forum/showthread.php?t=8235)

l2gold 07.11.2017 20:15

FakeItemHolder.java:141 критично (FIXED)
 
[15:57:44] INFO =================================================
[15:57:44] INFO Project Revision: ........ L2s [26360]
[15:57:44] INFO Build Revision: .......... 11975
[15:57:44] INFO Update: .................. Classic: Saviors (Zaken)
[15:57:44] INFO Build date: .............. 2017.11.04 00:48
[15:57:44] INFO Compiler version: ........ 1.8.0_151-b12 (Oracle Corporation)
[15:57:44] INFO =================================================

Код:

[17:30:00]  INFO spawn time Tue Nov 07 17:30:00 EET 2017 mob count 2 hour 17
[17:34:33] ERROR
java.lang.NullPointerException
    at l2s.gameserver.data.xml.holder.FakeItemHolder.getRandomItems(FakeItemHolder.java:141)
    at l2s.gameserver.utils.FakePlayerUtils.checkInventory(FakePlayerUtils.java:214)
    at l2s.gameserver.ai.FakeAI.onLevelChange(FakeAI.java:1035)
    at l2s.gameserver.model.actor.listener.PlayerListenerList.onLevelChange(PlayerListenerList.java:175)
    at l2s.gameserver.model.Player.addExpAndSp(Player.java:2266)
    at l2s.gameserver.model.Player.addExpAndCheckBonus(Player.java:2160)
    at l2s.gameserver.model.instances.MonsterInstance.calculateRewards(MonsterInstance.java:367)
    at l2s.gameserver.model.instances.MonsterInstance.onDeath(MonsterInstance.java:214)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1881)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3806)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:337)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:239)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3750)
    at l2s.gameserver.skills.skillclasses.MDam.useSkill(MDam.java:27)
    at l2s.gameserver.model.Skill.onEndCast(Skill.java:2760)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1114)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:535)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3552)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:333)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:55:56] ERROR
java.lang.NullPointerException
    at l2s.gameserver.data.xml.holder.FakeItemHolder.getRandomItems(FakeItemHolder.java:141)
    at l2s.gameserver.utils.FakePlayerUtils.checkInventory(FakePlayerUtils.java:214)
    at l2s.gameserver.ai.FakeAI.onLevelChange(FakeAI.java:1035)
    at l2s.gameserver.model.actor.listener.PlayerListenerList.onLevelChange(PlayerListenerList.java:175)
    at l2s.gameserver.model.Player.addExpAndSp(Player.java:2266)
    at l2s.gameserver.model.Player.addExpAndCheckBonus(Player.java:2160)
    at l2s.gameserver.model.instances.MonsterInstance.calculateRewards(MonsterInstance.java:367)
    at l2s.gameserver.model.instances.MonsterInstance.onDeath(MonsterInstance.java:214)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1881)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3806)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:337)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:239)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3750)
    at l2s.gameserver.skills.skillclasses.MDam.useSkill(MDam.java:27)
    at l2s.gameserver.model.Skill.onEndCast(Skill.java:2760)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1114)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:535)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3552)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:333)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:57:24] ERROR Exception: RunnableImpl.run(): java.lang.NullPointerException
java.lang.NullPointerException
    at l2s.gameserver.data.xml.holder.FakeItemHolder.getRandomItems(FakeItemHolder.java:141)
    at l2s.gameserver.utils.FakePlayerUtils.checkInventory(FakePlayerUtils.java:214)
    at l2s.gameserver.ai.FakeAI.onLevelChange(FakeAI.java:1035)
    at l2s.gameserver.model.actor.listener.PlayerListenerList.onLevelChange(PlayerListenerList.java:175)
    at l2s.gameserver.model.Player.addExpAndSp(Player.java:2266)
    at l2s.gameserver.model.Player.addExpAndCheckBonus(Player.java:2160)
    at l2s.gameserver.model.instances.MonsterInstance.calculateRewards(MonsterInstance.java:367)
    at l2s.gameserver.model.instances.MonsterInstance.onDeath(MonsterInstance.java:214)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1881)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3806)
    at l2s.gameserver.model.instances.NpcInstance.onReduceCurrentHp(NpcInstance.java:337)
    at l2s.gameserver.model.instances.MonsterInstance.onReduceCurrentHp(MonsterInstance.java:239)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3750)
    at l2s.gameserver.model.Creature.onHitTimer(Creature.java:3373)
    at l2s.gameserver.model.GameObjectTasks$HitTask.runImpl(GameObjectTasks.java:298)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:58:03]  INFO BotReportManager: Reports saved.
[18:00:00]  INFO spawn time Tue Nov 07 18:00:00 EET 2017 mob count 2 hour 18
[18:00:00]  INFO spawn time Tue Nov 07 18:00:00 EET 2017 mob count 3 hour 18
[18:12:49]  WARN Unknown client packet! State: CONNECTED, packet ID: D0
[18:12:49]  WARN Unknown client packet! State: CONNECTED, packet ID: D0
[18:12:57]  WARN Unknown client packet! State: CONNECTED, packet ID: D0
[18:12:57]  WARN Unknown client packet! State: CONNECTED, packet ID: D0

если включить ботов - сначала все хорошо, потом валит ошибка
а дальше кикает с серера и не пускает
ну в логе когда перестает пускать ошибка

[18:12:57] WARN Unknown client packet! State: CONNECTED, packet ID: D0

Eury 08.11.2017 09:05

Game Crash when player insert incorrect password
 
[15:57:44] INFO =================================================
[15:57:44] INFO Project Revision: ........ L2s [26360]
[15:57:44] INFO Build Revision: .......... 11975
[15:57:44] INFO Update: .................. Classic: Saviors (Zaken)

l2gold 08.11.2017 18:08

[04:00:00] INFO SpawnManager: spawned 392 npc; spawns: 269; group: DAY
[04:13:30] INFO BotReportManager: Reports saved.
[04:43:30] INFO BotReportManager: Reports saved.
Shutting down LS/GS communication...
Disconnecting players...

[05:13:30] INFO BotReportManager: Reports saved.
[05:43:30] INFO BotReportManager: Reports saved.
[06:13:30] INFO BotReportManager: Reports saved.
[06:30:00] INFO Daily Global Task: launched.
[06:30:00] INFO Daily Global Task: completed.
[06:43:30] INFO BotReportManager: Reports saved.
[07:00:00] INFO SpawnManager: spawned 414 npc; spawns: 269; group: NIGHT
[07:13:30] INFO BotReportManager: Reports saved.
[07:43:30] INFO BotReportManager: Reports saved.
[08:00:00] INFO SpawnManager: spawned 392 npc; spawns: 269; group: DAY
[08:13:30] INFO BotReportManager: Reports saved.
[08:43:30] INFO BotReportManager: Reports saved.
[09:13:30] INFO BotReportManager: Reports saved.
[09:43:30] INFO BotReportManager: Reports saved.
[10:13:30] INFO BotReportManager: Reports saved.
[10:43:30] INFO BotReportManager: Reports saved.
[11:00:00] INFO SpawnManager: spawned 414 npc; spawns: 269; group: NIGHT
[11:13:30] INFO BotReportManager: Reports saved.
[11:43:30] INFO BotReportManager: Reports saved.
[12:00:00] INFO SpawnManager: spawned 392 npc; spawns: 269; group: DAY
[12:13:30] INFO BotReportManager: Reports saved.
[12:43:30] INFO BotReportManager: Reports saved.
[13:13:30] INFO BotReportManager: Reports saved.
[13:43:30] INFO BotReportManager: Reports saved.
[14:13:30] INFO BotReportManager: Reports saved.
[14:43:30] INFO BotReportManager: Reports saved.
[15:00:00] INFO SpawnManager: spawned 414 npc; spawns: 269; group: NIGHT
[15:13:30] INFO BotReportManager: Reports saved.
[15:43:30] INFO BotReportManager: Reports saved.
[16:00:00] INFO SpawnManager: spawned 392 npc; spawns: 269; group: DAY

l2gold 08.11.2017 18:09

не может задисконить ботов
серв виснит не пускает
не перезагружается авторестарт

Core 09.11.2017 02:13

Fixed. Closed.


Часовой пояс GMT +4, время: 00:29.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Перевод: zCarot