VikeStep/sprinkles_for_vanilla

Forge loading crash in 1.8.9 modpack

Closed this issue · 6 comments

Hi, im a modpack creator, i want to use you mod in one of my modpacks, but it seems to crash with it. I leave the log here so you can check it.

fml-client-latest.txt

Looks like the same incompatibility with AppleCore that exists in 1.7.10. See squeek502/AppleCore#45 (comment)

Not sure when it'll get fixed. For now, you'll have to remove either sprinkles_for_vanilla or AppleCore.

So, is this a problem in my mod, ASMHelper or AppleCore @squeek502

This seems to be a problem with cross-mod compatibility between sprinkles_for_vanilla and AppleCore. (I am not familiar with ASMHelper, and I don't know if it can do anything to help).

The problem is that both of your mods are transforming the BlockSapling and BlockCrops classes, and either Java or ASM does not seem to like that. (sprinkles_for_vanilla, AppleCore) Passing the command line flag -noverify to the launcher though, allows Minecraft to start normally on 1.7.10. I've tested bone-mealing crops in creative, during day, and during night, and the game did not crash. (I haven't tested neither the functionality of both mods, nor the blocks' ability to grow in survival mode. Using this workaround is a bad idea because -noverify requires additional work to set up, looks scary to normal players, and might help circumvent any forge security.

A good solution would be to detect AppleCore and:

Just wanted to stop in here and confirm this. I have run Sprinkles for Vanilla for a long time now, and adding AppleCore caused a crash. I'd really like to see a fix as I am not fond of random forest fires, Enderman griefing and mob crop trampling. :)

@mcgraj3 @VikeStep This will be fixed in the next version of AppleCore.

Thanks @squeek502, I will close this issue. If it occurs again @mcgraj3 please reopen it. Thank you.