AgriCraft

AgriCraft

30M Downloads

Disabling Weeds causes corrupt recipe crash.

Rader2146 opened this issue ยท 14 comments

commented

AgriCraft 1.3.1

Dissabling weeds causes Hardcore Ender Expansion to force a crash due to a "corrupt recipe"

# set to false if you wish to disable weeds [default: true]
B:"Enable weeds"=false

Crash Report:
https://gist.github.com/Rader2146/150f4fe2cc7c7d24610f

Lines from fml-client-latest.log reference in the crash report:
[18:07:26] [Client thread/TRACE] [HardcoreEnderExpansion/HardcoreEnderExpansion]: Sending event FMLPostInitializationEvent to mod HardcoreEnderExpansion
[18:07:28] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <= {[minecraft]tile.fence/32767, [minecraft]item.stick/0(ore)}
[18:07:28] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <= {[minecraft]tile.fenceIron/32767, [minecraft]item.stick/0(ore)}
[18:07:28] [Client thread/TRACE] [HardcoreEnderExpansion/HardcoreEnderExpansion]: Sent event FMLPostInitializationEvent to mod HardcoreEnderExpansion

Attempted disabling the hand rake, but it still crashed just the same.

# When enabled, weeds can only be removed by using this Hand Rake tool [default: true]
B:"Enable Hand Rake"=false
commented

Has it been released yet?

commented

no sry

commented

Can you report this to the HEE guys? I don't see what I can do about this.

commented

Getting the same/similar crash with AgriCraft 1.7.10 1.3.1:

Caught exception from HardcoreEnderExpansion
java.lang.RuntimeException: A defective recipe has crashed the game! Another mod is creating recipes with non-existent blocks or items, which is a serious error that will cause item or even world loss when crafting these recipes. Corrupted recipes have been saved in the log with tag [HEE-ORB], please try to find which mod they belong to and report them to the respective modder. Then enable the 'overrideRemoveBrokenRecipes' option in Hardcore Ender Expansion and the game will start.
at net.minecraft.item.ItemStack.func_77984_f(ItemStack.java:197) ~[add.class:?]
at net.minecraft.item.ItemStack.func_77951_h(ItemStack.java:207) ~[add.class:?]

[06:30:16] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <= {[minecraft]tile.fence/32767, [minecraft]item.stick/0(ore)}
[06:30:16] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: <= {[minecraft]tile.fenceIron/32767, [minecraft]item.stick/0(ore)}
[06:30:17] [Client thread/TRACE] [HardcoreEnderExpansion/HardcoreEnderExpansion]: Sent event FMLPostInitializationEvent to mod HardcoreEnderExpansion

FML Log (refers to HEE-ORB): http://pastebin.com/87233H7g
full FTB Log (HEE-ORB- corrupted recipe): http://tny.cz/e77af372

commented

Some info got lost, there's supposed to be < null > in front of <=, github seems to remove it if there aren't spaces. Anyways, just got a notification about it.

commented

Ye this has been fixed already.

commented

Hmm, still getting the error; Maybe its from another mod? Any idea what mod is using this recipe? I can't find out which mod from the FML log

[HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: error:null <= {[minecraft]tile.fence/32767, [minecraft]item.stick/0(ore)}
[12:13:32] [Client thread/ERROR] [HardcoreEnderExpansion/HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped ore recipe: error:null <= {[minecraft]tile.fenceIron/32767, [minecraft]item.stick/0(ore)}

commented

Its fixed for the next version which hasn't been released as of yet

commented

@InfinityRaider Oh! Ok great thanks =) Any chance I can try out one of the dev builds? I can send in bug reports. Thanks for an amazing mod!

commented

Probably once I fix the Magical Crops 4 crashing I'll upload a dev build

commented

Maybe don't register recipes with items that don't exist >.> that's a great way to get some random world corruption when crafting and it's the reason HEE doesn't ignore the crash.

commented

I'm not registering any recipes with items that dont exist

commented

Okay it appears I am, sorry fixed.

commented

Yea, don't worry you aren't the first person to fall into the trap of configurable items.