[1.12] Crashes With Latest Forge
Opened this issue ยท 28 comments
Same issue here:
java.lang.NullPointerException: Can't use a null-name for the registry, object null.
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:267)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:261)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:105)
at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:146)
at net.thedragonteam.armorplus.events.RegistryEventHandler.registerItems(RegistryEventHandler.java:130)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_RegistryEventHandler_registerItems_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:691)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:671)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:605)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
ArmorPlus 1.12-11.3.0.7-alpha should have fixed this issue, please let me know! :)
1.12 is currently broken, will be releasing an update within a few hours/minutes
Latest still crashes on launch for me.
Here's the top of the stack:
Caused by: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
at net.thedragonteam.armorplus.blocks.base.BlockBase.(BlockBase.kt)
at net.thedragonteam.armorplus.blocks.base.BlockBase.(BlockBase.kt:12)
at net.thedragonteam.armorplus.blocks.base.BlockBase.(BlockBase.kt)
at net.thedragonteam.armorplus.blocks.lava.OreLavaCrystal.(OreLavaCrystal.java:35)
at net.thedragonteam.armorplus.registry.ModBlocks.(ModBlocks.java:31)
at net.thedragonteam.armorplus.proxy.CommonProxy.preInit(CommonProxy.java:30)
at net.thedragonteam.armorplus.proxy.ClientProxy.preInit(ClientProxy.java:22)
at net.thedragonteam.armorplus.ArmorPlus.preInit(ArmorPlus.java:122)
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)
@PenguinRage78 do you have forgelin 1.5.0 installed ?
Okay, I'm so damn confused... I don't get the error... I have made sure everything is how it should be... Like wtf.. I really need some help on this one, because this shouldn't have happened even on the older version... It works 100% In dev environment and servers I have tested... I can't find the issue :/
I need at least a few more confirmations that this is fixed with latest forge, A+, tdl
As people were able to test and play in the latest version I consider this as resolved (if its not create a new issue please).
ArmorPlus 1.12-11.3.4.11-alpha Should have this issue fixed
Guys let me know if this version works as intened https://minecraft.curseforge.com/projects/armorplus/files/2451023
Requires:
- TheDragonLib 1.12-4.1.0 or later
- Forgelin
- Forge 14.21.1.2412 or later