Bug report moved to the new portal: Mmore.club
Detailed info: L2-scripts.com
Skype: Urchika

Our portfolio of solved reports: High Five
Our portfolio of solved reports: GOD
Our portfolio of solved reports: Classic

This forum is closed and open for viewing our work on bug reports for a long time. Thank you all !


Закрытая тема
 
Опции темы Опции просмотра
Старый 12.11.2013, 17:57   #1
l2gold
Клиент Расширенка Crusade, + Classic 2.5 + svn + New GEO
 
Регистрация: 13.04.2012
Сообщений: 2,226
По умолчанию [core] LastHero.java (FIXED)

[05:00:48] INFO =================================================
[05:00:48] INFO Project Revision: ........ L2s [8251]
[05:00:48] INFO Build Revision: .......... 1874
[05:00:48] INFO Update: .................. Chapter 2: Glory Days
[05:00:48] INFO Build date: .............. 2013.11.11 18:01
[05:00:48] INFO Compiler version: ........ 1.7.0_25-b17 (Oracle Corporation)
[05:00:48] INFO =================================================

Код:
[14:34:46] ERROR 
java.lang.NullPointerException
    at events.lastHero.LastHero.loosePlayer(LastHero.java:781)
    at events.lastHero.LastHero.onDeath(LastHero.java:687)
    at l2s.gameserver.model.actor.listener.CharListenerList.onDeath(CharListenerList.java:121)
    at l2s.gameserver.model.Creature.onDeath(Creature.java:1767)
    at l2s.gameserver.model.Player.onDeath(Player.java:3862)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1710)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3372)
    at l2s.gameserver.model.Player.onReduceCurrentHp(Player.java:3555)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3333)
    at l2s.gameserver.model.Playable.reduceCurrentHp(Playable.java:344)
    at l2s.gameserver.model.Player.reduceCurrentHp(Player.java:3489)
    at l2s.gameserver.skills.skillclasses.PDam.useSkill(PDam.java:59)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1135)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:509)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3189)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:349)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
[14:50:47]  INFO FourSepulchersManager: Entry time: Tue Nov 12 14:55:47 MSK 2013
[15:00:00]  INFO SpawnManager: spawned 686 npc; spawns: 364; group: NIGHT
[15:03:48]  INFO SpawnManager: spawned 2 npc; spawns: 2; group: gludin_mammons
[15:03:48]  INFO SpawnManager: spawned 1 npc; spawns: 1; group: gludin_mammons_priest_1
[15:33:48]  INFO SpawnManager: spawned 2 npc; spawns: 2; group: giran_mammons
[15:33:48]  INFO SpawnManager: spawned 1 npc; spawns: 1; group: giran_mammons_priest_1
[15:33:53]  INFO SpawnManager: spawned 92 npc; spawns: 92; group: magmeld_ritual
[15:35:15] ERROR 
java.lang.NullPointerException
    at events.lastHero.LastHero.loosePlayer(LastHero.java:781)
    at events.lastHero.LastHero.onDeath(LastHero.java:687)
    at l2s.gameserver.model.actor.listener.CharListenerList.onDeath(CharListenerList.java:121)
    at l2s.gameserver.model.Creature.onDeath(Creature.java:1767)
    at l2s.gameserver.model.Player.onDeath(Player.java:3862)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1710)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3372)
    at l2s.gameserver.model.Player.onReduceCurrentHp(Player.java:3555)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3333)
    at l2s.gameserver.model.Playable.reduceCurrentHp(Playable.java:344)
    at l2s.gameserver.model.Player.reduceCurrentHp(Player.java:3489)
    at l2s.gameserver.skills.skillclasses.PDam.useSkill(PDam.java:59)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1135)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:509)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3189)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:349)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
[15:35:19] ERROR 
java.lang.NullPointerException
    at events.lastHero.LastHero.loosePlayer(LastHero.java:781)
    at events.lastHero.LastHero.onDeath(LastHero.java:687)
    at l2s.gameserver.model.actor.listener.CharListenerList.onDeath(CharListenerList.java:121)
    at l2s.gameserver.model.Creature.onDeath(Creature.java:1767)
    at l2s.gameserver.model.Player.onDeath(Player.java:3862)
    at l2s.gameserver.model.Creature.doDie(Creature.java:1710)
    at l2s.gameserver.model.Creature.onReduceCurrentHp(Creature.java:3372)
    at l2s.gameserver.model.Player.onReduceCurrentHp(Player.java:3555)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3333)
    at l2s.gameserver.model.Playable.reduceCurrentHp(Playable.java:344)
    at l2s.gameserver.model.Player.reduceCurrentHp(Player.java:3489)
    at l2s.gameserver.skills.skillclasses.MDam.useSkill(MDam.java:36)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1135)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:509)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3189)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:349)
    at l2s.commons.threading.RunnableImpl.run(RunnableImpl.java:21)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
[15:35:23] ERROR 
java.lang.NullPointerException
l2gold вне форума  
Старый 13.11.2013, 19:29   #2
Core
Модератор
 
Аватар для Core
 
Регистрация: 03.06.2012
Сообщений: 4,624
По умолчанию

Исправлено. Закрыто.
__________________
Техническая поддержка L2-Scripts
Внимание: с 1 мая 2015 г. скайп технической поддержки будет: L2-scripts
старый скайп тех поддержки обслуживаться не будет !
Core вне форума  
Закрытая тема


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


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


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