Jump to content

Crash when I start my game


LQF_ByNow_

Recommended Posts

When I start my game, I get this error on fml-client-latest.log

 

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_341]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_341]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_341]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_341]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/RegistryDelegate
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.createRegistry(PersistentRegistryManager.java:141) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.access$100(PersistentRegistryManager.java:101) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager.createRegistry(PersistentRegistryManager.java:214) ~[PersistentRegistryManager.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<init>(GameData.java:72) ~[GameData.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<clinit>(GameData.java:66) ~[GameData.class:?]
	at net.minecraft.util.SoundEvent.<clinit>(SoundEvent.java:9) ~[ni.class:?]
	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:536) ~[kq.class:?]
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:341) ~[bcx.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
	... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.RegistryDelegate
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.createRegistry(PersistentRegistryManager.java:141) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.access$100(PersistentRegistryManager.java:101) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager.createRegistry(PersistentRegistryManager.java:214) ~[PersistentRegistryManager.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<init>(GameData.java:72) ~[GameData.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<clinit>(GameData.java:66) ~[GameData.class:?]
	at net.minecraft.util.SoundEvent.<clinit>(SoundEvent.java:9) ~[ni.class:?]
	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:536) ~[kq.class:?]
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:341) ~[bcx.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
	... 6 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer@561d88ee from coremod FMLCorePlugin
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253) ~[forge-1.10.2-12.18.3.2511.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.createRegistry(PersistentRegistryManager.java:141) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.access$100(PersistentRegistryManager.java:101) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager.createRegistry(PersistentRegistryManager.java:214) ~[PersistentRegistryManager.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<init>(GameData.java:72) ~[GameData.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<clinit>(GameData.java:66) ~[GameData.class:?]
	at net.minecraft.util.SoundEvent.<clinit>(SoundEvent.java:9) ~[ni.class:?]
	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:536) ~[kq.class:?]
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:341) ~[bcx.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
	... 6 more
Caused by: java.lang.IllegalArgumentException
	at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
	at org.objectweb.asm.ClassReader.<init>(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
	at net.minecraftforge.fml.common.asm.transformers.BlamingTransformer.transform(BlamingTransformer.java:51) ~[forge-1.10.2-12.18.3.2511.jar:?]
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:249) ~[forge-1.10.2-12.18.3.2511.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_341]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.createRegistry(PersistentRegistryManager.java:141) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager$PersistentRegistry.access$100(PersistentRegistryManager.java:101) ~[PersistentRegistryManager$PersistentRegistry.class:?]
	at net.minecraftforge.fml.common.registry.PersistentRegistryManager.createRegistry(PersistentRegistryManager.java:214) ~[PersistentRegistryManager.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<init>(GameData.java:72) ~[GameData.class:?]
	at net.minecraftforge.fml.common.registry.GameData.<clinit>(GameData.java:66) ~[GameData.class:?]
	at net.minecraft.util.SoundEvent.<clinit>(SoundEvent.java:9) ~[ni.class:?]
	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:536) ~[kq.class:?]
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:341) ~[bcx.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) ~[Main.class:?]
	... 6 more



Can you help me ? 

Link to comment
Share on other sites

And this just after

 

Exception in thread "Client thread" [18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at java.lang.SecurityManager.checkExit(Unknown Source)
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at java.lang.Runtime.exit(Unknown Source)
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at java.lang.System.exit(Unknown Source)
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[18:33:17] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Ok. Thanks. by the way, will this crash in any circumstances? public boolean onLeftClickEntity(ItemStack stack, Player player, Entity entity) { if (entity instanceof LivingEntity){ LivingEntity victim = (LivingEntity) entity; if(!victim.isDeadOrDying() && victim.getHealth()>0){ victim.setHealth(0); return true; } } return false; }  
    • You shouldn't be extracting the mod .jar, just place it in your mods folder.
    • so basically another rundown of my probelm. Im the admin of a 1.20.1 modded server. Were using forge 47.2.0 but tested this issue in other forge versions too on sevrer and client side. so the forge version isnt the issue. The bug happens in following instances. Were using the attacks of the jujutsucraft mod by orca normally. And for everyone that stands there nothing changes. But everyone who wasnt in the chunks before or who relogins again those chunks will appear invisible for the most part. I tried fixing this be removing and adding following mods in many combinations. Embeddium, canary, memoryleakfix, ai improvements, Krypton reforges, better chunkloading, radium reforged, embeddium plus, farsight, betterchunkloading, oculus I tested most of these mods alone and in differents combinations with each other and without the mods. What i noticed is zhat when i removed  . most invisible chunks will return or semi return. and only ine or two chunks stay invisible. I rechanged those mids mostly on the cöient side but also some in the serveside. Ir most likely isnt an issue with another non performance mod since i noticed this thing with embeddium. Ans also the problem wasnt there im the beginning of the server. Granted since then we updated some of the mods that add content and their lib mod. But i went to every big mods discord and community that we have and i didnt find someone else havinf that chunk problem. Heres the link to a video of the Problem. https://streamable.com/9v1if2     heres the link to the modlist: https://ibb.co/myF8dtX     Pleaee im foghting for months with this problem. All the performance mods kn the modlist are for sure not the issue i tested without all of them.
    • It looks like you're only setting the health if the thing you are hitting is a player.  
    • It sounds like you accidentally have two items that are both named "orange". Ensure that you give items unique names in the string when you register them. That's one of the more annoying errors to track down if you don't know what's causing it, though.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.