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

    • tratando de crear un GvE tengo problemas con el scripts como no se mucho de esto me estoy ayudando con IA pero no puedo salir de este bache      [06:19:43]  WARN Quest GvE_AI not found! [06:19:45]  WARN Quest GvE_AI not found! [06:19:50]  WARN Quest GvE_AI not found! [06:25:51]  WARN Quest GvE_AI not found!
    • ## [1.5.5] - 2026-02-02   ### ✨ New Features - **Discord Login**: You can now sign in with your Discord account. Admins enable and configure Discord login in **cpadmin → Users** (Discord auth settings: Client ID, Client Secret, Redirect URI). If you already have an account with the same email (e.g. forum, Google, or legacy), signing in with Discord links to that account so you keep one profile. Discord login is available on Add Server, My Servers, Vote page, and Premium Ads booking. - **Setup Links**: In **cpadmin → Users**, both Google and Discord login settings now include direct links to their official developer portals (Google Cloud Console and Discord Developer Portal) for easier OAuth app setup.   ### 🔒 Security - **Email Required for Registration**: New user registration via OAuth (Forum, Google, Discord) now requires a valid email address. If the OAuth provider doesn't provide an email (e.g. unverified Discord email), registration is rejected with a clear message. This prevents anonymous accounts and ensures all users can receive important notifications.   ### 🔄 Improvements - **User Auth Badges**: In **cpadmin → Users**, the Registered Members table now shows auth method badges: **Forum**, **Google**, **Discord**, or **Legacy**. Users can have multiple badges if they've linked multiple login methods. - **Server Info Labels**: Translated server info labels (Owner Name, Language, Server Location) are now properly localized in all 5 languages (English, Spanish, Portuguese, Greek, Russian).   ---   ## [1.5.4] - 2026-02-01   ### ✨ New Features - **Google Login**: You can now sign in with your Google account. Admins enable and configure Google login in **cpadmin → Users** (Google auth settings: Client ID, Client Secret, Redirect URI). If you already have an account with the same email (e.g. forum or legacy), signing in with Google links to that account so you keep one profile. The login menu (navbar and login prompts) offers **Login with Forum Account**, **Login with Google** (when enabled), and **Create Forum Account**. Google login is available on Add Server, My Servers, Profile Settings, Vote page, and Premium Ads booking. - **Ban/Unban Members**: In **cpadmin → Users**, admins can ban or unban registered members. Banned users see a full-page message: "Sorry, you are banned from using this site." When a user is banned, all their servers are set to inactive. - **Moderator Activity Log**: **cpadmin → Moderators** now records when a moderator or admin enters the CPAdmin panel (e.g. "Moderator X entered CPAdmin panel at <time>") and when they change any cpadmin settings (only write actions are logged; read-only use is not). - **Clear Moderator Logs**: Admins can clear all moderator activity log entries via a **Clear logs** button with confirmation. Logs are shown at 100 per page with pagination. - **Filter by Moderator**: In the Moderator Activity Log, a **Filter by moderator** dropdown lets you view activity for a specific moderator or "All moderators." - **cpadmin → Users Tab**: New **Users** tab in the admin panel with Registered Members list (paginated), Google auth settings card, and per-user Ban/Unban and server links.   ### 🔄 Improvements - **cpadmin → Servers**: Each server name in the servers table is now clickable and opens that server’s info page. - **cpadmin → Users – Servers column**: The servers count/list is clickable and opens a small modal listing that user’s servers; each server name in the modal links to the server info page. - **cpadmin → Users – Search**: A search bar above the Registered Members table lets you search by **username**, **email**, or **server name**. Results are filtered on the server (paginated); clearing the search resets the list. - **Moderator Activity Log**: Pagination shows "Showing X–Y of Z" and "Page N of M" with Previous/Next when there are more than 100 entries. - **Login UI**: Login options (Forum, Google, Create account) are shown in a consistent dropdown and in modals (Add Server, My Servers, Vote, Premium Ads) for a clearer sign-in experience. - **Vote Page – Unauthenticated**: When you must log in to vote, the page now shows "Vote for [Server Name]" as the main heading and presents login options in a compact section.   ---   ## [1.5.3] - 2026-01-30   ### ✨ New Features - **File Logs in Admin Panel**: Admins can now view CodeIgniter PHP logs (api/writable/logs) directly in **cpadmin → Logs**. Select a date to view the log file, refresh to reload, or delete all log files to free up space.   ### 🔄 Improvements - **Cache System**: Full cache audit and improvements — when you clear cache in cpadmin, both backend and frontend caches are cleared. Server listings, My Servers, pricing, ad config, and chronicles all refresh with fresh data. New paid servers now appear in listings and My Servers immediately. - **Admin Panel – Server Rates**: Server rates in the admin servers table now display in compact format (e.g. x10000 → x10k, x100000 → x100k, x1000000 → x1m) for easier scanning. Hover to see the full value.
    • WTB High Five source running on Salvation/Fafurion client
    • MoMoProxy has updated more static residential proxies for USA location, anyone interested in can view: https://momoproxy.com/static-residential-proxies
  • 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..