toliner

Untitled

Jul 6th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 7/6/18 3:29 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: co.q64.com.google.common.util.concurrent.ExecutionError: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  15. Caused by: co.q64.com.google.common.util.concurrent.ExecutionError: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
  16. at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2205)
  17. at co.q64.com.google.common.cache.LocalCache.get(LocalCache.java:3953)
  18. at co.q64.com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3957)
  19. at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4875)
  20. at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4881)
  21. at co.q64.com.google.inject.internal.FailableCache.get(FailableCache.java:48)
  22. at co.q64.com.google.inject.internal.ConstructorInjectorStore.get(ConstructorInjectorStore.java:50)
  23. at co.q64.com.google.inject.internal.ConstructorBindingImpl.initialize(ConstructorBindingImpl.java:138)
  24. at co.q64.com.google.inject.internal.InjectorImpl.initializeJitBinding(InjectorImpl.java:550)
  25. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:887)
  26. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
  27. at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
  28. at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
  29. at co.q64.com.google.inject.internal.InjectorImpl.getInternalFactory(InjectorImpl.java:893)
  30. at co.q64.com.google.inject.internal.FactoryProxy.notify(FactoryProxy.java:46)
  31. at co.q64.com.google.inject.internal.ProcessedBindingData.runCreationListeners(ProcessedBindingData.java:50)
  32. at co.q64.com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:134)
  33. at co.q64.com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
  34. at co.q64.com.google.inject.Guice.createInjector(Guice.java:99)
  35. at co.q64.com.google.inject.Guice.createInjector(Guice.java:73)
  36. at co.q64.com.google.inject.Guice.createInjector(Guice.java:62)
  37. at co.q64.exgregilo.ExGregilo.preInit(ExGregilo.java:61)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  43. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  45. at java.lang.reflect.Method.invoke(Unknown Source)
  46. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  47. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  48. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  49. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  50. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  51. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  52. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  56. at java.lang.reflect.Method.invoke(Unknown Source)
  57. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  58. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  59. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  60. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  61. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  62. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  63. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  64. ... 5 more
  65. Caused by: co.q64.com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
  66. at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2205)
  67. at co.q64.com.google.common.cache.LocalCache.get(LocalCache.java:3953)
  68. at co.q64.com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3957)
  69. at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4875)
  70. at co.q64.com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4881)
  71. at co.q64.com.google.inject.internal.FailableCache.get(FailableCache.java:48)
  72. at co.q64.com.google.inject.internal.MembersInjectorStore.get(MembersInjectorStore.java:68)
  73. at co.q64.com.google.inject.internal.ConstructorInjectorStore.createConstructor(ConstructorInjectorStore.java:75)
  74. at co.q64.com.google.inject.internal.ConstructorInjectorStore.access$000(ConstructorInjectorStore.java:29)
  75. at co.q64.com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:37)
  76. at co.q64.com.google.inject.internal.ConstructorInjectorStore$1.create(ConstructorInjectorStore.java:33)
  77. at co.q64.com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
  78. at co.q64.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3542)
  79. at co.q64.com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2323)
  80. at co.q64.com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2286)
  81. at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  82. ... 52 more
  83. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/IIconRegister
  84. at java.lang.Class.getDeclaredMethods0(Native Method)
  85. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  86. at java.lang.Class.getDeclaredMethods(Unknown Source)
  87. at co.q64.com.google.inject.spi.InjectionPoint.getInjectionPoints(InjectionPoint.java:688)
  88. at co.q64.com.google.inject.spi.InjectionPoint.forInstanceMethodsAndFields(InjectionPoint.java:380)
  89. at co.q64.com.google.inject.internal.ConstructorBindingImpl.getInternalDependencies(ConstructorBindingImpl.java:165)
  90. at co.q64.com.google.inject.internal.InjectorImpl.getInternalDependencies(InjectorImpl.java:616)
  91. at co.q64.com.google.inject.internal.InjectorImpl.cleanup(InjectorImpl.java:572)
  92. at co.q64.com.google.inject.internal.InjectorImpl.initializeJitBinding(InjectorImpl.java:558)
  93. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:887)
  94. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
  95. at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
  96. at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
  97. at co.q64.com.google.inject.internal.InjectorImpl.createProviderBinding(InjectorImpl.java:346)
  98. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:845)
  99. at co.q64.com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:808)
  100. at co.q64.com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:285)
  101. at co.q64.com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:217)
  102. at co.q64.com.google.inject.internal.SingleFieldInjector.<init>(SingleFieldInjector.java:42)
  103. at co.q64.com.google.inject.internal.MembersInjectorStore.getInjectors(MembersInjectorStore.java:131)
  104. at co.q64.com.google.inject.internal.MembersInjectorStore.createWithListeners(MembersInjectorStore.java:98)
  105. at co.q64.com.google.inject.internal.MembersInjectorStore.access$000(MembersInjectorStore.java:37)
  106. at co.q64.com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:45)
  107. at co.q64.com.google.inject.internal.MembersInjectorStore$1.create(MembersInjectorStore.java:42)
  108. at co.q64.com.google.inject.internal.FailableCache$1.load(FailableCache.java:37)
  109. at co.q64.com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3542)
  110. at co.q64.com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2323)
  111. at co.q64.com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2286)
  112. at co.q64.com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2201)
  113. ... 67 more
  114. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.IIconRegister
  115. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  116. at java.lang.ClassLoader.loadClass(Unknown Source)
  117. at java.lang.ClassLoader.loadClass(Unknown Source)
  118. ... 96 more
  119.  
  120.  
  121. A detailed walkthrough of the error, its code path and all known details is as follows:
  122. ---------------------------------------------------------------------------------------
  123.  
  124. -- System Details --
  125. Details:
  126. Minecraft Version: 1.7.10
  127. Operating System: Windows 10 (amd64) version 10.0
  128. Java Version: 1.8.0_144, Oracle Corporation
  129. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  130. Memory: 5222123000 bytes (4980 MB) / 6227755008 bytes (5939 MB) up to 6227755008 bytes (5939 MB)
  131. JVM Flags: 16 total; -Xms6G -Xmx6G -XX:NewSize=2G -XX:MaxNewSize=2G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled -XX:+CMSClassUnloadingEnabled -XX:CMSInitiatingOccupancyFraction=70 -XX:+DisableExplicitGC -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:-UseGCOverheadLimit -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:+CMSClassUnloadingEnabled
  132. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  133. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  134. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 50 mods loaded, 50 mods active
  135. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  136. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  137. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  138. UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  139. UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  140. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  141. UCH GT++_Preloader{0.3-Alpha} [GT++ Preloader] (minecraft.jar)
  142. UCH FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
  143. UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
  144. UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
  145. UCH ae2stuff{0.5.0.56} [AE2 Stuff] (ae2stuff-0.5.0.56-mc1.7.10.jar)
  146. UCH betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar)
  147. UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
  148. UCH BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
  149. UCH BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
  150. UCH BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
  151. UCH BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
  152. UCH BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
  153. UCH BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
  154. UCH BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
  155. UCH BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat-7.1.7.jar)
  156. UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
  157. UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
  158. UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
  159. UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  160. UCH exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
  161. UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  162. UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  163. UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  164. UCH exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
  165. UCE exgregilo{1.0} [ExGregilo] (exgregilo-1.1.0.jar)
  166. UCH excompressum{1.1.149} [Ex Compressum] (excompressum-mc1.7.10-1.1.149.jar)
  167. UCH extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar)
  168. UCH fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
  169. UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
  170. UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
  171. UCH FTBI{1.3.3} [FTB Islands] (ftbisland-1.3.3.jar)
  172. UCH IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
  173. UCH gregtech{MC1710} [GregTech] (gregtech-5.09.31.jar)
  174. UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  175. UCH miscutils{1.7.1} [GT++] (GT-PlusPlus-1.7.1.jar)
  176. UCH ToxicEverglades{0.1} [GT++ Toxic Everglades] (GT-PlusPlus-1.7.1.jar)
  177. UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  178. UCH LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar)
  179. UCH oreexcavation{1.1.115} [OreExcavation] (OreExcavation-1.1.115.jar)
  180. UCH p455w0rdslib{1.0.4} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.4.jar)
  181. UCH RefineCraft{Release-0.1} [RefineCraft] (RefineCraft-Release-0.4.jar)
  182. UCH SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
  183. UCH StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar)
  184. UCH ae2wct{1.7.10-rv3-1.8.7.4b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.4b.jar)
  185. UCH YUNoMakeGoodMap{3.0} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.7.10-4.0.0.12-universal.jar)
  186. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  187. Mantle Environment: Environment healthy.
  188. TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
  189. List of loaded APIs:
  190. * ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.4b.jar
  191. * appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
  192. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.23.jar
  193. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23.jar
  194. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.23.jar
  195. * BuildCraftAPI|core (2.0) from buildcraft-7.1.23.jar
  196. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.23.jar
  197. * BuildCraftAPI|events (2.0) from buildcraft-7.1.23.jar
  198. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.23.jar
  199. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.23.jar
  200. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23.jar
  201. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.23.jar
  202. * BuildCraftAPI|items (1.1) from buildcraft-7.1.23.jar
  203. * BuildCraftAPI|library (2.0) from buildcraft-7.1.23.jar
  204. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.23.jar
  205. * BuildCraftAPI|power (1.3) from buildcraft-7.1.23.jar
  206. * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23.jar
  207. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23.jar
  208. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.23.jar
  209. * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.23.jar
  210. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.23.jar
  211. * BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
  212. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.23.jar
  213. * CoFHAPI (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
  214. * CoFHAPI|block (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
  215. * CoFHAPI|core (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  216. * CoFHAPI|energy (1.7.10R1.0.2) from p455w0rdslib-1.7.10-1.0.4.jar
  217. * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  218. * CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
  219. * CoFHAPI|item (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
  220. * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  221. * CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
  222. * CoFHAPI|transport (1.7.10R1.1.0) from excompressum-mc1.7.10-1.1.149.jar
  223. * CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
  224. * CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  225. * CoFHLib|audio (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  226. * CoFHLib|gui (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  227. * CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  228. * CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  229. * CoFHLib|gui|element|listbox (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  230. * CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  231. * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  232. * CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  233. * CoFHLib|render|particle (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  234. * CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  235. * CoFHLib|util|helpers (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  236. * CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  237. * CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  238. * CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
  239. * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
  240. * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
  241. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
  242. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
  243. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
  244. * IC2API (1.0) from industrialcraft-2-2.2.827-experimental.jar
  245. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  246. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  247. * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  248. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  249. * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  250. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  251. * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  252. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  253. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.9.jar
  254. EnderIO: Found the following problem(s) with your installation:
  255. * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
  256. Ender IO was build against API version rv2 and may or may not work with a newer version.
  257. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  258. Profiler Position: N/A (disabled)
  259. Is Modded: Definitely; Server brand changed to 'fml,forge'
  260. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment