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

    • 🎉 L2NeverPain StuckSub - GRAND OPENING 12 December 2025🎉 After beta, testing, mistakes, laughs and a lot of PvP, the moment has finally come. L2NeverPain StuckSub is officially opening its gates on 12 December 2025.   ⚔️What to expect: ✦Main Class +2 Stuck Sub system ✦Balanced PvP & custom party farm areas ✦Custom events, bosses and strong rewards ✦Competitive clan scene with castle rewards   📌Until the opening: ✦Create your clans and register them in the Clan-Register channel ✦Invite your friends / old parties / CPs ✦Stay tuned for more information (rates, events, siege times, etc.)   Get your setups ready, prepare your macros and your Discord/voice. On 12 December 2025 20:00 GMT+2, we write the first chapter of NeverPain together. 🔥 https://l2neverpain.com/ https://discord.gg/kNP3UXgkmN
    • Check my post where I shared Lucera pack, you can pick textures from there. Here is a link of datapack/srv  https://eu2.contabostorage.com/d4b39866f6bb4084b6c969ec8fe20063:kita/Lucera_Classic_Remaster/Lucera Classic Remaster Server and Datapack files.rar
    • Hi friends, does anyone have these Aden Classic textures for IL + geodata? Please ❤️  
    • New products in our store: ➡Telegram Ukraine +380 | NO USED BEFORE | CLEAR ACCOUNTS | TDATA | No Spam Block | 2FA included | Age: from 3 days | Price from $3.2 ➡Facebook OLD Account 2020–2023 | Geo: EU+ASIA | Age: 2020–2023 | Profile filled with real friends: 50+ | Email Included + 2FA included | Real accounts | Price from $4.5 ➡SORA 2 | Invite code for YOUR account or a READY ChatGPT account + Sora 2 (read the product description) | Price from $2 ➡Instagram REALLY OLD accounts (2010–2013) with/without 2FA access | Country: MIX | Submail included | Price from $4 ➡Reddit FOR ONLYFANS Karma OLD Accounts | 1,000–10,000 KARMA (your choice) | MIX IP Registered | High-Quality Accounts for ONLYFANS WORKERS | Price from $4 ➡Mail.tm (temporary mails) AutoReg Account | Mixed IPs and Mixed Gender | IMAP, POP3, and SMTP Enabled | Price from $0.005 ➡ShadowSocks, VLESS, Trojan VPN Client | Any Country of Your Choice | Works on All Devices and in Any Country (Including Russia!) | Duration: 30/90/180/360 days | Price from $3 ➡TIKTOK ADS VERIFIED ACCOUNTS | GEO: ASIA/USA/EUROPE, AFRICA, ARABIC COUNTRIES, SOUTH AMERICA | Business Verified On ASIA/USA/EUROPE Company + POSTPAY | FULL ACCESS | Price from: $20 ➡TIKTOK ADS ACCOUNTS | GEO: Europe + Australia (your choice) | Business Verified + POSTPAY + BONUS COUPON for $6000 | Manual Registration | Email access + Cookies + VAT Info | Price from: $6 ➡Telegram API/HASH USA +1 Autoreg 1+ month age TDATA + SESSION + JSON + 2FA + API/HASH ID | Price from: $0.95 ➡KYC Business Verification Services | Verification for any service | Available geo: EUROPE, USA, ASIA Companies | Price from $300 ➡Telegram USA/Canada +1 with ACTIVE PREMIUM UP TO 01.12.2025 Autoreg | Age: from 6+ months | TDATA + SESSION + JSON + 2FA + PREMIUM | Price from $0.65 ➡Telegram USA/Canada +1 with ACTIVE PREMIUM (30 DAYS) Autoreg | Age: from 6+ months | TDATA + SESSION + JSON + 2FA + PREMIUM for 30 DAYS | Price from $5 Available for purchase in our store on the website or via the Telegram bot! Active links: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store through the Telegram messenger. Other services: Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. We want to present you the current list of promotions and special offers for purchasing our service’s products and services: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — simply send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial start of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
    • New products in our store: ➡Telegram Ukraine +380 | NO USED BEFORE | CLEAR ACCOUNTS | TDATA | No Spam Block | 2FA included | Age: from 3 days | Price from $3.2 ➡Facebook OLD Account 2020–2023 | Geo: EU+ASIA | Age: 2020–2023 | Profile filled with real friends: 50+ | Email Included + 2FA included | Real accounts | Price from $4.5 ➡SORA 2 | Invite code for YOUR account or a READY ChatGPT account + Sora 2 (read the product description) | Price from $2 ➡Instagram REALLY OLD accounts (2010–2013) with/without 2FA access | Country: MIX | Submail included | Price from $4 ➡Reddit FOR ONLYFANS Karma OLD Accounts | 1,000–10,000 KARMA (your choice) | MIX IP Registered | High-Quality Accounts for ONLYFANS WORKERS | Price from $4 ➡Mail.tm (temporary mails) AutoReg Account | Mixed IPs and Mixed Gender | IMAP, POP3, and SMTP Enabled | Price from $0.005 ➡ShadowSocks, VLESS, Trojan VPN Client | Any Country of Your Choice | Works on All Devices and in Any Country (Including Russia!) | Duration: 30/90/180/360 days | Price from $3 ➡TIKTOK ADS VERIFIED ACCOUNTS | GEO: ASIA/USA/EUROPE, AFRICA, ARABIC COUNTRIES, SOUTH AMERICA | Business Verified On ASIA/USA/EUROPE Company + POSTPAY | FULL ACCESS | Price from: $20 ➡TIKTOK ADS ACCOUNTS | GEO: Europe + Australia (your choice) | Business Verified + POSTPAY + BONUS COUPON for $6000 | Manual Registration | Email access + Cookies + VAT Info | Price from: $6 ➡Telegram API/HASH USA +1 Autoreg 1+ month age TDATA + SESSION + JSON + 2FA + API/HASH ID | Price from: $0.95 ➡KYC Business Verification Services | Verification for any service | Available geo: EUROPE, USA, ASIA Companies | Price from $300 ➡Telegram USA/Canada +1 with ACTIVE PREMIUM UP TO 01.12.2025 Autoreg | Age: from 6+ months | TDATA + SESSION + JSON + 2FA + PREMIUM | Price from $0.65 ➡Telegram USA/Canada +1 with ACTIVE PREMIUM (30 DAYS) Autoreg | Age: from 6+ months | TDATA + SESSION + JSON + 2FA + PREMIUM for 30 DAYS | Price from $5 Available for purchase in our store on the website or via the Telegram bot! Active links: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store through the Telegram messenger. Other services: Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. We want to present you the current list of promotions and special offers for purchasing our service’s products and services: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — simply send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial start of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and Support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock