Jump to content
  • 0

Gameserver Error


Question

Posted

L2j Jenova rev.482,Interlude

in my gameserver is error

 

lang.NullPointerException
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.doAutoLoot(L2
PcInstance.java:4277)
        at com.jenova.gameserver.model.L2Attackable.doItemDrop(L2Attackable.java
:1267)
        at com.jenova.gameserver.model.L2Attackable.doItemDrop(L2Attackable.java
:1219)
        at com.jenova.gameserver.model.L2Attackable.calculateRewards(L2Attackabl
e.java:496)
        at com.jenova.gameserver.model.L2Character.doDie(L2Character.java:1635)
        at com.jenova.gameserver.model.actor.instance.L2NpcInstance.doDie(L2NpcI
nstance.java:2200)
        at com.jenova.gameserver.model.L2Attackable.doDie(L2Attackable.java:426)

        at com.jenova.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2
MonsterInstance.java:198)
        at com.jenova.gameserver.model.actor.status.CharStatus.reduceHp(CharStat
us.java:214)
        at com.jenova.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus
.java:45)
        at com.jenova.gameserver.model.L2Character.reduceCurrentHp(L2Character.j
ava:6048)
        at com.jenova.gameserver.model.L2Attackable.reduceCurrentHp(L2Attackable
.java:400)
        at com.jenova.gameserver.model.L2Attackable.reduceCurrentHp(L2Attackable
.java:355)
        at com.jenova.gameserver.handler.skillhandlers.Mdam.useSkill(Mdam.java:1
98)
        at com.jenova.gameserver.model.L2Character.callSkill(L2Character.java:57
55)
        at com.jenova.gameserver.model.L2Character.onMagicHitTimer(L2Character.j
ava:5469)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2061)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

 

what is it and how to fix?

 

 

 

p.s sorry for my english

10 answers to this question

Recommended Posts

  • 0
Posted

java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.SevenSignsFestival.isParticipant(SevenSignsFest
ival.java:1403)
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.isFestivalPar
ticipant(L2PcInstance.java:9001)
        at com.jenova.gameserver.skills.Formulas.calcMpRegen(Formulas.java:951)
        at com.jenova.gameserver.model.actor.status.CharStatus$RegenTask.run(Cha
rStatus.java:471)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.SevenSignsFestival.isParticipant(SevenSignsFest
ival.java:1403)
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.isFestivalPar
ticipant(L2PcInstance.java:9001)
        at com.jenova.gameserver.skills.Formulas.calcMpRegen(Formulas.java:951)
        at com.jenova.gameserver.model.actor.status.CharStatus$RegenTask.run(Cha
rStatus.java:471)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

NPC 32049 class not found
java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.util.WorldObjectSet.iterator(WorldObjectSet.java:99)
        at com.jenova.gameserver.model.L2World.getVisibleObjects(L2World.java:59
9)
        at com.jenova.gameserver.model.L2World.addVisibleObject(L2World.java:393
)
        at com.jenova.gameserver.model.L2Object.spawnMe(L2Object.java:295)
        at com.jenova.gameserver.model.L2Spawn.intializeNpcInstance(L2Spawn.java
:531)
        at com.jenova.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:448)
        at com.jenova.gameserver.model.AutoSpawnHandler$AutoSpawner.run(AutoSpaw
nHandler.java:528)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.ai.AbstractAI.clientStartAutoAttack(AbstractAI.
java:652)
        at com.jenova.gameserver.ai.L2CharacterAI.clientStartAutoAttack(L2Charac
terAI.java:55)
        at com.jenova.gameserver.model.L2Character.onMagicFinalizer(L2Character.
java:5506)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2068)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.ai.AbstractAI.clientStartAutoAttack(AbstractAI.
java:652)
        at com.jenova.gameserver.ai.L2CharacterAI.clientStartAutoAttack(L2Charac
terAI.java:55)
        at com.jenova.gameserver.model.L2Character.onMagicFinalizer(L2Character.
java:5506)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2068)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

what is this mean?

  • 0
Posted

Interlude L2jFree last

 

WARNING TradeListTable: Reference price of item 1669 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 1513 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 1515 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 359 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 360 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 361 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 362 higher then
sell price.
WARNING TradeListTable: Reference price of item 1529 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1525 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1527 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1524 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1531 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1534 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1537 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1523 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1521 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1535 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1529 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1525 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1527 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1524 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1531 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1534 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1537 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1523 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1521 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1535 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1294 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1095 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1835 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 2509 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 3947 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1831 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1833 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 6037 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1835 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 2509 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 3947 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1831 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1833 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 6037 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 5803 higher the
n sell price.
WARNING TradeListTable: Empty  buylist 7000.
WARNING TradeListTable: Empty  buylist 7001.
WARNING TradeListTable: Empty  buylist 7002.
WARNING TradeListTable: Empty  buylist 7003.
WARNING TradeListTable: Empty  buylist 7004.
WARNING TradeListTable: Empty  buylist 7005.
WARNING TradeListTable: Empty  buylist 7006.
WARNING TradeListTable: Empty  buylist 7007.
WARNING TradeListTable: Empty  buylist 7008.
WARNING TradeListTable: Empty  buylist 7009.
WARNING TradeListTable: Empty  buylist 7010.
WARNING TradeListTable: Empty  buylist 7011.
WARNING TradeListTable: Empty  buylist 7012.
WARNING TradeListTable: Empty  buylist 7013.
WARNING TradeListTable: Empty  buylist 7014.
WARNING TradeListTable: Empty  buylist 7015.
WARNING TradeListTable: Empty  buylist 7016.
WARNING TradeListTable: Empty  buylist 7017.
WARNING TradeListTable: Empty  buylist 7018.
WARNING TradeListTable: Empty  buylist 7019.
WARNING TradeListTable: Empty  buylist 7020.
WARNING TradeListTable: Empty  buylist 7021.
WARNING TradeListTable: Empty  buylist 7022.
WARNING TradeListTable: Empty  buylist 7023.
WARNING TradeListTable: Empty  buylist 7024.
WARNING TradeListTable: Empty  buylist 7025.
WARNING TradeListTable: Empty  buylist 7026.
WARNING TradeListTable: Empty  buylist 7027.
WARNING TradeListTable: Empty  buylist 7028.
WARNING TradeListTable: Empty  buylist 7029.
WARNING TradeListTable: Empty  buylist 7030.
WARNING TradeListTable: Empty  buylist 7031.
WARNING TradeListTable: Empty  buylist 7032.
WARNING TradeListTable: Empty  buylist 7033.
WARNING TradeListTable: Empty  buylist 7034.
WARNING TradeListTable: Empty  buylist 7035.
WARNING TradeListTable: Empty  buylist 7036.
WARNING TradeListTable: Empty  buylist 7037.
WARNING TradeListTable: Empty  buylist 7038.
WARNING TradeListTable: Empty  buylist 7039.
WARNING TradeListTable: Empty  buylist 7040.
WARNING TradeListTable: Empty  buylist 7041.
WARNING TradeListTable: Empty  buylist 7042.
WARNING TradeListTable: Empty  buylist 7043.
WARNING TradeListTable: Empty  buylist 7044.
WARNING TradeListTable: Empty  buylist 7045.
WARNING TradeListTable: Empty  buylist 7046.
WARNING TradeListTable: Empty  buylist 7047.
WARNING TradeListTable: Empty  buylist 7048.
WARNING TradeListTable: Empty  buylist 7049.
WARNING TradeListTable: Empty  buylist 7050.
WARNING TradeListTable: Empty  buylist 7051.
WARNING TradeListTable: Empty  buylist 7052.
WARNING TradeListTable: Empty  buylist 7053.
WARNING TradeListTable: Empty  buylist 7054.
WARNING TradeListTable: Empty  buylist 7055.
WARNING TradeListTable: Empty  buylist 7056.
WARNING TradeListTable: Empty  buylist 7057.
WARNING TradeListTable: Empty  buylist 7058.
WARNING TradeListTable: Empty  buylist 7059.
WARNING TradeListTable: Empty  buylist 7060.
WARNING TradeListTable: Empty  buylist 7061.
WARNING TradeListTable: Empty  buylist 7062.
WARNING TradeListTable: Empty  buylist 7063.
WARNING TradeListTable: Empty  buylist 7064.
WARNING TradeListTable: Empty  buylist 7065.
WARNING TradeListTable: Empty  buylist 7066.
WARNING TradeListTable: Empty  buylist 7067.
WARNING TradeListTable: Empty  buylist 7068.
WARNING TradeListTable: Empty  buylist 7069.
WARNING TradeListTable: Empty  buylist 7070.
WARNING TradeListTable: Empty  buylist 7071.
WARNING TradeListTable: Empty  buylist 7072.
WARNING TradeListTable: Empty  buylist 9999.

 

what is it and how to fix?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • General Trackers :   IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account tracker.czech-server.com Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Torrentseeds account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas invite Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Hawke.uno account Monikadesign account Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Torrentdd account Cyanbug.net invite Hhanclub.top account Wintersakura.net account Xthor account Tctg.pm account Finelite invite Agsvpt.com account Pt.0ff.cc invite Qingwapt.com account Xingtan.one account Ptcafe.club invite W-o-t.pro account Coastal-crew.bounceme.net account Darkpeers.org account Pianyuan.org account Seedpool.org  account Tempelbox account Pt.itzmx.com account Itatorrents.xyz  account Letseed.org account The-new-fun.com  account Malayabits.cc account Trellas.me account Yu-scene.net account Futuretorrent.org account Bitpt.cn account Tocashare.biz  account Videoteka.org  account White-angel.hu account Xbytesv2.li account Torr9  account Desitorrents account Okpt.net account Samaritano.cc account Polishtorrent.top  account C411.org account Bigcore.eu account BJ-Share.info account Infinitylibrary.net account Beload.org account Emuwarez.com account Yhpp.cc account Funsharing ( FSC ) account Rastastugan account Tlzdigital account account Upscalevault account Bluraytracker.cz account Torrenting.com account Infire.si account Dasunerwartete.biz invite The-torrent-trader account New-asgard.xyz account Pandapt account Deildu account Tmpt.top invite Pt.gtk.pw account Capybarabr account Media.slo-bitcloud.eu account   Movies Trackers :   Secret-cinema account Anthelion account Pixelhd account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Cathode-ray.tube account Greatposterwall account Arabicsource.net account Upload.cx account Crabpt.vip invite Onlyencodes.cc account Exyusubs account Hellashut.net invite Nordichd.sytes.net invite Locadora.cc account HD Trackers :   Blutopia buffered account Hd-olimpo buffered account Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Bearbit account Hdturk.club account Asiandvdclub account Star-space.net account Nordicq.org account Hdkyl.in account Utp.to account Hdzero account Novahd account Hdtorrents.eu account   Music Trackers :   Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos account Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account Musictorrents.org account Musebootlegs.com invite Zappateers.com account Jungleland.dnsalias.com account Naftamusic account   E-Learning Trackers :   Theplace account Thevault account Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account Pt.tu88.men invite Docspedia.world invite   TV-Trackers :   Skipthecommericals Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account   XXX - Porn Trackers :   FemdomCult account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Happyfappy.org account Kamept.com account Lesbians4u.org account Gaming Trackers : Mteam.fr account BitGamer invite Retrowithin invite Gamegamept account   Cartoon/Anime/Comic Trackers :   Animeworld account Oldtoons.world account U2.dmhy account CartoonChaos invite Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Adbt.it.cx invite Tracker.uniotaku.com account Mousebits.com account   Sports Trackers :   MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite Rgfootball.net account F1carreras.xyz account Software/Apps Trackers : Brokenstones account Appzuniverse invite Teamos.xyz account Macbb.org account   Graphics Trackers:   Forum.Cgpersia account Cgfxw account   Others   Hduse.net account Fora.snahp.eu account Board4all.biz account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account Ddl.tv account Filewarez.club account Hispamula.org account Hubwarez.tv account Ultim-zone.in account Leprosorium.ru account Planet-ultima.org account The-dark-warez.com account Koyi.pub account Tehparadox.net account Forumophilia account Torrentinvite.fr account Gmgard.com account   NZB :   Ninjacentral.co.za account Tabula-rasa.pw account Drunkenslug account Drunkenslug invite Usenet-4all account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account NZB.to account Samuraiplace account Abhdtv.net account Abook.link account Comix.pw account House-of-usenet Secretbinaries.net account Vnext.to account Stockboxx.top account Sky-of-use.net account Prices start from 3 $ to 100 $   Payment methods: Crypto, Neteller, Revolut   If you want to buy something send me a pm or contact me on:   Email: morrison2102@gmail.com   Discord: LFC4LIFE#4173   Telegram: https://t.me/LFC4LIFE4173   Skype: morrison2102@hotmail.com
    • Don't the Classic (even before 3.0) versions have some BS like one type of shots, instead of graded ones (D, C, A, etc.), and some weird runes instead of SA options? If that is the case, adjusting Classic to Interlude just because of the client will be very hard for someone alone. It's better to buy it 😄
    • 이 HTML 테이블에 TooltipInfo 태그와 항목 ID를 추가해야 합니다. 저에게 연락 주세요. 제가 도와드리겠습니다.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..