Enchantments Crashing

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

jcpt928

New Member
Jul 29, 2019
11
0
0
Title:
Enchantments Crashing
Launcher Version:
Latest
Modpack:
Infinity
Modpack Version:
1.11.2
Log Link:
Details of the issue:
It seems that anything related to high-level enchantments from a previous client version in an anvil causes a crash of the game. Whether it's a book or an item with a V enchantment, any attempts to add additional enchantments, repair, or use an enchantment V book causes a crash of the game. Creating a new enchantment V book seems to function properly.
 
[11:36:45] [Client thread/INFO] [FML/]: InvTweaks: net.minecraft.inventory.ContainerRepair
[11:36:45] [Client thread/INFO] [EnderCore/]: Transforming Class [net.minecraft.inventory.ContainerRepair], Method [func_82848_d]
[11:36:45] [Client thread/INFO] [EnderCore/]: Transforming net.minecraft.inventory.ContainerRepair Finished.
[11:36:45] [Client thread/INFO] [inventorytweaks/]: net.minecraft.client.gui.GuiRepair
[11:36:45] [Client thread/INFO] [inventorytweaks/]: net.minecraft.inventory.ContainerRepair
[11:36:52] [Client thread/INFO] [journeymap/]: Mapping halted in ***************\DIM0
[11:36:52] [Client thread/DEBUG] [FML/]: Reverting to frozen data state.
[11:36:52] [Client thread/INFO] [FML/]: Applying holder lookups
[11:36:52] [Client thread/WARN] [FML/]: Unable to lookup chisel:cobblestoneWall for public static com.cricketcraft.chisel.block.BlockCarvableWall com.cricketcraft.chisel.init.ChiselBlocks.cobblestoneWall. Is there something wrong with the registry?
[11:36:52] [Client thread/WARN] [FML/]: Unable to lookup chisel:obsidian2 for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.obsidian2. Is there something wrong with the registry?
[11:36:52] [Client thread/WARN] [FML/]: Unable to lookup chisel:voidstonerunic for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.voidstonerunic. Is there something wrong with the registry?
[11:36:52] [Client thread/WARN] [FML/]: Unable to lookup chisel:circuits for public static com.cricketcraft.chisel.block.BlockCarvable com.cricketcraft.chisel.init.ChiselBlocks.circuits. Is there something wrong with the registry?
[11:36:52] [Client thread/INFO] [FML/]: Holder lookups applied
[11:36:54] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// I blame Dinnerbone.

Time: 9/30/15 11:36 AM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at net.minecraft.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:348)
at net.minecraft.inventory.ContainerRepair.func_82850_a(ContainerRepair.java:536)
at net.minecraft.client.gui.GuiRepair.func_147090_g(SourceFile:115)
at net.minecraft.client.gui.GuiRepair.func_71111_a(SourceFile:160)
at net.minecraft.inventory.Container.func_75142_b(SourceFile:83)
at net.minecraft.inventory.Container.func_75130_a(SourceFile:377)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:137)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75135_a(SourceFile:464)
at net.minecraft.inventory.ContainerRepair.func_82846_b(ContainerRepair.java:488)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiRepair.func_73864_a(SourceFile:121)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at net.minecraft.inventory.ContainerRepair.func_82848_d(ContainerRepair.java:348)
at net.minecraft.inventory.ContainerRepair.func_82850_a(ContainerRepair.java:536)
at net.minecraft.client.gui.GuiRepair.func_147090_g(SourceFile:115)
at net.minecraft.client.gui.GuiRepair.func_71111_a(SourceFile:160)
at net.minecraft.inventory.Container.func_75142_b(SourceFile:83)
at net.minecraft.inventory.Container.func_75130_a(SourceFile:377)
at net.minecraft.inventory.ContainerRepair.func_75130_a(ContainerRepair.java:137)
at net.minecraft.inventory.ContainerRepair$1.func_70296_d(ContainerRepair.java:30)
at net.minecraft.inventory.InventoryBasic.func_70299_a(SourceFile:71)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:77)
at net.minecraft.inventory.Container.func_75135_a(SourceFile:464)
at net.minecraft.inventory.ContainerRepair.func_82846_b(ContainerRepair.java:488)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:193)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:504)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:453)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiRepair.func_73864_a(SourceFile:121)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiRepair

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['*************, l='MpServer', x=-88.04, y=65.62, z=246.83]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-301,64,-42), Chunk: (at 3,4,6 in -19,-3; contains blocks -304,0,-48 to -289,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 79254381 game time, 1214737 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: ******* (lots of them)
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 
As I see problem is not in enchants but in item repair.
Is new(or cheated) item tric same crash?
 
No. New items with the same enchantments do not cause such a crash. All items currently on the server are "vanilla". There has been no giving of items or use of creative items.
 
hmm, minecraft crash on item repair in anvil...
Try redownload server.
Try test same problem in single.
Post log from server.