Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  5. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  6. OFMDepLoader (OpenFM-1.9.4-0.1.0.22.jar)
  7. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  8. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  9. ForgelinPlugin (Forgelin-1.5.0.jar)
  10. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.7.11-universal.jar)
  11. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  12. LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
  13. CorePlugin (FluxedRedstone-2.5.0.51.jar)
  14. SpongeCoremod (spongeforge-1.10.2-2281-5.2.0-BETA-2414.jar)
  15. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  16. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  17. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  18. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  19. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  20. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  21. SignPictureCorePlugin (SignPicture-1.10.2-2.8.0-universal.jar)
  22. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // Hi. I'm Minecraft, and I'm a crashaholic.
  26.  
  27. Time: 27.06.17 11:03
  28. Description: Exception ticking world
  29.  
  30. java.util.concurrent.RejectedExecutionException: Task net.minecraft.world.WorldServer$$Lambda$1447/160005466@65dbffe5 rejected from java.util.concurrent.ThreadPoolExecutor@7854141d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1338]
  31. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
  32. at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
  33. at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
  34. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
  35. at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3926)
  36. at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3751)
  37. at net.minecraft.world.World.func_175664_x(World.java:2776)
  38. at net.minecraft.world.WorldServer.func_184162_i(WorldServer.java:360)
  39. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:1917)
  40. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)
  41. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:698)
  42. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  43. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  44. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  45. at java.lang.Thread.run(Unknown Source)
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- Head --
  52. Thread: Server thread
  53. Stacktrace:
  54. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source)
  55. at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
  56. at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
  57. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Unknown Source)
  58. at net.minecraft.world.WorldServer.updateLightAsync(WorldServer.java:3926)
  59. at net.minecraft.world.WorldServer.func_180500_c(WorldServer.java:3751)
  60. at net.minecraft.world.World.func_175664_x(World.java:2776)
  61. at net.minecraft.world.WorldServer.func_184162_i(WorldServer.java:360)
  62. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:1917)
  63. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:220)
  64.  
  65. -- Affected level --
  66. Details:
  67. Level name: DIM6
  68. All players: 1 total; [EntityPlayerMP['ExtazikK'/601, l='DIM6', x=-510,50, y=80,00, z=-414,77]]
  69. Chunk stats: ServerChunkCache: 785 Drop: 0
  70. Level seed: 5592304444598624307
  71. Level generator: ID 00 - default, ver 1. Features enabled: true
  72. Level generator options:
  73. Level spawn location: World: (0,80,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  74. Level time: 6631217 game time, 2033484 day time
  75. Level dimension: 0
  76. Level storage version: 0x04ABD - Anvil
  77. Level weather: Rain time: 96428 (now: false), thunder time: 49187 (now: false)
  78. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  79.  
  80. -- Sponge CauseTracker --
  81. Details:
  82. Cause Stack: [Empty stack]
  83. Stacktrace:
  84. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zho000(MinecraftServer.java:3937)
  85. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:829)
  86. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:361)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)
  88. at java.lang.Thread.run(Unknown Source)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.10.2
  93. Operating System: Windows 10 (amd64) version 10.0
  94. Java Version: 1.8.0_131, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 1390077680 bytes (1325 MB) / 2805858304 bytes (2675 MB) up to 3761504256 bytes (3587 MB)
  97. JVM Flags: 4 total; -Xmx3600M -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
  98. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  99. FML: MCP 9.32 Powered by Forge 12.18.3.2316 115 mods loaded, 115 mods active
  100. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  101. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  102. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
  103. UCHIJAAAA Forge{12.18.3.2316} [Minecraft Forge] (forge.jar)
  104. UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
  105. UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  106. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  107. UCHIJAAAA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  108. UCHIJAAAA spongeapi{5.2.0-SNAPSHOT-c675e80} [SpongeAPI] (minecraft.jar)
  109. UCHIJAAAA sponge{1.10.2-2281-5.2.0-BETA-2414} [SpongeForge] (spongeforge-1.10.2-2281-5.2.0-BETA-2414.jar)
  110. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  111. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  112. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  113. UCHIJAAAA nucleus-mixin{0.25.2-5.1} [Nucleus Mixins] (NucleusMixins-0.25.2-5.1.jar)
  114. UCHIJAAAA cofhcore{4.1.7} [CoFH Core] (CoFHCore-1.10.2-4.1.7.11-universal.jar)
  115. UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
  116. UCHIJAAAA IC2{2.6.234-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.234-ex110.jar)
  117. UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
  118. UCHIJAAAA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  119. UCHIJAAAA actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar)
  120. UCHIJAAAA libVulpes{0.2.5.} [libVulpes] (LibVulpes-1.10.2-0.2.5-universal.jar)
  121. UCHIJAAAA advancedRocketry{1.2.2} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.2.2.jar)
  122. UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  123. UCHIJAAAA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  124. UCHIJAAAA ae2stuff{0.6.0.9} [AE2 Stuff] (ae2stuff-0.6.0.9-mc1.10.2.jar)
  125. UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  126. UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  127. UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
  128. UCHIJAAAA forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
  129. UCHIJAAAA analyzeio{@VERSION@} [AnalyzeIO] (analyzeio-1.10.2-0.3.3.22.jar)
  130. UCHIJAAAA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  131. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.7.jar)
  132. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  133. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  134. UCHIJAAAA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  135. UCHIJAAAA avaritia{${mod_version}} [Avaritia] (Avaritia-1.10.2-2.2.6-universal.jar)
  136. UCHIJAAAA sonarcore{3.2.8} [SonarCore] (SonarCore-1.10.2-3.2.8.jar)
  137. UCHIJAAAA calculator{3.2.2} [Calculator] (Calculator-1.10.2-3.2.2.jar)
  138. UCHIJAAAA chisel{MC1.10.2-0.0.11.26} [Chisel] (Chisel-MC1.10.2-0.0.11.26.jar)
  139. UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  140. UCHIJAAAA chiselsandbits{12.14} [Chisels & Bits] (chiselsandbits-12.14.jar)
  141. UCHIJAAAA cm2{1.0} [Compact Machines 2] (cm2-2.0.0-b104.jar)
  142. UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
  143. UCHIJAAAA cyclopscore{0.10.6} [Cyclops Core] (CyclopsCore-1.9.4-0.10.6.jar)
  144. UCHIJAAAA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar)
  145. UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
  146. UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
  147. UCHIJAAAA energyconverters{1.0.0.22} [Energy Converters] (energyconverters_1.10.2-1.0.0.22.jar)
  148. UCHIJAAAA engineersworkshop{1.0} [Engineers Workshop] (EngineersWorkshop-1.3.5-1.10.2.jar)
  149. UCHIJAAAA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  150. UCHIJAAAA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
  151. UCHIJAAAA ExtraBitManipulation{1.10.2-2.3.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.4.jar)
  152. UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
  153. UCHIJAAAA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  154. UCHIJAAAA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar)
  155. UCHIJAAAA fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.5.0.51.jar)
  156. UCHIJAAAA fluxnetworks{1.2.5} [FluxNetworks] (FluxNetworks-1.10.2-1.2.5.jar)
  157. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.3-anarchy.jar)
  158. UCHIJAAAA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
  159. UCHIJAAAA forgemultipartcbe{2.0.0.31} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  160. UCHIJAAAA microblockcbe{2.0.0.31} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  161. UCHIJAAAA minecraftmultipartcbe{2.0.0.31} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.31-universal.jar)
  162. UCHIJAAAA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
  163. UCHIJAAAA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
  164. UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  165. UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
  166. UCHIJAAAA ironbackpacks{1.10.2-2.2.27} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.27.jar)
  167. UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
  168. UCHIJAAAA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  169. UCHIJAAAA justenoughbuttons{1.10.2-1.8.3} [Just Enough Buttons] (justenoughbuttons-1.10.2-1.8.3.jar)
  170. UCHIJAAAA je_calculation{1.10.2-2.6.4} [Just Enough Calculation] (JustEnoughCalculation-1.10.2-2.6.4.jar)
  171. UCHIJAAAA LoadingProfiler{1.1} [Loading Profiler] (LoadingProfiler-MC1.9.4-1.3.jar)
  172. UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
  173. UCHIJAAAA magneticraft{@VERSION@} [Magneticraft] (magneticraft-1.0.2-release.jar)
  174. UCHIJAAAA minefactoryreloaded{2.9.0B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.10.2]2.9.0B1-222.jar)
  175. UCHIJAAAA MineFactoryReloaded|CompatVanilla{2.9.0B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.10.2]2.9.0B1-222.jar)
  176. UCHIJAAAA mtrm{1.2.1.26} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.26.jar)
  177. UCHIJAAAA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar)
  178. UCHIJAAAA modtweaker{2.0.12} [Mod Tweaker] (ModTweaker2-2.0.12.jar)
  179. UCHIJAAAA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
  180. UCHIJAAAA MrTJPCoreMod{2.0.1.20} [MrTJPCore] (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  181. UCHIJAAAA nuclearcraft{2.2d} [NuclearCraft] (NuclearCraft-2.2d--1.10.2.jar)
  182. UCHIJAAAA openfm{0.1.0.22} [OpenFM] (OpenFM-1.9.4-0.1.0.22.jar)
  183. UCHIJAAAA pressure{1.3.1.25} [Pressure Pipes] (pressure-1.3.1.25-mc1.10.2.jar)
  184. UCHIJAAAA projectred-core{4.8.4.49} [ProjectRed Core] (ProjectRed-1.10.2-4.8.4.49-Base.jar)
  185. UCHIJAAAA projectred-integration{4.8.4.49} [ProjectRed integration] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
  186. UCHIJAAAA projectred-transmission{4.8.4.49} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
  187. UCHIJAAAA projectred-fabrication{4.8.4.49} [ProjectRed Fabrication] (ProjectRed-1.10.2-4.8.4.49-fabrication.jar)
  188. UCHIJAAAA projectred-illumination{4.8.4.49} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.4.49-lighting.jar)
  189. UCHIJAAAA rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
  190. UCHIJAAAA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
  191. UCHIJAAAA rftoolsdim{5.02} [RFTools Dimensions] (rftoolsdim-1.1x-5.02.jar)
  192. UCHIJAAAA Schematica{1.7.8.153} [Schematica] (Schematica-1.10.2-1.7.8.153-universal.jar)
  193. UCHIJAAAA signpic{2.8.0} [SignPicture] (SignPicture-1.10.2-2.8.0-universal.jar)
  194. UCHIJAAAA thermalfoundation{2.1.3} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.3.5-universal.jar)
  195. UCHIJAAAA thermalexpansion{5.1.6} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.6.8-universal.jar)
  196. UCHIJAAAA thermaldynamics{2.0.8} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.8.11-universal.jar)
  197. UCHIJAAAA topaddons{1.10.2-0.15.0} [TOP Addons] (topaddons-1.10.2-0.15.0.jar)
  198. UCHIJAAAA Torcherino{4.2s} [Torcherino] (Torcherino-4.2s.jar)
  199. UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
  200. UCHIJAAAA worldcontrol{1.0.1a} [World Control] (worldcontrol-1.0.1a.jar)
  201. UCHIJAAAA wrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
  202. UCHIJAAAA xnet{1.3.2} [XNet] (xnet-1.3.2.jar)
  203. UCHIJAAAA fastasyncworldedit{development} [ FastAsyncWorldEdit] (FastAsyncWorldEdit-sponge-17.06.25-a7cd6c8-733-13.3.6.jar)
  204. UCHIJAAAA worldedit{} [WorldEdit] (FastAsyncWorldEdit-sponge-17.06.25-a7cd6c8-733-13.3.6.jar)
  205. UCHIJAAAA flexiblelogin{0.12.3} [FlexibleLogin] (FlexibleLogin.jar)
  206. UCHIJAAAA huskycrates{1.5.0} [HuskyCrates] (HuskyCrates-v1.5.0.jar)
  207. UCHIJAAAA multiscripts{1.0} [MultiScripts] (multiscripts-5.1.0.jar)
  208. UCHIJAAAA projectplugin{} [ProjectPlugin] (multiscripts-5.1.0.jar)
  209. UCHIJAAAA npcs{2.0.1-API5} [NPCs] (NPCs-2.0.1-API5.jar)
  210. UCHIJAAAA nucleus{1.0.0-PR2-S5.1} [Nucleus] (Nucleus-1.0.0-PR2-1.10.2-S5.1-plugin.jar)
  211. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-45-gfbbeb2b-all.jar)
  212. UCHIJAAAA redprotect{7.2.0} [RedProtect] (RedProtect-Sponge-5.2.0-7.2.0-b123.jar)
  213. UCHIJAAAA tabmanager{1.0.4} [TabManager] (TabManager-1.0.4.jar)
  214. UCHIJAAAA universeguard{1.0} [Universe Guard] (UniverseGuard.jar)
  215. UCHIJAAAA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
  216. Loaded coremods (and transformers):
  217. CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  218.  
  219. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  220.  
  221. OFMDepLoader (OpenFM-1.9.4-0.1.0.22.jar)
  222.  
  223. FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  224. invtweaks.forge.asm.ContainerTransformer
  225. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar)
  226. pl.asie.foamfix.coremod.FoamFixTransformer
  227. ForgelinPlugin (Forgelin-1.5.0.jar)
  228.  
  229. CoFH Loading Plugin (CoFHCore-1.10.2-4.1.7.11-universal.jar)
  230. cofh.asm.CoFHClassTransformer
  231. cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
  232. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  233. com.enderio.core.common.transform.EnderCoreTransformer
  234. LoadingPlugin (LoadingProfiler-MC1.9.4-1.3.jar)
  235. lumien.loadingprofiler.asm.ClassTransformer
  236. CorePlugin (FluxedRedstone-2.5.0.51.jar)
  237.  
  238. SpongeCoremod (spongeforge-1.10.2-2281-5.2.0-BETA-2414.jar)
  239. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  240. AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.2.2.jar)
  241. zmaster587.advancedRocketry.asm.ClassTransformer
  242. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  243. li.cil.oc.common.asm.ClassTransformer
  244. IC2core (industrialcraft-2-2.6.234-ex110.jar)
  245.  
  246. CTMCorePlugin (CTM-MC1.10.2-0.1.1.16.jar)
  247. team.chisel.ctm.client.asm.CTMTransformer
  248. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
  249. codechicken.lib.asm.ClassHeirachyManager
  250. codechicken.lib.asm.CCL_ASMTransformer
  251. RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
  252. reborncore.mixin.transformer.MixinTransformer
  253. SignPictureCorePlugin (SignPicture-1.10.2-2.8.0-universal.jar)
  254. com.kamesuta.mc.signpic.asm.SignPictureTransformer
  255. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  256. appeng.coremod.transformer.ASMIntegration
  257. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  258. minefactoryreloaded: -[1.10.2]2.9.0B1-222
  259. List of loaded APIs:
  260. * actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
  261. * appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  262. * bnnwidget (1.0) from SignPicture-1.10.2-2.8.0-universal.jar
  263. * BotaniaAPI (79) from AkashicTome-1.0-5.jar
  264. * calculatorapi (1.9.4 - 1.0) from Calculator-1.10.2-3.2.2.jar
  265. * Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.11.26.jar
  266. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.11.26.jar
  267. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.14.jar
  268. * CoFHAPI (1.8.9R1.2.0B1) from EngineersWorkshop-1.3.5-1.10.2.jar
  269. * cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
  270. * cofhapi|block (1.7.0) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  271. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  272. * cofhapi|core (1.7.0) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  273. * CoFHAPI|energy (1.8.9R1.2.0B1) from energyconverters_1.10.2-1.0.0.22.jar
  274. * cofhapi|energy (1.5.0) from ImmersiveEngineering-0.10-61.jar
  275. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  276. * CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  277. * cofhapi|item (1.7.0) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  278. * cofhapi|tileentity (1.7.0) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  279. * cofhapi|util (1.7.0) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  280. * cofhlib (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  281. * cofhlib|audio (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  282. * cofhlib|gui (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  283. * cofhlib|gui|container (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  284. * cofhlib|gui|element (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  285. * cofhlib|gui|element|listbox (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  286. * cofhlib|gui|slot (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  287. * cofhlib|inventory (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  288. * cofhlib|util (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  289. * cofhlib|util|helpers (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  290. * cofhlib|world (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  291. * cofhlib|world|feature (1.7.4) from CoFHCore-1.10.2-4.1.7.11-universal.jar
  292. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.3.jar
  293. * compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
  294. * ctm-api (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  295. * ctm-api-models (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  296. * ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  297. * ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.1.1.16.jar
  298. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  299. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  300. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  301. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
  302. * environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  303. * fluxapi (1.0) from FluxNetworks-1.10.2-1.2.5.jar
  304. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  305. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
  306. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  307. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  308. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
  309. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  310. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
  311. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  312. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
  313. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
  314. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
  315. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
  316. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
  317. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
  318. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
  319. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
  320. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
  321. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
  322. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
  323. * IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.27.jar
  324. * jeresources|API (0.5.9.3) from JustEnoughResources-1.10.2-0.5.9.3.jar
  325. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
  326. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  327. * Model Loading (0.0.0) from magneticraft-1.0.2-release.jar
  328. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  329. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  330. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  331. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  332. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  333. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  334. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  335. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  336. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  337. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  338. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  339. * pressureAPI (1.3.1.25) from pressure-1.3.1.25-mc1.10.2.jar
  340. * reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  341. * reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  342. * reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  343. * reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  344. * reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
  345. * SchematicaAPI (1.1) from Schematica-1.10.2-1.7.8.153-universal.jar
  346. * SchematicaAPI|Events (1.1) from Schematica-1.10.2-1.7.8.153-universal.jar
  347. * sonarapi (1.0.1) from SonarCore-1.10.2-3.2.8.jar
  348. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.7.jar
  349. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  350. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  351. * An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/CoFHAPIProps.class).
  352. Ender IO needs at least 1.4.0 and will NOT work with older versions.
  353. An unsupported base software is installed: 'sponge'. This is NOT supported.
  354. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  355. Detailed RF API diagnostics:
  356. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/EnergyStorage.class
  357. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyConnection.class
  358. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  359. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyHandler.class
  360. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyProvider.class
  361. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  362. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/IEnergyStorage.class
  363. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  364. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Gry/serwer/mods/CoFHCore-1.10.2-4.1.7.11-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  365. Detailed Tesla API diagnostics:
  366. * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
  367. * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
  368. * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
  369. * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
  370. * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
  371. * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
  372. * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
  373. * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
  374. * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
  375. * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
  376. * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Gry/serwer/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class
  377.  
  378. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  379. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  380. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  381.  
  382. CodeChickenLib Invalid Fingerprint Reports:
  383. CodeChickenCore Invalid Fingerprint Reports:
  384. RebornCore:
  385. Plugin Engine: 1
  386. RebornCore Version: 2.13.6.142
  387. Mixin Status: 1
  388. Runtime Debofucsation 1
  389. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  390. Profiler Position: N/A (disabled)
  391. Player Count: 1 / 20; [EntityPlayerMP['ExtazikK'/601, l='DIM6', x=-510,50, y=80,00, z=-414,77]]
  392. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  393. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement