You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SEVERE] The mod from file EE2ClientV1.4.6.5.jar has failed to load. This is likely a mod installation error.
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Minecraft Forge: Interface check in registerSoundHandler, remove it Mods should be updated
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:119)
at cpw.mods.fml.common.Loader.preModInit(Loader.java:239)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:617)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.RuntimeException: Minecraft Forge: Interface check in registerSoundHandler, remove it Mods should be updated
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:476)
at forge.MinecraftForgeClient.checkMinecraftVersion(MinecraftForgeClient.java:187)
at forge.MinecraftForgeClient.registerSoundHandler(MinecraftForgeClient.java:68)
at mod_EE.<init>(mod_EE.java:180)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:110)
... 6 more
[SEVERE] A critical error has occurred.
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Minecraft Forge: Interface check in registerSoundHandler, remove it Mods should be updated
at cpw.mods.fml.common.Loader.preModInit(Loader.java:244)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:617)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Thread.java:750)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Minecraft Forge: Interface check in registerSoundHandler, remove it Mods should be updated
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:119)
at cpw.mods.fml.common.Loader.preModInit(Loader.java:239)
... 5 more
Caused by: java.lang.RuntimeException: Minecraft Forge: Interface check in registerSoundHandler, remove it Mods should be updated
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:476)
at forge.MinecraftForgeClient.checkMinecraftVersion(MinecraftForgeClient.java:187)
at forge.MinecraftForgeClient.registerSoundHandler(MinecraftForgeClient.java:68)
at mod_EE.<init>(mod_EE.java:180)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:110)
... 6 more
[SEVERE] 42 mods loaded
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Thread.java:750)
[SEVERE] A critical error has occurred.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Thread.java:750)
otherwise, on plain Forge, after joining a world:
java.lang.RuntimeException: Minecraft Forge: Interface check in onPlaySoundAtEntity, remove it Mods should be updated
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:476)
at forge.MinecraftForgeClient.checkMinecraftVersion(MinecraftForgeClient.java:187)
at forge.ForgeHooksClient.onPlaySoundAtEntity(ForgeHooksClient.java:530)
at xd.a(World.java:1473)
at acq.aZ(EntityLiving.java:427)
at acq.B(EntityLiving.java:443)
at nn.J_(Entity.java:352)
at acq.J_(EntityLiving.java:654)
at xd.a(World.java:2196)
at xd.f(World.java:2167)
at xd.n(World.java:2049)
at net.minecraft.client.Minecraft.k(Minecraft.java:1871)
at net.minecraft.client.Minecraft.x(Minecraft.java:825)
at net.minecraft.client.Minecraft.run(Minecraft.java:753)
at java.lang.Thread.run(Thread.java:750)
[SEVERE] A critical error has occurred.
java.lang.RuntimeException: Minecraft Forge: Interface check in onPlaySoundAtEntity, remove it Mods should be updated
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:476)
at forge.MinecraftForgeClient.checkMinecraftVersion(MinecraftForgeClient.java:187)
at forge.ForgeHooksClient.onPlaySoundAtEntity(ForgeHooksClient.java:530)
at xd.a(World.java:1473)
at acq.aZ(EntityLiving.java:427)
at acq.B(EntityLiving.java:443)
at nn.J_(Entity.java:352)
at acq.J_(EntityLiving.java:654)
at xd.a(World.java:2196)
at xd.f(World.java:2167)
at xd.n(World.java:2049)
at net.minecraft.client.Minecraft.k(Minecraft.java:1871)
at net.minecraft.client.Minecraft.x(Minecraft.java:825)
at net.minecraft.client.Minecraft.run(Minecraft.java:753)
at java.lang.Thread.run(Thread.java:750)
The text was updated successfully, but these errors were encountered:
notdevcody
changed the title
lwjglframepatch causes 1.2.5 Forge with EE2 causes a crash
lwjglframepatch on 1.2.5 Forge causes a crash
Nov 16, 2024
With mods like EE2, it crashes on startup:
otherwise, on plain Forge, after joining a world:
The text was updated successfully, but these errors were encountered: