Crash when equipping any of the gadgets [E2E]
See original GitHub issueI crash when I equip the building gadget, only fix is to not use it or get rid of the mod. Ironically, I get the same crash with builders wand
E2E modpack. I wasn’t always having issues with it, I successfully used it for an entire schematic copy and paste, as well as tons of building-to-me and plane block placements before this.
(Builder wand crash looks like this)
java.lang.ArrayIndexOutOfBoundsException: 45 at cofh.core.gui.container.InventoryContainerItemWrapper.func_70301_a(InventoryContainerItemWrapper.java:142) at net.minecraftforge.items.wrapper.InvWrapper.getStackInSlot(InvWrapper.java:68) at portablejim.bbw.containers.handlers.HandlerCapability.countItems(HandlerCapability.java:28) at portablejim.bbw.containers.ContainerManager.countItems(ContainerManager.java:55) at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:69) at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:81) at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:53)
Issue Analytics
- State:
- Created 4 years ago
- Comments:14
Top GitHub Comments
That’s fine, thanks for confirming. It’s an issue with how our mod sees the Resonant Satchel, I think I can fix it pretty easily though 👍
Please find attached a link to a possible mod that may have been causing this crash https://github.com/Direwolf20-MC/BuildingGadgets/issues/280#issuecomment-490269049