Advertisement
DeleteMetaInf

TickCentral

Sep 5th, 2022
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. [11:00:57] [Client thread/ERROR]: Unable to launch
  2. java.lang.reflect.InvocationTargetException: null
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  6. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  7. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  8. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  9. Caused by: java.lang.NoClassDefFoundError: net/minecraft/block/BlockSoulSand
  10. at net.minecraft.block.Block.func_149671_p(Block.java:2435) ~[aow.class:?]
  11. at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498) ~[ni.class:?]
  12. at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
  13. at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
  14. ... 6 more
  15. Caused by: java.lang.ClassNotFoundException: net.minecraft.block.BlockSoulSand
  16. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  17. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
  18. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
  19. at net.minecraft.block.Block.func_149671_p(Block.java:2435) ~[aow.class:?]
  20. at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498) ~[ni.class:?]
  21. at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
  22. at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
  23. ... 6 more
  24. Caused by: java.lang.ClassFormatError: Duplicate method name "TickCentral_TrueUpdateTick" with signature "(Lnet.minecraft.world.World;Lnet.minecraft.util.math.BlockPos;Lnet.minecraft.block.state.IBlockState;Ljava.util.Random;)V" in class file net/minecraft/block/BlockSoulSand
  25. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_312]
  26. at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_312]
  27. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_312]
  28. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
  31. at net.minecraft.block.Block.func_149671_p(Block.java:2435) ~[aow.class:?]
  32. at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:498) ~[ni.class:?]
  33. at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
  34. at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
  35. ... 6 more
  36. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  37. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
  38. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
  39. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Runtime.exit(Runtime.java:107)
  40. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.System.exit(System.java:973)
  41. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  42. [11:00:57] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement