Okay, so I'm trying to make my own "modpack" which consists of slapping a bunch of mods together and hoping for the best. For as far as I know the mods don't seem to clash with one another, I managed to filter those out by myself, but the game keeps crashing when it launches because of something I don't how to fix. Thanks in advance
Blocksy
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar) CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.2.jar) AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar) CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar) AstralCore (astralsorcery-1.4.5.jar)Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 11/16/17 10:28 PMDescription: Initializing game
java.lang.NullPointerException: The name to be added to the registry is null. This can only happen with a corrupted registry state. Reflection/ASM hackery? Registry bug? at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:568) at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.set(FMLControlledNamespacedRegistry.java:192) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadRegistry(PersistentRegistryManager.java:413) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.freezeData(PersistentRegistryManager.java:500) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:814) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Okay, so I'm trying to make my own "modpack" which consists of slapping a bunch of mods together and hoping for the best. For as far as I know the mods don't seem to clash with one another, I managed to filter those out by myself, but the game keeps crashing when it launches because of something I don't how to fix. Thanks in advance
Blocksy
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar) CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.2.jar) AppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar) CTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar) AstralCore (astralsorcery-1.4.5.jar)Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 11/16/17 10:28 PMDescription: Initializing game
java.lang.NullPointerException: The name to be added to the registry is null. This can only happen with a corrupted registry state. Reflection/ASM hackery? Registry bug? at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:568) at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.set(FMLControlledNamespacedRegistry.java:192) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadRegistry(PersistentRegistryManager.java:413) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.freezeData(PersistentRegistryManager.java:500) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:814) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 --Thread: Client threadStacktrace: at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:568) at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.set(FMLControlledNamespacedRegistry.java:192) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.loadRegistry(PersistentRegistryManager.java:413) at net.minecraftforge.fml.common.registry.PersistentRegistryManager.freezeData(PersistentRegistryManager.java:500) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:814) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
-- Initialization --Details:Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1767725208 bytes (1685 MB) / 3416260608 bytes (3258 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms2048m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.32 Powered by Forge 12.18.3.2511 54 mods loaded, 54 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511.jar) UCHIJA Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511.jar) UCHIJA appliedenergistics2-core{rv4-stable-1} [Applied Energistics 2 Core] (minecraft.jar) UCHIJA openmodscore{0.11.2} [OpenModsLib Core] (minecraft.jar) UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar) UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) UCHIJA appliedenergistics2{rv4-stable-1} [Applied Energistics 2] (appliedenergistics2-rv4-stable-1.jar) UCHIJA arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar) UCHIJA AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar) UCHIJA astralsorcery{1.4.5} [Astral Sorcery] (astralsorcery-1.4.5.jar) UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) UCHIJA blockarmor{2.4.8} [Block Armor] (BlockArmor-1.10.2-2.4.8.jar) UCHIJA guideapi{@[email protected]} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) UCHIJA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) UCHIJA ctm{MC1.10.2-0.2.3.26} [CTM] (CTM-MC1.10.2-0.2.3.26.jar) UCHIJA chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar) UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) UCHIJA cofhcore{4.1.12} [CoFH Core] (CoFHCore-1.10.2-4.1.12.17-universal.jar) UCHIJA cyclopscore{0.10.10} [Cyclops Core] (CyclopsCore-1.9.4-0.10.10.jar) UCHIJA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar) UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.5.jar) UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) UCHIJA ironbackpacks{1.10.2-2.2.36} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.36.jar) UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) UCHIJA journeymap{1.10.2-5.5.2} [JourneyMap] (journeymap-1.10.2-5.5.2.jar) UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) UCHIJA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-226.jar) UCHIJA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-226.jar) UCHIJA mysticalagriculture{1.5.9} [Mystical Agriculture] (mysticalagriculture-1.10.2-1.5.9.jar) UCHIJA mysticalmfrcompat{1.0.0} [Mystical MFR Compat] (mysticalmfrcompat[1.10.2]-1.0.0a.jar) UCHIJA openmods{0.11.2} [OpenModsLib] (OpenModsLib-1.10.2-0.11.2.jar) UCHIJA openblocks{1.7.2} [OpenBlocks] (OpenBlocks-1.10.2-1.7.2.jar) UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar) UCHIJA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar) UCHIJA roots{0.208} [Roots] (roots-0.208.jar) UCHIJA RTG{4.2.0.0-snapshot-5} [Realistic Terrain Generation] (RTG-1.10.2-4.2.0.0-snapshot-5.jar) UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) UCHIJA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar) UCHIJA thermaldynamics{2.0.11} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.11.19-universal.jar) UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJA VeinMiner{0.38.1_1.9-5587fc8} [Vein Miner] (VeinMiner-1.9-0.38.1.618+5587fc8.jar) UCHIJA VeinMinerModSupport{0.38.1_1.9-5587fc8} [Mod Support] (VeinMiner-1.9-0.38.1.618+5587fc8.jar) UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) UCHIJA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar) Loaded coremods (and transformers): CoFH Loading Plugin (CoFHCore-1.10.2-4.1.12.17-universal.jar) cofh.asm.CoFHClassTransformer cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManagerCCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.CCL_ASMTransformerOpenModsCorePlugin (OpenModsLib-1.10.2-0.11.2.jar) openmods.core.OpenModsClassTransformerAppEngLoadingPlugin (appliedenergistics2-rv4-stable-1.jar) appeng.coremod.transformer.IntegrationTransformerFMLPlugin (InventoryTweaks-1.61-58.jar) invtweaks.forge.asm.ContainerTransformerArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar) am2.asm.TransformerCTMCorePlugin (CTM-MC1.10.2-0.2.3.26.jar) team.chisel.ctm.client.asm.CTMTransformerAstralCore (astralsorcery-1.4.5.jar) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13476 Compatibility Profile Context 22.19.171.257' Renderer: 'AMD Radeon R7 200 Series' OpenModsLib class transformers: [pre_world_render_hook:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:ENABLED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] AE2 Version: stable rv4-stable-1 for Forge 12.18.3.2185 minefactoryreloaded: -[1.10.2]2.9.0B1-226 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - WailaIntegration (Enabled/Not Forced)
CodeChickenLib Invalid Fingerprint Reports: AE2 Integration: IC2:OFF, RF:ON, RFItem:ON, Waila:ON, JEI:ON, THE_ONE_PROBE:OFF Launched Version: forge-12.18.3.2511 LWJGL: 2.9.4 OpenGL: AMD Radeon R7 200 Series GL version 4.5.13476 Compatibility Profile Context 22.19.171.257, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing.Using GL 1.3 texture combiners.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Shaders are available because OpenGL 2.1 is supported.VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz