Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  5. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  6. PlayerAPIPlugin (PlayerAPI-1.10.2-1.0.jar)
  7. Contact their authors BEFORE contacting forge
  8.  
  9. // Daisy, daisy...
  10.  
  11. Time: 8/15/16 10:50 AM
  12. Description: There was a severe problem during mod loading that has caused the game to fail
  13.  
  14. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchFieldError: END_STONE
  15. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
  16. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:596)
  17. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  18. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  19. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  20. at net.minecraft.client.main.Main.main(SourceFile:124)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:483)
  25. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  26. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  27. Caused by: java.lang.NoSuchFieldError: END_STONE
  28. at com.rwtema.extrautils2.backend.entries.XU2Entries$7.<init>(XU2Entries.java:229)
  29. at com.rwtema.extrautils2.backend.entries.XU2Entries.<clinit>(XU2Entries.java:228)
  30. at com.rwtema.extrautils2.ExtraUtils2.preInit(ExtraUtils2.java:122)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:483)
  35. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  36. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:483)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  45. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:483)
  50. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  51. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  52. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  53. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  54. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  55. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  56. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:593)
  57. ... 10 more
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- System Details --
  64. Details:
  65. Minecraft Version: 1.10.2
  66. Operating System: Windows 7 (amd64) version 6.1
  67. Java Version: 1.8.0_25, Oracle Corporation
  68. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  69. Memory: 245353048 bytes (233 MB) / 521404416 bytes (497 MB) up to 17166499840 bytes (16371 MB)
  70. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML: MCP 9.32 Powered by Forge 12.18.1.2011 Optifine OptiFine_1.10.2_HD_U_C2 24 mods loaded, 24 mods active
  73. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  74. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  75. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2011.jar)
  76. UCH Forge{12.18.1.2011} [Minecraft Forge] (forge-1.10.2-12.18.1.2011.jar)
  77. UCH PlayerAPI{1.0} [Player API] (minecraft.jar)
  78. UCH AutoSapling{1.3.3} [AutoSapling] (Auto-Sapling-Mod-1.10.2.jar)
  79. UCH cxlibrary{1.2.2} [CXLibrary] (cxlibrary-1.10.2-1.2.2.jar)
  80. UCE ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1-deobf.jar)
  81. UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  82. UCH ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
  83. UCH JEI{3.7.6.231} [Just Enough Items] (jei_1.10.2-3.7.6.231.jar)
  84. UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  85. UCH llor{1.1.0-mc[1.9-1.10.2]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.0-mc[1.9-1.10.2].jar)
  86. UCH MoreFurnaces{1.8.1} [More Furnaces] (MoreFurnaces-1.10-1.8.1.jar)
  87. UCH harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2b.jar)
  88. UCH ProjectE{1.9.4-PE1.0.4B} [ProjectE] (ProjectE-1.9.4-PE1.0.4B.jar)
  89. UCH Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)
  90. UCH randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
  91. UCH soulshardstow{1.10.2-2.5.2-36} [Soul Shards - The Old Ways] (soul-shards-the-old-ways-mod-1.10.2.jar)
  92. UCH Squeedometer{1.0.3} [Squeedometer] (Squeedometer-mc1.10.x-1.0.3.jar)
  93. UCH Squake{1.0.3} [Squake] (Squake-mc1.10.x-1.0.3.jar)
  94. UCH VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  95. UCH VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
  96. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  97. UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  98. Loaded coremods (and transformers):
  99. CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
  100. cubex2.cxlibrary.CoreModTransformer
  101. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  102. lumien.randomthings.asm.ClassTransformer
  103. PlayerAPIPlugin (PlayerAPI-1.10.2-1.0.jar)
  104. api.player.forge.PlayerAPITransformer
  105. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.81' Renderer: 'GeForce GTX 970/PCIe/SSE2'
  106. OptiFine Version: OptiFine_1.10.2_HD_U_C2
  107. Render Distance Chunks: 32
  108. Mipmaps: 4
  109. Anisotropic Filtering: 16
  110. Antialiasing: 16
  111. Multitexture: true
  112. Shaders: null
  113. OpenGlVersion: 4.5.0 NVIDIA 368.81
  114. OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
  115. OpenGlVendor: NVIDIA Corporation
  116. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement