[1.7.10] Crash with binniefixes
Neuromantix opened this issue ยท 10 comments
Forestry 4.2.16.64 minecraft 1.7.10 no binie patcher
Crash
Log https://pastebin.com/mnRT7c8U
2.14 with patcher works good
binniefixes{1.0.1} [More Binnie Fixes] (minecraft.jar)
Remove this. Is the problem resolved?
@mezz MoreBinnieFixes resolved this issue. I wrote message to author.
Please report this to binniefixes, they can include their fixes in the actual mod with a PR here.
Hello. I am the author of More Binnie Fixes. My apologies for taking so long to reply. KorDum had left a message for me some time ago. Entirely my fault. The cause of the crash has already been traced - related to Binnie's code referencing unregistered items when certain modules in Forestry are turned off in config. The fix for it is pretty simple; just a check to see if the modules are turned on before using items in recipes.
I would be happy to roll my fixes into this repo. I will work on a PR today.
Cheers
Addendum: it's unsurprising my mod would cause a crash with this repo. It is a class editor, meant to inject changes into Binnie's classes during load. The changes were somewhat surgical and relied on Binnie's last official release of his mods. Further changes to his code would have rendered More Binnie Fixes incompatible when Forestry team took over support of his mods. The log shared by @Neuromantix shows problems with the stack during load of the Genetics class - which is indicative of a problem with the instruction changes my mod applies. @mezz is correct in that applying the changes to managed code here should clear this up.
Without More Binnie Fixes works good (game and world loaded, but I don't make all of blocks ingame tests)
@CombatZAK big thanks for reply!
@Neuromantix, More Binnie Fixes repairs a startup crash related to running Binnie's mods with Forestry Butterflies module disabled. If you are getting past startup with More Binnie Fixes removed, I assume you have not disabled Butterflies. So you can work around this issue by removing my mod from your environment - there should be no ill effects for doing so.
(Originally posted in incorrect GitHub profile, that's what I get for posting from the office)
PR #201 submitted for review at your convenience. When this gets merged and released, I will make a note on my curse page that More Binnie Fixes is deprecated.