Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.24 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. MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
  6. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  7. llibrary (llibrary-1.7.7-1.10.2.jar)
  8. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  9. Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  10. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  11. FMLPlugin (InventoryTweaks-1.61-58.jar)
  12. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.106.jar)
  13. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  14. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  15. Contact their authors BEFORE contacting forge
  16.  
  17. // Everything's going to plan. No, really, that was supposed to happen.
  18.  
  19. Time: 9/21/17 3:16 PM
  20. Description: Exception while adding particle
  21.  
  22. java.lang.NullPointerException: Exception while adding particle
  23. at net.minecraft.world.World.func_189509_E(World.java:218)
  24. at net.minecraft.world.World.func_175625_s(World.java:2387)
  25. at pcl.openlights.ClientProxy$BlockColorHandler.func_186720_a(ClientProxy.java:48)
  26. at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:167)
  27. at net.minecraft.client.particle.ParticleDigging.func_187154_b(SourceFile:52)
  28. at net.minecraft.client.particle.ParticleDigging.func_174845_l(SourceFile:47)
  29. at net.minecraft.client.particle.ParticleDigging$Factory.func_178902_a(SourceFile:105)
  30. at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:144)
  31. at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:3035)
  32. at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2920)
  33. at net.minecraft.world.World.func_175720_a(World.java:1092)
  34. at net.minecraft.world.World.func_175688_a(World.java:1079)
  35. at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1146)
  36. at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1132)
  37. at net.minecraft.entity.Entity.func_70030_z(Entity.java:436)
  38. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:216)
  39. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
  40. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1932)
  41. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  42. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:167)
  43. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:381)
  44. at net.minecraft.world.World.func_72866_a(World.java:1964)
  45. at net.minecraft.world.World.func_72870_g(World.java:1934)
  46. at net.minecraft.world.World.func_72939_s(World.java:1750)
  47. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
  48. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  50. at net.minecraft.client.main.Main.main(SourceFile:124)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:483)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- Head --
  63. Thread: Client thread
  64. Stacktrace:
  65. at net.minecraft.world.World.func_189509_E(World.java:218)
  66. at net.minecraft.world.World.func_175625_s(World.java:2387)
  67. at pcl.openlights.ClientProxy$BlockColorHandler.func_186720_a(ClientProxy.java:48)
  68. at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:167)
  69. at net.minecraft.client.particle.ParticleDigging.func_187154_b(SourceFile:52)
  70. at net.minecraft.client.particle.ParticleDigging.func_174845_l(SourceFile:47)
  71. at net.minecraft.client.particle.ParticleDigging$Factory.func_178902_a(SourceFile:105)
  72. at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:144)
  73. at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:3035)
  74.  
  75. -- Particle being added --
  76. Details:
  77. ID: 37
  78. Parameters: [I@49902b7e
  79. Position: -19.02,129.22,10.11 - World: (-20,129,10), Chunk: (at 12,8,10 in -2,0; contains blocks -32,0,0 to -17,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  80. Stacktrace:
  81. at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2920)
  82. at net.minecraft.world.World.func_175720_a(World.java:1092)
  83. at net.minecraft.world.World.func_175688_a(World.java:1079)
  84. at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1146)
  85. at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1132)
  86. at net.minecraft.entity.Entity.func_70030_z(Entity.java:436)
  87. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:216)
  88. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
  89. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1932)
  90. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  91. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:167)
  92. at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:381)
  93. at net.minecraft.world.World.func_72866_a(World.java:1964)
  94. at net.minecraft.world.World.func_72870_g(World.java:1934)
  95.  
  96. -- Entity being ticked --
  97. Details:
  98. Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP)
  99. Entity ID: 4663
  100. Entity Name: The_Dark_Ike
  101. Entity's Exact location: -18.97, 129.12, 10.33
  102. Entity's Block location: World: (-19,129,10), Chunk: (at 13,8,10 in -2,0; contains blocks -32,0,0 to -17,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  103. Entity's Momentum: -0.25, -0.37, -0.06
  104. Entity's Passengers: []
  105. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  106. Stacktrace:
  107. at net.minecraft.world.World.func_72939_s(World.java:1750)
  108.  
  109. -- Affected level --
  110. Details:
  111. Level name: MpServer
  112. All players: 1 total; [GCEntityClientPlayerMP['The_Dark_Ike'/4663, l='MpServer', x=-18.97, y=129.12, z=10.33]]
  113. Chunk stats: MultiplayerChunkCache: 441, 441
  114. Level seed: 0
  115. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  116. Level generator options:
  117. Level spawn location: World: (-37,64,-117), Chunk: (at 11,4,11 in -3,-8; contains blocks -48,0,-128 to -33,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  118. Level time: 93078891 game time, 186107251 day time
  119. Level dimension: 0
  120. Level storage version: 0x00000 - Unknown?
  121. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  122. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  123. Forced entities: 53 total; [EntityImp['Imp'/4736, l='MpServer', x=-1.38, y=72.30, z=16.68], EntityImp['Imp'/4750, l='MpServer', x=3.54, y=99.00, z=-18.31], EntityImp['Imp'/4751, l='MpServer', x=11.44, y=103.00, z=-16.18], EntityPigZombie['Zombie'/6672, l='MpServer', x=-91.55, y=89.00, z=-4.74], EntityPigZombie['Zombie'/6674, l='MpServer', x=-93.81, y=82.00, z=8.34], EntityPigZombie['Zombie'/6807, l='MpServer', x=41.32, y=122.00, z=-28.89], EntityPigZombie['Zombie'/6808, l='MpServer', x=41.70, y=122.00, z=-28.27], MoCEntityManticore['Manticore'/6681, l='MpServer', x=10.30, y=41.95, z=96.58], EntityPigZombie['Zombie'/6809, l='MpServer', x=45.41, y=122.00, z=-31.70], EntityPigZombie['Zombie'/6683, l='MpServer', x=-55.50, y=102.00, z=-45.50], EntityPigZombie['Zombie'/6428, l='MpServer', x=9.50, y=78.00, z=-55.50], EntityPigZombie['Zombie'/6940, l='MpServer', x=14.50, y=82.00, z=59.50], EntityPigZombie['Zombie'/6813, l='MpServer', x=33.67, y=121.75, z=84.60], EntityPigZombie['Zombie'/6941, l='MpServer', x=2.74, y=82.00, z=59.50], EntityPigZombie['Zombie'/6942, l='MpServer', x=11.76, y=81.00, z=49.64], EntityPigZombie['Zombie'/6943, l='MpServer', x=18.50, y=82.00, z=63.50], MoCEntityHorseMob['HorseMob'/6308, l='MpServer', x=-30.50, y=83.00, z=82.50], EntityPigZombie['Zombie'/6695, l='MpServer', x=30.59, y=44.00, z=44.60], EntityPigZombie['Zombie'/6961, l='MpServer', x=-30.50, y=84.00, z=88.50], EntityPigZombie['Zombie'/6962, l='MpServer', x=-30.50, y=83.75, z=82.10], EntityPigZombie['Zombie'/6836, l='MpServer', x=-60.50, y=123.00, z=67.50], EntityPigZombie['Zombie'/6968, l='MpServer', x=-17.15, y=42.00, z=32.67], EntityPigZombie['Zombie'/6969, l='MpServer', x=-19.49, y=43.00, z=27.71], EntityPigZombie['Zombie'/6329, l='MpServer', x=-89.70, y=122.00, z=-44.30], EntityItem['item.item.leather'/5689, l='MpServer', x=-73.95, y=67.00, z=18.73], EntityPigZombie['Zombie'/6970, l='MpServer', x=-19.50, y=42.00, z=32.50], EntityPigZombie['Zombie'/6971, l='MpServer', x=-19.70, y=42.00, z=31.48], EntityPigZombie['Zombie'/6851, l='MpServer', x=-6.50, y=51.00, z=-60.50], EntityPigZombie['Zombie'/6855, l='MpServer', x=0.50, y=105.00, z=38.50], EntityPigZombie['Zombie'/6473, l='MpServer', x=-42.50, y=44.00, z=35.50], EntityPigZombie['Zombie'/6859, l='MpServer', x=39.76, y=122.00, z=35.46], EntityPigZombie['Zombie'/6860, l='MpServer', x=58.50, y=122.00, z=16.50], EntityPigZombie['Zombie'/6863, l='MpServer', x=51.81, y=122.00, z=14.50], EntityPigZombie['Zombie'/6870, l='MpServer', x=58.50, y=121.00, z=56.50], IrisEntity['entity.sgcraft.Stargate Iris.name'/4706, l='MpServer', x=-18.50, y=65.50, z=-14.60], EntityPigZombie['Zombie'/6630, l='MpServer', x=20.49, y=108.00, z=5.19], GCEntityClientPlayerMP['The_Dark_Ike'/4663, l='MpServer', x=-18.97, y=129.12, z=10.33], EntityPigZombie['Zombie'/6892, l='MpServer', x=-0.50, y=19.00, z=-24.50], MoCEntityManticore['Manticore'/6637, l='MpServer', x=33.70, y=121.00, z=84.70], EntityPigZombie['Zombie'/6893, l='MpServer', x=-1.50, y=19.00, z=-24.50], EntityPigZombie['Zombie'/6894, l='MpServer', x=1.50, y=19.00, z=-27.50], MoCEntityManticore['Manticore'/6640, l='MpServer', x=5.24, y=122.18, z=83.70], EntityPigZombie['Zombie'/6896, l='MpServer', x=14.24, y=19.00, z=-29.30], EntityPigZombie['Zombie'/6897, l='MpServer', x=9.12, y=19.00, z=-28.15], EntityPigZombie['Zombie'/6898, l='MpServer', x=8.42, y=19.00, z=-27.42], MoCEntityManticore['Manticore'/6899, l='MpServer', x=13.71, y=28.27, z=-52.30], EntityPigZombie['Zombie'/6389, l='MpServer', x=32.50, y=122.00, z=24.50], EntityItem['item.item.sulphur'/6390, l='MpServer', x=30.14, y=122.00, z=74.54], EntityPigZombie['Zombie'/6778, l='MpServer', x=-55.50, y=111.00, z=-56.50], EntityPigZombie['Zombie'/6906, l='MpServer', x=-77.50, y=67.00, z=-42.50], EntityPigZombie['Zombie'/6908, l='MpServer', x=-52.50, y=37.00, z=-39.50], EntityPigZombie['Zombie'/6909, l='MpServer', x=-61.50, y=37.00, z=-34.50], EntityPigZombie['Zombie'/6398, l='MpServer', x=-51.50, y=51.00, z=-47.50]]
  124. Retry entities: 0 total; []
  125. Server brand: fml,forge
  126. Server type: Non-integrated multiplayer server
  127. Stacktrace:
  128. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  129. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  130. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  131. at net.minecraft.client.main.Main.main(SourceFile:124)
  132. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  133. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  134. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  135. at java.lang.reflect.Method.invoke(Method.java:483)
  136. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  137. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  138.  
  139. -- System Details --
  140. Details:
  141. Minecraft Version: 1.10.2
  142. Operating System: Windows 10 (amd64) version 10.0
  143. Java Version: 1.8.0_25, Oracle Corporation
  144. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  145. Memory: 3285723496 bytes (3133 MB) / 6373904384 bytes (6078 MB) up to 8576565248 bytes (8179 MB)
  146. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  147. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  148. FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D8 87 mods loaded, 87 mods active
  149. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  150. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  151. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
  152. UCHIJA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
  153. UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  154. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  155. UCHIJA io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
  156. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  157. UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
  158. UCHIJA XaeroBetterPvP{1.13.7} [Better PVP Mod] (BetterPvP_1.13.7_Forge_1.10.2.jar)
  159. UCHIJA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
  160. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  161. UCHIJA JEI{3.14.7.419} [Just Enough Items] (jei_1.10.2-3.14.7.419.jar)
  162. UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar)
  163. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  164. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  165. UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  166. UCHIJA brandonscore{2.1.12} [Brandon's Core] (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  167. UCHIJA extendedrenderer{v1.0} [Extended Renderer] (coroutil-1.10.2-1.1.18.jar)
  168. UCHIJA coroutil{1.10.2-1.1.18} [CoroUtil Library] (coroutil-1.10.2-1.1.18.jar)
  169. UCHIJA configmod{v1.0} [Extended Mod Config] (coroutil-1.10.2-1.1.18.jar)
  170. UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar)
  171. UCHIJA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
  172. UCHIJA movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
  173. UCHIJA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
  174. UCHIJA dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeonsJBG-1.9.2-MC1.10.jar)
  175. UCHIJA draconicevolution{2.1.6} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.6.263-universal.jar)
  176. UCHIJA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-10.0.6.jar)
  177. UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  178. UCHIJA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
  179. UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
  180. UCHIJA EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
  181. UCHIJA exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar)
  182. UCHIJA excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar)
  183. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  184. UCHIJA IC2{2.6.252-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.252-ex110.jar)
  185. UCHIJA forestry{5.2.17.388} [Forestry] (forestry_1.10.2-5.2.17.388.jar)
  186. UCHIJA forgemultipartcbe{2.0.0.38} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  187. UCHIJA microblockcbe{2.0.0.38} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  188. UCHIJA minecraftmultipartcbe{2.0.0.38} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.38-universal.jar)
  189. UCHIJA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.10.2-4.0.0.106.jar)
  190. UCHIJA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.10.2-4.0.0.106.jar)
  191. UCHIJA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
  192. UCHIJA grimoireofgaia{1.5.6} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.10.2-1.5.6.jar)
  193. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  194. UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
  195. UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
  196. UCHIJA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
  197. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  198. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  199. UCHIJA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar)
  200. UCHIJA jurassicraft{2.0.5} [JurassiCraft] (JurassiCraft-2.0.5.jar)
  201. UCHIJA magma_monsters{0.1.15} [magma_monsters] (MagmaMonsters-0.1.15.jar)
  202. UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
  203. UCHIJA Mekanism{9.2.3} [Mekanism] (Mekanism-1.10.2-9.2.3.97.jar)
  204. UCHIJA MekanismGenerators{9.2.3} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.3.97.jar)
  205. UCHIJA MekanismTools{9.2.3} [MekanismTools] (MekanismTools-1.10.2-9.2.3.97.jar)
  206. UCHIJA railcraft{10.2.0} [Railcraft] (Railcraft_1.10.2-10.2.0.jar)
  207. UCHIJA morebees{1.10.2-1.4.1.1} [More Bees] (morebees-1.10.2-1.4.1.1.jar)
  208. UCHIJA MrTJPCoreMod{2.0.1.20} [MrTJPCore] (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  209. UCHIJA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar)
  210. UCHIJA natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar)
  211. UCHIJA nethercore{1.10.2-2.0.2} [Nether Core] (nethercore-1.10.2-2.0.2.jar)
  212. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  213. UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar)
  214. UCHIJA ocrsdriver{1.0} [OC RS Driver] (ocrsdriver-1.0.2.jar)
  215. UCHIJA openlights{0.1.0.1} [OpenLights] (OpenLights-MC1.9.4-0.1.0.1.jar)
  216. UCHIJA openradio{0.9.4} [OpenRadio] (OpenRadio-0.9.4-MC1.10.2.jar)
  217. UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
  218. UCHIJA projectred-core{4.8.4.49} [ProjectRed Core] (ProjectRed-1.10.2-4.8.4.49-Base.jar)
  219. UCHIJA projectred-integration{4.8.4.49} [ProjectRed integration] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
  220. UCHIJA projectred-transmission{4.8.4.49} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.4.49-integration.jar)
  221. UCHIJA projectred-fabrication{4.8.4.49} [ProjectRed Fabrication] (ProjectRed-1.10.2-4.8.4.49-fabrication.jar)
  222. UCHIJA projectred-illumination{4.8.4.49} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.4.49-lighting.jar)
  223. UCHIJA projectred-expansion{4.8.4.49} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar)
  224. UCHIJA projectred-transportation{4.8.4.49} [ProjectRed Transportation] (ProjectRed-1.10.2-4.8.4.49-mechanical.jar)
  225. UCHIJA projectred-exploration{4.8.4.49} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.4.49-world.jar)
  226. UCHIJA reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar)
  227. UCHIJA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar)
  228. UCHIJA rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar)
  229. UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
  230. UCHIJA sgcraft{1.13.2} [SG Craft] (SGCraft-1.13.2-mc1.10.2.jar)
  231. UCHIJA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  232. UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
  233. UCHIJA undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.10-1.0.v.19.jar)
  234. UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
  235. UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
  236. UCHIJA zombieawareness{1.10.2-1.11.8} [Zombie Awareness] (zombieawareness-1.10.2-1.11.8.jar)
  237. Loaded coremods (and transformers):
  238. CorePlugin (MrTJPCore-1.10.2-2.0.1.20-universal.jar)
  239.  
  240. MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
  241.  
  242. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  243. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  244. llibrary (llibrary-1.7.7-1.10.2.jar)
  245. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  246. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  247. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  248. codechicken.lib.asm.ClassHeirachyManager
  249. codechicken.lib.asm.CCL_ASMTransformer
  250. Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar)
  251. com.brandon3055.brandonscore.asm.ClassTransformer
  252. EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
  253. com.enderio.core.common.transform.EnderCoreTransformer
  254. FMLPlugin (InventoryTweaks-1.61-58.jar)
  255. invtweaks.forge.asm.ContainerTransformer
  256. MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.106.jar)
  257. micdoodle8.mods.miccore.MicdoodleTransformer
  258. IC2core (industrialcraft-2-2.6.252-ex110.jar)
  259.  
  260. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  261. li.cil.oc.common.asm.ClassTransformer
  262. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.65' Renderer: 'GeForce GTX 680/PCIe/SSE2'
  263. Pulsar/tconstruct loaded Pulses:
  264. - TinkerCommons (Enabled/Forced)
  265. - TinkerWorld (Enabled/Not Forced)
  266. - TinkerTools (Enabled/Not Forced)
  267. - TinkerHarvestTools (Enabled/Forced)
  268. - TinkerMeleeWeapons (Enabled/Forced)
  269. - TinkerRangedWeapons (Enabled/Forced)
  270. - TinkerModifiers (Enabled/Forced)
  271. - TinkerSmeltery (Enabled/Not Forced)
  272. - TinkerGadgets (Enabled/Not Forced)
  273. - TinkerOredict (Enabled/Forced)
  274. - TinkerIntegration (Enabled/Forced)
  275. - TinkerFluids (Enabled/Forced)
  276. - TinkerMaterials (Enabled/Forced)
  277. - TinkerModelRegister (Enabled/Forced)
  278.  
  279. Pulsar/natura loaded Pulses:
  280. - NaturaCommons (Enabled/Forced)
  281. - NaturaOverworld (Enabled/Not Forced)
  282. - NaturaNether (Enabled/Not Forced)
  283. - NaturaDecorative (Enabled/Not Forced)
  284. - NaturaTools (Enabled/Not Forced)
  285. - NaturaEntities (Enabled/Not Forced)
  286. - NaturaOredict (Enabled/Forced)
  287. - NaturaWorld (Enabled/Not Forced)
  288.  
  289. CodeChickenLib Invalid Fingerprint Reports:
  290. 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.):
  291. * Optifine is installed. This is NOT supported.
  292. * The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from refinedstorage-1.2.26.jar).
  293. It is a supported version, but that difference may lead to problems.
  294. 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.
  295. Detailed RF API diagnostics:
  296. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/EnergyStorage.class
  297. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyConnection.class
  298. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  299. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyHandler.class
  300. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyProvider.class
  301. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  302. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/IEnergyStorage.class
  303. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  304. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Ilyan/AppData/Roaming/.minecraft/SchrottWald%20Test%201.10/mods/BrandonsCore-1.10.2-2.1.12.130-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  305. Detailed Tesla API diagnostics:
  306. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  307. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  308. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  309. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  310. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  311. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  312. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  313. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  314. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  315. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  316. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  317.  
  318. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  319. !!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
  320. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  321.  
  322. Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
  323. LWJGL: 2.9.4
  324. OpenGL: GeForce GTX 680/PCIe/SSE2 GL version 4.5.0 NVIDIA 381.65, NVIDIA Corporation
  325. GL Caps: Using GL 1.3 multitexturing.
  326. Using GL 1.3 texture combiners.
  327. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  328. Shaders are available because OpenGL 2.1 is supported.
  329. VBOs are available because OpenGL 1.5 is supported.
  330.  
  331. Using VBOs: Yes
  332. Is Modded: Definitely; Client brand changed to 'fml,forge'
  333. Type: Client (map_client.txt)
  334. Resource Packs: SG Craft - Gates Gone Gray.zip
  335. Current Language: Deutsch (Deutschland)
  336. Profiler Position: N/A (disabled)
  337. CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
  338. OptiFine Version: OptiFine_1.10.2_HD_U_D8
  339. Render Distance Chunks: 12
  340. Mipmaps: 0
  341. Anisotropic Filtering: 1
  342. Antialiasing: 0
  343. Multitexture: false
  344. Shaders: null
  345. OpenGlVersion: 4.5.0 NVIDIA 381.65
  346. OpenGlRenderer: GeForce GTX 680/PCIe/SSE2
  347. OpenGlVendor: NVIDIA Corporation
  348. CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement