1.17.8 crash
See original GitHub issueMinecraft version & Mod Version: 1.17.8
Single player or Server: Server
Describe problem (what you were doing / what happened):
Crash log (if any):
[09:55:23] [Server thread/WARN] [FML]: Registry EntityEntry: Override did not have an associated owner object. Name: cyclicmagic:torchbolt Value: net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry@29d39b0c [09:55:23] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details! at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:548) ~[ForgeRegistry.class:?] at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:529) ~[GameData.class:?] at net.minecraftforge.registries.GameData.freezeData(GameData.java:235) ~[GameData.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753) ~[Loader.class:?] at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) ~[FMLServerHandler.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338) ~[FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:219) ~[nz.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192]
(If this is a suggestion and not a bug report, delete all this and just write your suggestion!)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (4 by maintainers)

Top Related StackOverflow Question
I just submitted #993 that fixes this. In the meantime, you can work around the crash by either disabling at least one of
EnderTorchorTorchLauncherin the config, or by using my unofficial build that contains my fix: Cyclic-1.12.2-1.17.8+b744de7.zipIt works, started up just fine. TYVM 😄.