Advertisement
Rob5Underscores

Untitled

Feb 13th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.98 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreMod (TickProfiler-1.10.2.jenkins.20.jar)
  5. SpongeCoremod (forge-1.10.2-12.18.3.2202-universal.jar)
  6. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  7. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  8. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  9. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  10. EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
  11. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  12. Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  13. LoadingPlugin (Quark-r1.1-70.jar)
  14. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.2-anarchy.jar)
  15. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  16. TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // My bad.
  20.  
  21. Time: 2/13/17 10:48 AM
  22. Description: Ticking entity
  23.  
  24. java.lang.IllegalArgumentException: Attempted to cancel a non cancellable event
  25. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93)
  26. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:83)
  27. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_738_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic)
  28. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  29. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635)
  30. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:591)
  31. at net.minecraftforge.event.ForgeEventFactory.canEntityDespawn(ForgeEventFactory.java:210)
  32. at net.minecraft.entity.EntityLiving.func_70623_bb(EntityLiving.java:721)
  33. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:764)
  34. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
  35. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  36. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
  37. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
  38. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  39. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
  40. at net.minecraft.entity.monster.EntitySilverfish.func_70071_h_(SourceFile:126)
  41. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:153)
  42. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjn000(WorldServer.java:2798)
  43. at net.minecraft.world.World.func_72866_a(World.java:4071)
  44. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  45. at net.minecraft.world.World.func_72870_g(World.java:1934)
  46. at net.minecraft.world.World.func_72939_s(World.java:6017)
  47. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2148)
  48. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  50. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  52. at java.lang.Thread.run(Thread.java:745)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Server thread
  60. Stacktrace:
  61. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93)
  62. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:83)
  63. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_738_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic)
  64. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  65. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635)
  66. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:591)
  67. at net.minecraftforge.event.ForgeEventFactory.canEntityDespawn(ForgeEventFactory.java:210)
  68. at net.minecraft.entity.EntityLiving.func_70623_bb(EntityLiving.java:721)
  69. at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:764)
  70. at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2183)
  71. at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
  72. at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:47)
  73. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
  74. at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
  75. at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:52)
  76. at net.minecraft.entity.monster.EntitySilverfish.func_70071_h_(SourceFile:126)
  77. at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:153)
  78. at net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zjn000(WorldServer.java:2798)
  79. at net.minecraft.world.World.func_72866_a(World.java:4071)
  80. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
  81. at net.minecraft.world.World.func_72870_g(World.java:1934)
  82.  
  83. -- Entity being ticked --
  84. Details:
  85. Entity Type: Silverfish (net.minecraft.entity.monster.EntitySilverfish)
  86. Entity ID: 270740
  87. Entity Name: Silverfish
  88. Entity's Exact location: 111.50, 41.85, 1.50
  89. Entity's Block location: World: (111,41,1), Chunk: (at 15,2,1 in 6,0; contains blocks 96,0,0 to 111,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90. Entity's Momentum: 0.00, -0.45, 0.00
  91. Entity's Passengers: []
  92. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  93. Stacktrace:
  94. at net.minecraft.world.World.func_72939_s(World.java:6017)
  95. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2148)
  96.  
  97. -- Affected level --
  98. Details:
  99. Level name: DIM-9999
  100. All players: 0 total; []
  101. Chunk stats: ServerChunkCache: 10 Drop: 0
  102. Level seed: 8637899262231294538
  103. Level generator: ID 00 - default, ver 1. Features enabled: true
  104. Level generator options:
  105. Level spawn location: World: (0,66,0), Chunk: (at 0,4,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)
  106. Level time: 73262361 game time, 73262361 day time
  107. Level dimension: 0
  108. Level storage version: 0x04ABD - Anvil
  109. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  110. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  111. Stacktrace:
  112. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  113. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  114. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  115. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  116. at java.lang.Thread.run(Thread.java:745)
  117.  
  118. -- System Details --
  119. Details:
  120. Minecraft Version: 1.10.2
  121. Operating System: Linux (amd64) version 4.5.2-mod-std-ipv6-64
  122. Java Version: 1.8.0_102, Oracle Corporation
  123. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  124. Memory: 1012285992 bytes (965 MB) / 10737418240 bytes (10240 MB) up to 10737418240 bytes (10240 MB)
  125. JVM Flags: 11 total; -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=1536m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -Xms5120M -Xmx10240M -XX:hashCode=5
  126. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  127. FML: MCP 9.32 Powered by Forge 12.18.3.2202 94 mods loaded, 94 mods active
  128. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  129. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  130. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2202-universal.jar)
  131. UCHIJAAAA Forge{12.18.3.2202} [Minecraft Forge] (forge-1.10.2-12.18.3.2202-universal.jar)
  132. UCHIJAAAA spongeapi{5.1.0-SNAPSHOT-6459642} [SpongeAPI] (minecraft.jar)
  133. UCHIJAAAA sponge{1.10.2-2221-5.1.0-BETA-0} [SpongeForge] (forge-1.10.2-12.18.3.2202-universal.jar)
  134. UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  135. UCHIJAAAA OpenComputers|Core{1.6.1.6} [OpenComputers (Core)] (minecraft.jar)
  136. UCHIJAAAA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  137. UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  138. UCHIJAAAA actuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar)
  139. UCHIJAAAA Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
  140. UCHIJAAAA Botania{r1.9-339} [Botania] (Botania r1.9-339.jar)
  141. UCHIJAAAA AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  142. UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  143. UCHIJAAAA Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  144. UCHIJAAAA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  145. UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  146. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  147. UCHIJAAAA badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  148. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  149. UCHIJAAAA bclforgelib{1.0} [bclforgelib] (BCLForgeLib-1.0.jar)
  150. UCHIJAAAA betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
  151. UCHIJAAAA BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
  152. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  153. UCHIJAAAA JEI{3.14.2.401} [Just Enough Items] (jei_1.10.2-3.14.2.401.jar)
  154. UCHIJAAAA BloodMagic{1.9.4-2.1.0-69} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-69.jar)
  155. UCHIJAAAA bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
  156. UCHIJAAAA CodeChickenLib{2.5.2.198} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  157. UCHIJAAAA brandonscore{2.1.3} [Brandon's Core] (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  158. UCHIJAAAA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  159. UCHIJAAAA chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar)
  160. UCHIJAAAA mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
  161. UCHIJAAAA chiselsandbits{12.11} [Chisels & Bits] (chiselsandbits-12.11.jar)
  162. UCHIJAAAA CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
  163. UCHIJAAAA IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
  164. UCHIJAAAA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  165. UCHIJAAAA MineTweaker3{3.0.17} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.17.jar)
  166. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  167. UCHIJAAAA darkutils{1.1.6.105} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.105.jar)
  168. UCHIJAAAA forestry{5.2.17.354} [Forestry] (forestry_1.10.2-5.2.17.354.jar)
  169. UCHIJAAAA eleccore{1.6.379} [ElecCore] (ElecCore-1.10.2-1.6.379.jar)
  170. UCHIJAAAA EnderStorage{2.2.0.96} [EnderStorage] (EnderStorage-1.10.2-2.2.0.96-universal.jar)
  171. UCHIJAAAA OpenComputers{1.6.1.6} [OpenComputers] (OpenComputers-MC1.10.2-1.6.1.6.jar)
  172. UCHIJAAAA deepresonance{1.4.3} [DeepResonance] (deepresonance-1.1x-1.4.3.jar)
  173. UCHIJAAAA draconicevolution{2.0.7} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.7.168-universal.jar)
  174. UCHIJAAAA endercore{1.10.2-0.4.1.64-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.64-beta.jar)
  175. UCHIJAAAA EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
  176. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.3d.jar)
  177. UCHIJAAAA zerocore{1.10.2-0.1.0.1} [Zero CORE] (zerocore-1.10.2-0.1.0.1.jar)
  178. UCHIJAAAA bigreactors{1.10.2-0.4.5.24} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.24.jar)
  179. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  180. UCHIJAAAA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  181. UCHIJAAAA foamfix{@VERSION@} [FoamFix] (foamfix-0.5.2-anarchy.jar)
  182. UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.2.3.jar)
  183. UCHIJAAAA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  184. UCHIJAAAA mantle{1.10.2-1.1.4.203} [Mantle] (Mantle-1.10.2-1.1.4.jar)
  185. UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
  186. UCHIJAAAA immersiveengineering{0.10-54} [Immersive Engineering] (ImmersiveEngineering-0.10-54.jar)
  187. UCHIJAAAA inventorysorter{0.10.5+46} [Simple Inventory sorting] (inventorysorter-1.10.2-0.10.5+46.jar)
  188. UCHIJAAAA ironbackpacks{1.10.2-2.2.22} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.22.jar)
  189. UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  190. UCHIJAAAA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
  191. UCHIJAAAA journeymap{1.10.2-5.4.3} [JourneyMap] (journeymap-1.10.2-5.4.3.jar)
  192. UCHIJAAAA mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar)
  193. UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  194. UCHIJAAAA notenoughwands{1.5.3} [Not Enough Wands] (notenoughwands-1.1x-1.5.3.jar)
  195. UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  196. UCHIJAAAA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  197. UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  198. UCHIJAAAA StorageDrawers{1.10.2-3.5.17} [Storage Drawers] (StorageDrawers-1.10.2-3.5.17.jar)
  199. UCHIJAAAA refinedstorage{1.2.17} [Refined Storage] (refinedstorage-1.2.17.jar)
  200. UCHIJAAAA rftools{5.81} [RFTools] (rftools-1.1x-5.81.jar)
  201. UCHIJAAAA rftoolscontrol{1.6.4} [RFTools Control] (rftoolsctrl-1.1x-1.6.4.jar)
  202. UCHIJAAAA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  203. UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
  204. UCHIJAAAA TickProfiler{1.10.2.jenkins.20} [TickProfiler] (TickProfiler-1.10.2.jenkins.20.jar)
  205. UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
  206. UCHIJAAAA wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
  207. UCHIJAAAA betterchunkloader{1.0} [BetterChunkLoader] (BetterChunkLoader-3.0.1.jar)
  208. UCHIJAAAA buycraft{SET_BY_MAGIC} [Buycraft] (BuycraftX.jar)
  209. UCHIJAAAA catclearlag{0.6} [CatClearLag] (CatClearLag-0.6.jar)
  210. UCHIJAAAA griefprevention{2.3.0} [GriefPrevention] (griefprevention-1.10.2-2.3.0.249.jar)
  211. UCHIJAAAA inspector{0.6.4} [Inspector] (Inspector-0.6.4.jar)
  212. UCHIJAAAA io.github.hsyyid.kits{1.7.4} [Kits] (Kits-1.7.4.jar)
  213. UCHIJAAAA luckperms{2.17.3} [LuckPerms] (LuckPerms-Sponge-2.17.3.jar)
  214. UCHIJAAAA mrperks{1.0} [MRPerks] (mrperks-1.0-SNAPSHOT.jar)
  215. UCHIJAAAA nucleus{0.20.0-5.0} [Nucleus] (Nucleus-0.20.0-S5.1-1.10.2-plugin.jar)
  216. UCHIJAAAA nuvotifier{2.3.3} [NuVotifier] (nuvotifier-universal-2.3.3.jar)
  217. UCHIJAAAA rankupper{2.3} [RankUpper] (RankUpper-2.2.0-b120_Sponge.jar)
  218. UCHIJAAAA votifierlistener{0.6.4} [VotifierListener] (SimpleVoteListener-0.6.4.jar)
  219. UCHIJAAAA stackban{0.2.5} [StackBan] (stackban-5.1.0-0.2.5.jar)
  220. UCHIJAAAA tagchooser{1.0} [TagChooser] (tagchooser-1.0-SNAPSHOT.jar)
  221. UCHIJAAAA tattle{1.1.1} [Tattle] (Tattle-1.1.1.jar)
  222. UCHIJAAAA worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar)
  223. Loaded coremods (and transformers):
  224. CoreMod (TickProfiler-1.10.2.jenkins.20.jar)
  225.  
  226. SpongeCoremod (forge-1.10.2-12.18.3.2202-universal.jar)
  227. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  228. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  229. lumien.resourceloader.asm.ClassTransformer
  230. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  231. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  232. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  233. team.chisel.common.asm.ChiselTransformer
  234. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  235.  
  236. EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
  237. com.enderio.core.common.transform.EnderCoreTransformer
  238. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  239. codechicken.lib.asm.ClassHeirachyManager
  240. codechicken.lib.asm.BlockStateLoaderTransformer
  241. Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  242. com.brandon3055.brandonscore.asm.ClassTransformer
  243. LoadingPlugin (Quark-r1.1-70.jar)
  244. vazkii.quark.base.asm.ClassTransformer
  245. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.2-anarchy.jar)
  246. pl.asie.foamfix.coremod.FoamFixTransformer
  247. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  248. appeng.coremod.transformer.ASMIntegration
  249. TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  250. li.cil.oc.common.asm.ClassTransformer
  251. AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  252. Pulsar/tconstruct loaded Pulses:
  253. - TinkerCommons (Enabled/Forced)
  254. - TinkerWorld (Enabled/Not Forced)
  255. - TinkerTools (Enabled/Not Forced)
  256. - TinkerHarvestTools (Enabled/Forced)
  257. - TinkerMeleeWeapons (Enabled/Forced)
  258. - TinkerRangedWeapons (Enabled/Forced)
  259. - TinkerModifiers (Enabled/Forced)
  260. - TinkerSmeltery (Enabled/Not Forced)
  261. - TinkerGadgets (Enabled/Not Forced)
  262. - TinkerOredict (Enabled/Forced)
  263. - TinkerIntegration (Enabled/Forced)
  264. - TinkerFluids (Enabled/Forced)
  265. - TinkerMaterials (Enabled/Forced)
  266. - TinkerModelRegister (Enabled/Forced)
  267. - chiselsandbitsIntegration (Enabled/Not Forced)
  268. - WailaIntegration (Enabled/Not Forced)
  269. - theoneprobeIntegration (Enabled/Not Forced)
  270.  
  271. CodeChickenLib Invalid Fingerprint Reports:
  272. CodeChickenCore Invalid Fingerprint Reports:
  273. EnderStorage Invalid Fingerprint Reports:
  274. 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.):
  275. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/CoFHAPIProps.class).
  276. Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
  277. An unsupported base software is installed: 'sponge'. This is NOT supported.
  278. 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.
  279. Detailed RF API diagnostics:
  280. * RF API class 'EnergyStorage' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/EnergyStorage.class
  281. * RF API class 'IEnergyConnection' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyConnection.class
  282. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  283. * RF API class 'IEnergyHandler' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyHandler.class
  284. * RF API class 'IEnergyProvider' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyProvider.class
  285. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  286. * RF API class 'IEnergyStorage' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyStorage.class
  287. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  288. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/minecraft/multicraft/servers/DireRealms110/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  289. Detailed Tesla API diagnostics:
  290. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  291. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  292. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  293. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  294. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  295. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  296. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  297. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  298. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  299. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  300. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  301.  
  302. AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  303. Profiler Position: N/A (disabled)
  304. Player Count: 4 / 30; [EntityPlayerMP['BigDogDude'/321, l='world', x=-3374.77, y=130.00, z=3874.22], EntityPlayerMP['RedReign'/165215, l='world', x=2446.35, y=66.00, z=2614.56], EntityPlayerMP['onioncuttinninja'/179882, l='world', x=3688.86, y=64.88, z=-2562.45], EntityPlayerMP['DragonFyre2k15'/219209, l='world', x=-2774.23, y=64.00, z=2434.59]]
  305. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  306. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement