Shadows-of-Fire / FastWorkbench

Caching recipes in the crafting table
MIT License
23 stars 17 forks source link

[Bug] Placing any wood log in the inventory crafting table, causes client side crash only. #61

Closed BastionNtB closed 3 years ago

BastionNtB commented 3 years ago

As the title says, creating a crafting table the recipe is fine, no crashes.

Minecraft: 1.16.4 Forge: 35.1.13 Mod: FastWorkbench-1.16.3-4.4.1.jar

Happened connected to a server, only client crashes, server remains up.

List of mods in error log.

Error log: https://pastebin.com/mt5j2jp9

Shadows-of-Fire commented 3 years ago

This sounds like a mod conflict, as that crash cannot happen in the presence of just FB and vanilla. If it happens with just FB/forge, then it's probably something I can fix.

BastionNtB commented 3 years ago

Yeah apparently it's any item in the table, so kinda weird.

So, it turns out it was a mod conflict. Called 'Not Enough Creativity". Not sure what the issue is, but the mod has no config so it's not like I could go through and change a setting to see what worked. If anyone else has the same error "java.lang.ClassCastException: net.minecraft.inventory.CraftingInventory cannot be cast to shadows.fastbench.gui.CraftingInventoryExt"

Might be something to look into removing. Going to close this.