SoBasicallySeth_

MC Crash

Apr 25th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Uh... Did I do that?
  3.  
  4. Time: 25/04/19 17:54
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.settings.KeyBinding.field_74512_d from class invtweaks.InvTweaksObfuscation
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
  10. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.settings.KeyBinding.field_74512_d from class invtweaks.InvTweaksObfuscation
  21. at invtweaks.InvTweaksObfuscation.getKeyBindingForwardKeyCode(InvTweaksObfuscation.java:102)
  22. at invtweaks.InvTweaksHandlerShortcuts.loadShortcuts(InvTweaksHandlerShortcuts.java:76)
  23. at invtweaks.InvTweaksConfigManager.loadConfig(InvTweaksConfigManager.java:144)
  24. at invtweaks.InvTweaksConfigManager.makeSureConfigurationIsLoaded(InvTweaksConfigManager.java:59)
  25. at invtweaks.InvTweaks.<init>(InvTweaks.java:107)
  26. at invtweaks.forge.ClientProxy.init(ClientProxy.java:52)
  27. at invtweaks.forge.InvTweaksMod.init(InvTweaksMod.java:40)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:498)
  32. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  33. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  37. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  41. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  42. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  48. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  49. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  50. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  51. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  52. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  53. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  54. ... 10 more
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.7.10
  63. Operating System: Mac OS X (x86_64) version 10.14.4
  64. Java Version: 1.8.0_74, Oracle Corporation
  65. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 339892488 bytes (324 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
  67. JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  68. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 21 mods loaded, 21 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  73. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  74. UCHI Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  75. UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  76. UCHI NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  77. UCHI flansmod{4.10.0} [Flan's Mod] (Flan's Mod.jar)
  78. UCHI hbm{1.0.27 BETA (3062)} [Hbm's Nuclear Tech] (Hbm's Nuclear Tech.jar)
  79. UCHE inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (Inventory Tweaks.jar)
  80. UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle.jar)
  81. UCHI ForgeMultipart{1.1.2.331} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  82. UCHI Mekanism{9.1.1} [Mekanism] (Mekanism.jar)
  83. UCHI MekanismGenerators{9.1.1} [MekanismGenerators] (MekanismGenerators.jar)
  84. UCHI MekanismTools{9.1.1} [MekanismTools] (MekanismTools.jar)
  85. UCHI mw{1.11.4.1-beta} [Modern Warfare] (Modern Warfare.jar)
  86. UCHI RentServer{1.0} [�l�2Rent Server Mod] (RentServerMod.jar)
  87. UCHI TwilightForest{2.3.7} [The Twilight Forest] (The Twilight Forest.jar)
  88. UCHI Waila{1.5.7} [Waila] (Waila.jar)
  89. UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (Tinkers' Construct.jar)
  90. UCHI cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (�9MrCrayfish's Furniture Mod.jar)
  91. UCHI McMultipart{1.1.2.331} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  92. UCHI ForgeMicroblock{1.1.2.331} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.2.331-universal.jar)
  93. GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-12.8.38' Renderer: 'Intel(R) Iris(TM) Plus Graphics 640'
  94. Mantle Environment: Environment healthy.
  95. TConstruct Environment: Environment healthy.
Add Comment
Please, Sign In to add comment