Advertisement
TheElepBoy

Untitled

Aug 14th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. [13:10:27] [Client thread/INFO] [Quark ASM]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
  2. [13:10:27] [Client thread/INFO] [Quark ASM]: Located Method, patching...
  3. [13:10:27] [Client thread/INFO] [Quark ASM]: Patch result: false
  4. [13:10:27] [Client thread/ERROR] [LaunchWrapper]: Unable to launch
  5. java.lang.reflect.InvocationTargetException: null
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  9. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
  10. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  11. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171]
  15. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171]
  16. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
  17. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
  18. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
  19. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
  20. Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.init.Items
  21. at net.minecraft.potion.PotionHelper.func_185207_a(PotionHelper.java:154) ~[akh.class:?]
  22. at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:504) ~[ni.class:?]
  23. at net.minecraft.client.Minecraft.<init>(Minecraft.java:365) ~[bib.class:?]
  24. at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
  25. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement