Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. [18:18:06] [Server thread/WARN]: ThermalExpansion received an broken IMC from NetherOres!
  2. [18:18:06] [Server thread/WARN]: 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 cofh.thermalexpansion.util.crafting.SmelterManager$ComparableItemStackSmelter id= 439608047 hashCode= 1819 toString= cofh.thermalexpansion.util.crafting.SmelterManager$ComparableItemStackSmelter@439608047{m:0, i:net.minecraft.item.ItemMultiTexture@1821711066, v:12}; object #2 =class cofh.thermalexpansion.util.crafting.SmelterManager$ComparableItemStackSmelter id= 286214250 hashCode= 46 toString= cofh.thermalexpansion.util.crafting.SmelterManager$ComparableItemStackSmelter@286214250{m:0, i:net.minecraft.item.ItemMultiTexture@1821711066, v:12}
  3.  
  4. [18:18:06] [Server thread/WARN]: at gnu.trove.impl.hash.TObjectHash.buildObjectContractViolation(TObjectHash.java:464)
  5. [18:18:06] [Server thread/WARN]: at gnu.trove.impl.hash.TObjectHash.throwObjectContractViolation(TObjectHash.java:448)
  6. [18:18:06] [Server thread/WARN]: at gnu.trove.set.hash.THashSet.rehash(THashSet.java:172)
  7. [18:18:06] [Server thread/WARN]: at gnu.trove.impl.hash.THash.postInsertHook(THash.java:388)
  8. [18:18:06] [Server thread/WARN]: at gnu.trove.set.hash.THashSet.add(THashSet.java:112)
  9. [18:18:06] [Server thread/WARN]: at cofh.thermalexpansion.util.crafting.SmelterManager.addRecipe(SmelterManager.java:246)
  10. [18:18:06] [Server thread/WARN]: at cofh.thermalexpansion.util.IMCHandler.handleIMC(IMCHandler.java:94)
  11. [18:18:06] [Server thread/WARN]: at cofh.thermalexpansion.ThermalExpansion.loadComplete(ThermalExpansion.java:204)
  12. [18:18:06] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. [18:18:06] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. [18:18:06] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. [18:18:06] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:497)
  16. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  17. [18:18:06] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  18. [18:18:06] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. [18:18:06] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:497)
  20. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  26. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  27. [18:18:06] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. [18:18:06] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. [18:18:06] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. [18:18:06] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:497)
  31. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. [18:18:06] [Server thread/WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  37. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
  38. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
  39. [18:18:06] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324)
  40. [18:18:06] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:280)
  41. [18:18:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  42. [18:18:06] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement