Buggs

Issue #875 resolved
Buggyz created an issue

Hi,

I have logging buggs, here the logging:

MSG: [CONFIG] Key not found: hotel.welcome.alert.delay MSG: [TEXTS] Text key not found: commands.description.cmd_allow_trading

-> do you have any sql code for this?

and last: java.lang.IllegalArgumentException: Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in java.lang.Object.equals()) but their hashCodes (or those calculated by your TObjectHashingStrategy) are not equal.This violates the general contract of java.lang.Object.hashCode(). See bullet point two in that method's documentation. object #1 =class java.lang.String id= 1583891704 hashCode= 102664 toString= gst; object #2 =class java.lang.String id= 1583891704 hashCode= 102664 toString= gst [Warning] apparent concurrent modification of the key set. Size before and after rehash() do not match 2 vs 1Inserting same object twice, rehashing bug. Object= gst at gnu.trove.impl.hash.TObjectHash.buildObjectContractViolation(TObjectHash.java:464) at gnu.trove.impl.hash.TObjectHash.throwObjectContractViolation(TObjectHash.java:448) at gnu.trove.map.hash.THashMap.rehash(THashMap.java:403) at gnu.trove.impl.hash.THash.postInsertHook(THash.java:388) at gnu.trove.map.hash.THashMap.doPut(THashMap.java:178) at gnu.trove.map.hash.THashMap.put(THashMap.java:145) at com.eu.habbo.habbohotel.pets.Pet.updateGesture(Pet.java:907) at com.eu.habbo.habbohotel.pets.Pet.cycle(Pet.java:245) at com.eu.habbo.habbohotel.rooms.Room.cycle(Room.java:1803) at com.eu.habbo.habbohotel.rooms.Room.access$000(Room.java:76) at com.eu.habbo.habbohotel.rooms.Room$3.run(Room.java:1168) at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:52) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) at java.lang.Thread.run(Unknown Source)

Comments (4)

  1. Log in to comment