AppleCore

AppleCore

56M Downloads

Unable to determine registrant

Painstouch opened this issue ยท 7 comments

commented

An excerpt from the log of a custom mod pack. Instances launches successfully, posting this error for future compatibility and cleanliness.

[23:39:01] [main/ERROR] [FML/]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@6aa27802. This is a critical error and should be impossible
java.lang.Throwable
    at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:90) [FMLCommonHandler.class:?]
    at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77) [FMLCommonHandler.class:?]
    at squeek.applecore.asm.helpers.ASMHelper.isCauldron(ASMHelper.java:29) [AppleCore-mc1.7.10-1.0.0.jar:?]
    at squeek.applecore.asm.module.ModuleFoodStats.transform(ModuleFoodStats.java:29) [AppleCore-mc1.7.10-1.0.0.jar:?]
    at squeek.applecore.asm.TransformerModuleHandler.transform(TransformerModuleHandler.java:35) [AppleCore-mc1.7.10-1.0.0.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass1(Native Method) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at java.security.SecureClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass1(Native Method) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at java.security.SecureClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass1(Native Method) [?:1.7.0_67]
    at java.lang.ClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at java.security.SecureClassLoader.defineClass(Unknown Source) [?:1.7.0_67]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) [launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.7.0_67]
    at net.minecraft.client.main.Main.main(SourceFile:72) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
    at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
commented

Can you post a list of the mods you have installed? And the full log, please?

commented

That is an insanely large log (800 MB?!)... whichever mod is outputting the thousands of Before/After Transformer lines should really fix that.

Anyway, that log doesn't seem to have the actual error in it. Try checking the crash-reports folder. The reason I'm asking about the logs is that there are usually multiple errors when a core mod fails, so if you can paste any lines around that error you originally posted, that might be enough.

commented

Ohw, sorry, I forgot to disable some flags I used for troubleshooting something else. Lemme update.

commented

Updated FML above, but yes, it seems the error disappeared since last night.
Changes I made was updating to forge .1222 and disabling Mine&Blade Battlegear 2 mods.

I presume nothing that would tie in to AppleCore?

My issue with BattleGear2 is this, if you could take a quick look if it's connected: Mine-and-blade-admin/Battlegear2#124

Regardless, thanks for your effort.

commented

@Painstouch, if you're still having issues, this might be fixed by ca69767 (squeek502/ASMHelper@e96a925)

Try the latest drone.io build: https://drone.io/github.com/squeek502/AppleCore/files

commented

This seems to remove any line of the log in question.

By my knowledge, this is fixed.