Advertisement
Guest User

Crash report

a guest
Feb 18th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.66 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  5. FMLPlugin (albedo-0.1.3.jar)
  6. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  7. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  8. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  9. ForgelinPlugin (Forgelin-1.8.2.jar)
  10. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  11. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  12. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // I'm sorry, Dave.
  16.  
  17. Time: 2/18/19 4:22 PM
  18. Description: Ticking block entity
  19.  
  20. java.lang.ClassCastException: micdoodle8.mods.galacticraft.planets.venus.tile.SolarModuleNetwork cannot be cast to micdoodle8.mods.galacticraft.api.transmission.grid.IElectricityNetwork
  21. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseConductor.getNetwork(TileBaseConductor.java:71)
  22. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectricalSource.produce(TileBaseUniversalElectricalSource.java:89)
  23. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectricalSource.produce(TileBaseUniversalElectricalSource.java:48)
  24. at micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayController.func_73660_a(TileEntitySolarArrayController.java:183)
  25. at net.minecraft.world.World.func_72939_s(World.java:1835)
  26. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  29. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  31. at java.lang.Thread.run(Unknown Source)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Server thread
  39. Stacktrace:
  40. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseConductor.getNetwork(TileBaseConductor.java:71)
  41. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectricalSource.produce(TileBaseUniversalElectricalSource.java:89)
  42. at micdoodle8.mods.galacticraft.core.energy.tile.TileBaseUniversalElectricalSource.produce(TileBaseUniversalElectricalSource.java:48)
  43. at micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayController.func_73660_a(TileEntitySolarArrayController.java:183)
  44.  
  45. -- Block entity being ticked --
  46. Details:
  47. Name: minecraft:gc solar array controller // micdoodle8.mods.galacticraft.planets.venus.tile.TileEntitySolarArrayController
  48. Block type: ID #1725 (tile.solar_array_controller // micdoodle8.mods.galacticraft.planets.venus.blocks.BlockSolarArrayController // galacticraftplanets:solar_array_controller)
  49. Block data value: 0 / 0x0 / 0b0000
  50. Block location: World: (35,65,-1), Chunk: (at 3,4,15 in 2,-1; contains blocks 32,0,-16 to 47,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  51. Actual block type: ID #1725 (tile.solar_array_controller // micdoodle8.mods.galacticraft.planets.venus.blocks.BlockSolarArrayController // galacticraftplanets:solar_array_controller)
  52. Actual block data value: 0 / 0x0 / 0b0000
  53. Stacktrace:
  54. at net.minecraft.world.World.func_72939_s(World.java:1835)
  55. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  56.  
  57. -- Affected level --
  58. Details:
  59. Level name: Testing lol
  60. All players: 1 total; [GCEntityPlayerMP['sigve10'/98, l='Testing lol', x=32.69, y=64.59, z=-0.26]]
  61. Chunk stats: ServerChunkCache: 625 Drop: 0
  62. Level seed: -4938930481137534811
  63. Level generator: ID 00 - default, ver 1. Features enabled: false
  64. Level generator options:
  65. Level spawn location: World: (0,0,0), Chunk: (at 0,0,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)
  66. Level time: 0 game time, 0 day time
  67. Level dimension: 0
  68. Level storage version: 0x00000 - Unknown?
  69. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  70. Level game mode: ~~ERROR~~ NullPointerException: null
  71. Stacktrace:
  72. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  73. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  74. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  75. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  76. at java.lang.Thread.run(Unknown Source)
  77.  
  78. -- System Details --
  79. Details:
  80. Minecraft Version: 1.12.2
  81. Operating System: Windows 10 (amd64) version 10.0
  82. Java Version: 1.8.0_191, Oracle Corporation
  83. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  84. Memory: 3508682024 bytes (3346 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
  85. JVM Flags: 5 total; -Xms5120m -Xmx5120m -XX:+UseG1GC -XX:MaxGCPauseMillis=4 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  86. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  87. FML: MCP 9.42 Powered by Forge 14.23.5.2811 91 mods loaded, 91 mods active
  88. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  89.  
  90. | State | ID | Version | Source | Signature |
  91. |:------ |:--------------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  92. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  93. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  94. | LCHIJA | FML | 8.0.99.99 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  95. | LCHIJA | forge | 14.23.5.2811 | modpack.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  96. | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
  97. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  98. | LCHIJA | openmodscore | 0.12.1 | minecraft.jar | None |
  99. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  100. | LCHIJA | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None |
  101. | LCHIJA | albedocore | 0.1 | minecraft.jar | None |
  102. | LCHIJA | albedo | 0.1.3 | albedo-0.1.3.jar | None |
  103. | LCHIJA | jei | 4.14.4.264 | jei_1.12.2-4.14.4.264.jar | None |
  104. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  105. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  106. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  107. | LCHIJA | crafttweaker | 4.1.14 | CraftTweaker2-1.12-4.1.14.jar | None |
  108. | LCHIJA | base | 3.11.0 | base-1.12.2-3.11.0.jar | None |
  109. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  110. | LCHIJA | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None |
  111. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  112. | LCHIJA | botania | r1.10-359 | Botania+r1.10-359.jar | None |
  113. | LCHIJA | buildcraftlib | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  114. | LCHIJA | buildcraftcore | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  115. | LCHIJA | buildcraftbuilders | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  116. | LCHIJA | buildcrafttransport | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  117. | LCHIJA | buildcraftsilicon | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  118. | LCHIJA | buildcraftcompat | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  119. | LCHIJA | buildcraftenergy | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  120. | LCHIJA | buildcraftfactory | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  121. | LCHIJA | buildcraftrobotics | 7.99.21 | buildcraft-all-7.99.21.jar | None |
  122. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  123. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  124. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  125. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  126. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  127. | LCHIJA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  128. | LCHIJA | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
  129. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  130. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  131. | LCHIJA | enderio | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  132. | LCHIJA | enderiointegrationtic | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  133. | LCHIJA | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42.jar | None |
  134. | LCHIJA | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
  135. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  136. | LCHIJA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  137. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.14.jar | None |
  138. | LCHIJA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.14.jar | None |
  139. | LCHIJA | dimdoors | 3.0.9+287 | DimensionalDoors-3.0.9-287.jar | None |
  140. | LCHIJA | dungeontactics | DT-0.15.8 | DungeonTactics-1.12.2-0.15.8.jar | None |
  141. | LCHIJA | durabilityshow | 5.0.0 | Durability+Show-1.12-5.0.0.jar | None |
  142. | LCHIJA | enderiobase | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  143. | LCHIJA | enderioconduits | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  144. | LCHIJA | enderioconduitsappliedenergistics | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  145. | LCHIJA | enderioconduitsopencomputers | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  146. | LCHIJA | enderioconduitsrefinedstorage | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  147. | LCHIJA | enderiointegrationforestry | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  148. | LCHIJA | enderiointegrationticlate | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  149. | LCHIJA | enderiomachines | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  150. | LCHIJA | enderiopowertools | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
  151. | LCHIJA | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None |
  152. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
  153. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  154. | LCHIJA | bigreactors | 1.12.2-0.4.5.65 | ExtremeReactors-1.12.2-0.4.5.65.jar | None |
  155. | LCHIJA | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
  156. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  157. | LCHIJA | ic2 | 2.8.109-ex112 | industrialcraft-2-2.8.109-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  158. | LCHIJA | galacticraftcore | 4.0.2.190 | GalacticraftCore-1.12.2-4.0.2.190.jar | None |
  159. | LCHIJA | galacticraftplanets | 4.0.2.190 | Galacticraft-Planets-1.12.2-4.0.2.190.jar | None |
  160. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  161. | LCHIJA | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
  162. | LCHIJA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  163. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  164. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.5-229.jar | None |
  165. | LCHIJA | netherendingores | 1.12.2-1.3 | Netherending-Ores-1.12.2-1.3.jar | None |
  166. | LCHIJA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  167. | LCHIJA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  168. | LCHIJA | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
  169. | LCHIJA | additionalstructures | 2.2.0 | Rex's-Additional-Structures-1.12.x+-(v.2.2.0).jar | None |
  170. | LCHIJA | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None |
  171. | LCHIJA | thaumicenergistics | 2.1.0 | thaumicenergistics-2.1.1.jar | None |
  172. | LCHIJA | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
  173. | LCHIJA | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  174. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  175. | LCHIJA | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  176. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  177. | LCHIJA | bspkrscore | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  178. | LCHIJA | treecapitator | at_0.9 | Treecapitator-1.12-at_0.9a.jar | None |
  179. | LCHIJA | trzlib | 2.1.8 | TRZLib-1.12.2.jar | None |
  180. | LCHIJA | xaerominimap | 1.16 | Xaeros_Minimap_1.16_Forge_1.12.jar | None |
  181. | LCHIJA | xaeroworldmap | 1.3.3.2 | XaerosWorldMap_1.3.3fix_Forge_1.12.jar | None |
  182. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  183.  
  184. Loaded coremods (and transformers):
  185. SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  186. com.wynprice.secretroomsmod.core.SecretRoomsTransformer
  187. FMLPlugin (albedo-0.1.3.jar)
  188. elucent.albedo.asm.ASMTransformer
  189. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  190. pl.asie.foamfix.coremod.FoamFixTransformer
  191. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  192.  
  193. EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  194. com.enderio.core.common.transform.EnderCoreTransformer
  195. com.enderio.core.common.transform.SimpleMixinPatcher
  196. ForgelinPlugin (Forgelin-1.8.2.jar)
  197.  
  198. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  199. openmods.core.OpenModsClassTransformer
  200. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  201. team.chisel.ctm.client.asm.CTMTransformer
  202. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar)
  203. micdoodle8.mods.miccore.MicdoodleTransformer
  204. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  205. OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  206. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  207. Pulsar/tconstruct loaded Pulses:
  208. - TinkerCommons (Enabled/Forced)
  209. - TinkerWorld (Enabled/Not Forced)
  210. - TinkerTools (Enabled/Not Forced)
  211. - TinkerHarvestTools (Enabled/Forced)
  212. - TinkerMeleeWeapons (Enabled/Forced)
  213. - TinkerRangedWeapons (Enabled/Forced)
  214. - TinkerModifiers (Enabled/Forced)
  215. - TinkerSmeltery (Enabled/Not Forced)
  216. - TinkerGadgets (Enabled/Not Forced)
  217. - TinkerOredict (Enabled/Forced)
  218. - TinkerIntegration (Enabled/Forced)
  219. - TinkerFluids (Enabled/Forced)
  220. - TinkerMaterials (Enabled/Forced)
  221. - TinkerModelRegister (Enabled/Forced)
  222. - chiselIntegration (Enabled/Not Forced)
  223. - wailaIntegration (Enabled/Not Forced)
  224.  
  225. Ender IO: No known problems detected.
  226.  
  227. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  228. !!!You are looking at the diagnostics information, not at the crash. !!!
  229. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  230. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  231.  
  232. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:ON, CRAFTTWEAKER:ON
  233. Profiler Position: N/A (disabled)
  234. Player Count: 1 / 8; [GCEntityPlayerMP['sigve10'/98, l='Testing lol', x=32.69, y=64.59, z=-0.26]]
  235. Type: Integrated Server (map_client.txt)
  236. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement