Advertisement
Tsyklop

Tweaked Inventory Tweaks Error

Nov 23rd, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. [07:39:22] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
  2. [07:39:22] [main/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
  3. [07:39:22] [main/ERROR] [LaunchWrapper]: Unable to launch
  4. java.lang.reflect.InvocationTargetException
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  8. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  9. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  10. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_66]
  14. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_66]
  15. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
  16. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) [NewLaunch.jar:?]
  17. at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
  18. at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
  19. Caused by: java.lang.NoClassDefFoundError: net/minecraft/inventory/Container
  20. at net.minecraft.item.ItemStack.func_77953_t(ItemStack.java) ~[add.class:?]
  21. at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:766) ~[add.class:?]
  22. at net.minecraft.stats.StatList.func_151181_c(StatList.java:119) ~[pp.class:?]
  23. at net.minecraft.stats.StatList.func_151178_a(StatList.java:58) ~[pp.class:?]
  24. at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:359) ~[kl.class:?]
  25. at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
  26. at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
  27. ... 14 more
  28. Caused by: java.lang.ClassNotFoundException: net.minecraft.inventory.Container
  29. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_66]
  31. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_66]
  32. at net.minecraft.item.ItemStack.func_77953_t(ItemStack.java) ~[add.class:?]
  33. at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:766) ~[add.class:?]
  34. at net.minecraft.stats.StatList.func_151181_c(StatList.java:119) ~[pp.class:?]
  35. at net.minecraft.stats.StatList.func_151178_a(StatList.java:58) ~[pp.class:?]
  36. at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:359) ~[kl.class:?]
  37. at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
  38. at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
  39. ... 14 more
  40. Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file net/minecraft/inventory/Container
  41. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_66]
  42. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_66]
  43. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_66]
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  45. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_66]
  46. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_66]
  47. at net.minecraft.item.ItemStack.func_77953_t(ItemStack.java) ~[add.class:?]
  48. at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:766) ~[add.class:?]
  49. at net.minecraft.stats.StatList.func_151181_c(StatList.java:119) ~[pp.class:?]
  50. at net.minecraft.stats.StatList.func_151178_a(StatList.java:58) ~[pp.class:?]
  51. at net.minecraft.init.Bootstrap.func_151354_b(SourceFile:359) ~[kl.class:?]
  52. at net.minecraft.client.Minecraft.<init>(Minecraft.java:287) ~[bao.class:?]
  53. at net.minecraft.client.main.Main.main(SourceFile:129) ~[Main.class:?]
  54. ... 14 more
  55. [07:39:23] [main/INFO] [STDERR]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:313]: Failed to start Minecraft:
  56. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.reflect.InvocationTargetException
  57. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)
  61. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  62. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  63. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  64. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at org.multimc.EntryPoint.main(EntryPoint.java:54)
  65. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: cpw.mods.fml.relauncher.FMLSecurityManager$ExitTrappedException
  66. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:25)
  67. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
  68. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
  69. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
  70. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  71. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  72. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 8 more
  73. [07:39:23] [main/INFO] [STDOUT]: [org.multimc.EntryPoint:main:57]: Exiting with -1
  74. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.ArrayIndexOutOfBoundsException: 5
  75. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:21)
  76. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
  77. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Runtime.exit(Unknown Source)
  78. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.System.exit(Unknown Source)
  79. [07:39:23] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at org.multimc.EntryPoint.main(EntryPoint.java:58)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement