Open AlpacaQueen4180 opened 5 years ago
First, please pastebin your logs or at least wrap them in code blocks. Second, this bit suggests that it's in either Thermal Expansion (the objects being compared) or in RotaryCraft (the items being compared) rather than in MT:
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.FurnaceManager$ComparableItemStackFurnace id= 418303786 hashCode= 446628179 toString= cofh.thermalexpansion.util.crafting.FurnaceManager$ComparableItemStackFurnace@418303786{m:339, i:Reika.RotaryCraft.Items.ItemModOre@1046786880, v:6815}; object #2 =class cofh.thermalexpansion.util.crafting.FurnaceManager$ComparableItemStackFurnace id= 1711711052 hashCode= 446628179 toString= cofh.thermalexpansion.util.crafting.FurnaceManager$ComparableItemStackFurnace@1711711052{m:339, i:Reika.RotaryCraft.Items.ItemModOre@1046786880, v:6815}
Sorry, it's my first time using github. Since it showed up in the Minetweaker log I thought it would be related to MT. I guess I'll go ask it on Reddit or Reika's issue page. Thanks.
I added Rotarycraft and Reactorcraft to the modpack I'm playing (Divine Journey), I changed the output from Rotarycraft's own ingots (and items) to thermal expansion ones (or ones from their original mods). Everything was working until I tried putting pulverized iron into the Redstone Furnace, and found out that Redstone Furnace isn't smelting normal stuff like cobble, clay, Sandy Glass from xu, and all of the ores and dusts. Only thing that's working are the flakes, clusters from Thaumcraft, dense ores to normal ores, and some other misc stuffs. While troubleshooting I found this message in the minetweaker log:
And here's the zs file I used: https://gist.github.com/AlpacaQueen4180/0a9ef906fa6cffd1c98747287ffd4906