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 !


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

[07:52:10] INFO =================================================
[07:52:10] INFO Project Revision: ........ L2s [25428]
[07:52:10] INFO Build Revision: .......... 9275
[07:52:10] INFO Update: .................. Helios: Lord of Bifrost
[07:52:10] INFO Build date: .............. 2016.10.14 12:43
[07:52:10] INFO Compiler version: ........ 1.8.0_101-b13 (Oracle Corporation)
[07:52:10] INFO =================================================


Код:
Oct 19, 2016 5:50:22 PM com.l2scripts.sguard.utils.log.GuardLog logAuth
INFO: Account 'aalalka2016' logged in with HWID '60ba9656605311ea5cc7c5bfde102f3cfc80ae2df21fd309' and IP '94.198.131.60'
[17:50:44]  INFO FourSepulchersManager: Entry time: Wed Oct 19 17:55:44 EEST 2016
Oct 19, 2016 5:50:51 PM com.l2scripts.sguard.utils.log.GuardLog logAuth
INFO: Account 'cslalka1992' logged in with HWID '60ba9656605311ea5cc7c5bfde102f3cfc80ae2df21fd309' and IP '94.198.131.60'
[17:51:35] ERROR 
java.lang.ArrayIndexOutOfBoundsException: 1
    at gnu.trove.map.hash.TIntObjectHashMap$MapBackedView.toArray(TIntObjectHashMap.java:870)
    at java.util.ArrayList.<init>(ArrayList.java:177)
    at l2s.gameserver.model.Player.getSummons(Player.java:4583)
    at l2s.gameserver.model.Player.getAvailableSummonPoints(Player.java:11282)
    at l2s.gameserver.model.Player.getUsedSummonPoints(Player.java:11294)
    at l2s.gameserver.network.l2.s2c.MyPetSummonInfoPacket.<init>(MyPetSummonInfoPacket.java:98)
    at l2s.gameserver.model.Servitor.addPacketList(Servitor.java:884)
    at l2s.gameserver.model.Player.addVisibleObject(Player.java:4310)
    at l2s.gameserver.model.WorldRegion.addToPlayers(WorldRegion.java:150)
    at l2s.gameserver.model.World.addVisibleObject(World.java:245)
    at l2s.gameserver.model.GameObject.spawn0(GameObject.java:229)
    at l2s.gameserver.model.GameObject.spawnMe0(GameObject.java:213)
    at l2s.gameserver.model.GameObject.spawnMe(GameObject.java:204)
    at l2s.gameserver.model.Creature.spawnMe(Creature.java:5819)
    at l2s.gameserver.skills.skillclasses.Summon.summon(Summon.java:346)
    at l2s.gameserver.skills.skillclasses.Summon.onEndCast(Summon.java:176)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1186)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:577)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3659)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:346)
    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:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:51:35] ERROR 
java.lang.ArrayIndexOutOfBoundsException: 1
    at gnu.trove.map.hash.TIntObjectHashMap$MapBackedView.toArray(TIntObjectHashMap.java:870)
    at java.util.ArrayList.<init>(ArrayList.java:177)
    at l2s.gameserver.model.Player.getSummons(Player.java:4583)
    at l2s.gameserver.model.Player.getAvailableSummonPoints(Player.java:11282)
    at l2s.gameserver.model.Player.getUsedSummonPoints(Player.java:11294)
    at l2s.gameserver.network.l2.s2c.MyPetSummonInfoPacket.<init>(MyPetSummonInfoPacket.java:98)
    at l2s.gameserver.model.Servitor.addPacketList(Servitor.java:884)
    at l2s.gameserver.model.Player.addVisibleObject(Player.java:4310)
    at l2s.gameserver.model.WorldRegion.addToPlayers(WorldRegion.java:150)
    at l2s.gameserver.model.World.addVisibleObject(World.java:245)
    at l2s.gameserver.model.GameObject.spawn0(GameObject.java:229)
    at l2s.gameserver.model.GameObject.spawnMe0(GameObject.java:213)
    at l2s.gameserver.model.GameObject.spawnMe(GameObject.java:204)
    at l2s.gameserver.model.Creature.spawnMe(Creature.java:5819)
    at l2s.gameserver.skills.skillclasses.Summon.summon(Summon.java:346)
    at l2s.gameserver.skills.skillclasses.Summon.onEndCast(Summon.java:176)
    at l2s.gameserver.model.Creature.callSkill(Creature.java:1186)
    at l2s.gameserver.model.Playable.callSkill(Playable.java:577)
    at l2s.gameserver.model.Creature.onMagicUseTimer(Creature.java:3659)
    at l2s.gameserver.model.GameObjectTasks$MagicUseTask.runImpl(GameObjectTasks.java:346)
    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:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:51:35] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException: 1
java.lang.ArrayIndexOutOfBoundsException: 1
    at gnu.trove.map.hash.TIntObjectHashMap$MapBackedView.toArray(TIntObjectHashMap.java:870)
    at java.util.ArrayList.<init>(ArrayList.java:177)
    at l2s.gameserver.model.Player.getSummons(Player.java:4583)
    at l2s.gameserver.model.Player.getAvailableSummonPoints(Player.java:11282)
    at l2s.gameserver.model.Player.getUsedSummonPoints(Player.java:11294)
    at l2s.gameserver.network.l2.s2c.MyPetSummonInfoPacket.<init>(MyPetSummonInfoPacket.java:98)
    at l2s.gameserver.model.Servitor.sendPetInfoImpl(Servitor.java:791)
    at l2s.gameserver.model.Servitor.access$100(Servitor.java:79)
    at l2s.gameserver.model.Servitor$PetInfoTask.runImpl(Servitor.java:783)
    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:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:51:35] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException: 1
java.lang.ArrayIndexOutOfBoundsException: 1
    at gnu.trove.map.hash.TIntObjectHashMap$MapBackedView.toArray(TIntObjectHashMap.java:870)
    at java.util.ArrayList.<init>(ArrayList.java:177)
    at l2s.gameserver.model.Player.getSummons(Player.java:4583)
    at l2s.gameserver.model.Player.getServitorForTransfereDamage(Player.java:11658)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3843)
    at l2s.gameserver.model.Playable.reduceCurrentHp(Playable.java:366)
    at l2s.gameserver.model.Player.reduceCurrentHp(Player.java:3796)
    at l2s.gameserver.model.Creature.onHitTimer(Creature.java:3418)
    at l2s.gameserver.model.GameObjectTasks$HitTask.runImpl(GameObjectTasks.java:299)
    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:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:51:35] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException: 1
java.lang.ArrayIndexOutOfBoundsException: 1
    at gnu.trove.map.hash.TIntObjectHashMap$MapBackedView.toArray(TIntObjectHashMap.java:870)
    at java.util.ArrayList.<init>(ArrayList.java:177)
    at l2s.gameserver.model.Player.getSummons(Player.java:4583)
    at l2s.gameserver.model.Player.getServitorForTransfereDamage(Player.java:11658)
    at l2s.gameserver.model.Creature.reduceCurrentHp(Creature.java:3843)
    at l2s.gameserver.model.Playable.reduceCurrentHp(Playable.java:366)
    at l2s.gameserver.model.Player.reduceCurrentHp(Player.java:3796)
    at l2s.gameserver.model.Creature.onHitTimer(Creature.java:3418)
    at l2s.gameserver.model.GameObjectTasks$HitTask.runImpl(GameObjectTasks.java:299)
    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:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at l2s.commons.threading.PriorityThreadFactory$1.run(PriorityThreadFactory.java:35)
[17:51:36] ERROR 
java.lang.ArrayIndexOutOfBoundsException
[17:51:36] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:36] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:37] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:37] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:37] ERROR 
java.lang.ArrayIndexOutOfBoundsException
[17:51:37] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:37] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:38] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
[17:51:38] ERROR Exception: RunnableImpl.run(): java.lang.ArrayIndexOutOfBoundsException
l2gold вне форума  
Старый 28.10.2016, 13:47   #2
Core
Модератор
 
Аватар для Core
 
Регистрация: 03.06.2012
Сообщений: 4,624
По умолчанию

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


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

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

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


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


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