Advertisement
Guest User

Untitled

a guest
Oct 16th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 16/10/16 14:32
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: enderference
  8. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
  9. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:617)
  10. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  13. at net.minecraft.client.main.Main.main(SourceFile:124)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  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.NoSuchFieldError: enderference
  21. at com.sosnitzka.taiga.MaterialTraits.<clinit>(MaterialTraits.java:55)
  22. at com.sosnitzka.taiga.TAIGA.registerTinkerMaterials(TAIGA.java:140)
  23. at com.sosnitzka.taiga.TAIGA.preInit(TAIGA.java:57)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
  39. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  45. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  46. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  47. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  49. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  50. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:614)
  51. ... 10 more
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.10.2
  60. Operating System: Windows 8.1 (amd64) version 6.3
  61. Java Version: 1.8.0_101, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 4068434608 bytes (3879 MB) / 4281597952 bytes (4083 MB) up to 4281597952 bytes (4083 MB)
  64. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx4096M -Xms4096M
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. FML: MCP 9.32 Powered by Forge 12.18.2.2103 6 mods loaded, 6 mods active
  67. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  68. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  69. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2103.jar)
  70. UCH Forge{12.18.2.2103} [Minecraft Forge] (forge-1.10.2-12.18.2.2103.jar)
  71. UCH mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
  72. UCH tconstruct{1.10.2-2.5.5.jenkins393} [Tinkers' Construct] (TConstruct-1.10.2-2.5.5.jar)
  73. UCE taiga{${version}} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.2 .jar)
  74. Loaded coremods (and transformers):
  75. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 373.06' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  76. Pulsar/tconstruct loaded Pulses:
  77. - TinkerCommons (Enabled/Forced)
  78. - TinkerWorld (Enabled/Not Forced)
  79. - TinkerTools (Enabled/Not Forced)
  80. - TinkerHarvestTools (Enabled/Forced)
  81. - TinkerMeleeWeapons (Enabled/Forced)
  82. - TinkerRangedWeapons (Enabled/Forced)
  83. - TinkerModifiers (Enabled/Forced)
  84. - TinkerSmeltery (Enabled/Not Forced)
  85. - TinkerGadgets (Enabled/Not Forced)
  86. - TinkerOredict (Enabled/Forced)
  87. - TinkerIntegration (Enabled/Forced)
  88. - TinkerFluids (Enabled/Forced)
  89. - TinkerMaterials (Enabled/Forced)
  90. - TinkerModelRegister (Enabled/Forced)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement