Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lwjglframepatch on 1.2.5 Forge causes a crash #18

Open
notdevcody opened this issue Nov 9, 2024 · 0 comments
Open

lwjglframepatch on 1.2.5 Forge causes a crash #18

notdevcody opened this issue Nov 9, 2024 · 0 comments
Labels
bug Something isn't working develop Related to the develop branch

Comments

@notdevcody
Copy link
Collaborator

notdevcody commented Nov 9, 2024

With mods like EE2, it crashes on startup:

[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)
@notdevcody 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
@notdevcody notdevcody added bug Something isn't working develop Related to the develop branch labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working develop Related to the develop branch
Projects
None yet
Development

No branches or pull requests

1 participant