Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 30.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4.   EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
  5.   Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.3-anarchy.jar)
  6.   CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  7.   Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  8.  LoadingPlugin (Quark-r1.1-70.jar)
  9.  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  10.  BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  11.  ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  12.  IC2core (industrialcraft-2-2.6.142-ex110.jar)
  13.  AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  14.  TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  15. Contact their authors BEFORE contacting forge
  16.  
  17. // Ooh. Shiny.
  18.  
  19. Time: 2/26/17 1:14 PM
  20. Description: Tesselating block model
  21.  
  22. java.lang.NullPointerException: Tesselating block model
  23.     at net.darkhax.darkutils.features.sneaky.ModelSneakyBlock$SneakyBlockAccess.func_180495_p(ModelSneakyBlock.java:148)
  24.     at crazypants.enderio.render.rendermapper.ConnectedBlockRenderMapper.isSameKind(ConnectedBlockRenderMapper.java:53)
  25.     at crazypants.enderio.render.rendermapper.ConnectedBlockRenderMapper.<init>(ConnectedBlockRenderMapper.java:46)
  26.     at crazypants.enderio.material.fusedQuartz.FusedQuartzBlockRenderMapper.<init>(FusedQuartzBlockRenderMapper.java:24)
  27.     at crazypants.enderio.material.fusedQuartz.BlockFusedQuartz.getExtendedState(BlockFusedQuartz.java:73)
  28.     at net.darkhax.darkutils.features.sneaky.ModelSneakyBlock.func_188616_a(ModelSneakyBlock.java:70)
  29.     at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
  30.     at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  31.     at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  32.     at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  33.     at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  34.     at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:53)
  35.     at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:290)
  36.     at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
  37.     at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
  38.     at java.lang.Thread.run(Thread.java:745)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Thread: Client thread
  46. Stacktrace:
  47.     at net.darkhax.darkutils.features.sneaky.ModelSneakyBlock$SneakyBlockAccess.func_180495_p(ModelSneakyBlock.java:148)
  48.     at crazypants.enderio.render.rendermapper.ConnectedBlockRenderMapper.isSameKind(ConnectedBlockRenderMapper.java:53)
  49.     at crazypants.enderio.render.rendermapper.ConnectedBlockRenderMapper.<init>(ConnectedBlockRenderMapper.java:46)
  50.     at crazypants.enderio.material.fusedQuartz.FusedQuartzBlockRenderMapper.<init>(FusedQuartzBlockRenderMapper.java:24)
  51.     at crazypants.enderio.material.fusedQuartz.BlockFusedQuartz.getExtendedState(BlockFusedQuartz.java:73)
  52.     at net.darkhax.darkutils.features.sneaky.ModelSneakyBlock.func_188616_a(ModelSneakyBlock.java:70)
  53.     at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:101)
  54.     at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
  55.  
  56. -- Block model being tesselated --
  57. Details:
  58.     Block: darkutils:sneaky_ghost
  59.     Block location: World: (808,79,2052), Chunk: (at 8,4,4 in 50,128; contains blocks 800,0,2048 to 815,255,2063), Region: (1,4; contains chunks 32,128 to 63,159, blocks 512,0,2048 to 1023,255,2559)
  60.     Using AO: true
  61. Stacktrace:
  62.     at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
  63.     at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
  64.  
  65. -- Block being tesselated --
  66. Details:
  67.     Block type: ID #1235 (tile.darkutils.sneaky.ghost // net.darkhax.darkutils.features.sneaky.BlockSneakyGhost)
  68.     Block data value: 0 / 0x0 / 0b0000
  69.     Block location: World: (808,79,2052), Chunk: (at 8,4,4 in 50,128; contains blocks 800,0,2048 to 815,255,2063), Region: (1,4; contains chunks 32,128 to 63,159, blocks 512,0,2048 to 1023,255,2559)
  70. Stacktrace:
  71.     at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
  72.  
  73. -- Block being tesselated --
  74. Details:
  75.     Block type: ID #1235 (tile.darkutils.sneaky.ghost // net.darkhax.darkutils.features.sneaky.BlockSneakyGhost)
  76.     Block data value: 0 / 0x0 / 0b0000
  77.     Block location: World: (808,79,2052), Chunk: (at 8,4,4 in 50,128; contains blocks 800,0,2048 to 815,255,2063), Region: (1,4; contains chunks 32,128 to 63,159, blocks 512,0,2048 to 1023,255,2559)
  78. Stacktrace:
  79.     at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:53)
  80.  
  81. -- Affected level --
  82. Details:
  83.     Level name: MpServer
  84.     All players: 1 total; [EntityPlayerSP['HaphazardDamage'/552, l='MpServer', x=806.15, y=78.00, z=2051.84]]
  85.     Chunk stats: MultiplayerChunkCache: 441, 441
  86.     Level seed: 0
  87.     Level generator: ID 00 - default, ver 1. Features enabled: false
  88.     Level generator options:
  89.     Level spawn location: World: (56,72,93), Chunk: (at 8,4,13 in 3,5; contains blocks 48,0,80 to 63,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  90.     Level time: 103521484 game time, 27230605 day time
  91.     Level dimension: 0
  92.     Level storage version: 0x00000 - Unknown?
  93.     Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
  94.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  95.     Forced entities: 119 total; [EntityZombie['Zombie'/787, l='MpServer', x=739.50, y=27.00, z=1989.50], EntitySkeleton['Skeleton'/788, l='MpServer', x=738.50, y=28.00, z=1986.50], EntityCartChest['Chest Cart'/789, l='MpServer', x=754.50, y=17.06, z=1964.50], EntityCartChest['Chest Cart'/808, l='MpServer', x=908.50, y=28.06, z=2183.50], EntityBat['Bat'/553, l='MpServer', x=806.07, y=5.01, z=2051.03], EntitySheep['Sheep'/554, l='MpServer', x=814.59, y=95.00, z=2062.62], EntityCartChest['Chest Cart'/810, l='MpServer', x=886.50, y=27.06, z=2179.50], EntitySheep['Sheep'/555, l='MpServer', x=807.15, y=95.00, z=2062.43], EntitySheep['Sheep'/556, l='MpServer', x=813.44, y=95.00, z=2063.21], EntityChicken['Chicken'/557, l='MpServer', x=734.19, y=62.63, z=2127.16], EntityChicken['Chicken'/559, l='MpServer', x=766.56, y=109.00, z=2084.10], EntityItem['item.item.egg'/560, l='MpServer', x=766.88, y=109.00, z=2084.59], EntityPlayerSP['HaphazardDamage'/552, l='MpServer', x=806.15, y=78.00, z=2051.84], EntityZombie['Zombie'/567, l='MpServer', x=742.50, y=56.00, z=2072.50], EntityZombie['Zombie'/568, l='MpServer', x=739.50, y=56.00, z=2078.50], EntityZombie['Zombie'/569, l='MpServer', x=739.50, y=56.00, z=2079.50], EntityZombie['Zombie'/570, l='MpServer', x=740.50, y=60.00, z=2074.50], EntityCreeper['Creeper'/573, l='MpServer', x=735.50, y=52.00, z=2067.50], EntitySkeleton['Skeleton'/574, l='MpServer', x=791.50, y=5.00, z=2000.50], EntityZombie['Zombie'/575, l='MpServer', x=784.50, y=5.00, z=2008.50], EntityZombie['Zombie'/576, l='MpServer', x=784.50, y=5.00, z=2008.50], EntityBat['Bat'/577, l='MpServer', x=786.48, y=43.43, z=2009.67], EntityCartChest['Chest Cart'/834, l='MpServer', x=693.50, y=18.06, z=1911.50], EntityChicken['Chicken'/579, l='MpServer', x=790.54, y=97.00, z=2125.66], EntityChicken['Chicken'/585, l='MpServer', x=746.53, y=62.63, z=2130.23], EntityCow['Cow'/842, l='MpServer', x=816.47, y=95.00, z=2062.78], EntityBat['Bat'/844, l='MpServer', x=807.01, y=5.03, z=2042.58], EntityItem['item.item.bone'/589, l='MpServer', x=781.47, y=104.00, z=2108.44], EntityCartChest['Chest Cart'/847, l='MpServer', x=827.50, y=16.06, z=2161.50], EntityChicken['Chicken'/592, l='MpServer', x=766.51, y=98.00, z=2106.88], EntityZombie['Zombie'/593, l='MpServer', x=793.50, y=5.00, z=2076.50], EntityChicken['Chicken'/853, l='MpServer', x=848.24, y=71.00, z=2120.53], EntityChicken['Chicken'/859, l='MpServer', x=844.50, y=79.00, z=2096.70], EntityItem['item.item.egg'/860, l='MpServer', x=844.13, y=79.00, z=2096.88], EntityChicken['Chicken'/861, l='MpServer', x=821.85, y=75.00, z=2115.26], EntityChicken['Chicken'/862, l='MpServer', x=831.26, y=73.00, z=2116.76], EntityItem['item.item.egg'/863, l='MpServer', x=822.61, y=75.00, z=2114.31], EntityChicken['Chicken'/865, l='MpServer', x=848.83, y=78.00, z=2092.73], EntityChicken['Chicken'/866, l='MpServer', x=860.48, y=71.00, z=2088.84], EntityItem['item.item.egg'/867, l='MpServer', x=860.95, y=71.00, z=2088.16], EntityPig['Pig'/877, l='MpServer', x=833.26, y=95.00, z=2080.65], EntityChicken['Chicken'/622, l='MpServer', x=729.48, y=84.00, z=1992.13], EntityCartChest['Chest Cart'/879, l='MpServer', x=898.50, y=25.06, z=2154.50], EntityCartChest['Chest Cart'/880, l='MpServer', x=908.50, y=25.06, z=2147.50], EntityCartChest['Chest Cart'/891, l='MpServer', x=850.50, y=24.06, z=2173.50], EntitySkeleton['Skeleton'/900, l='MpServer', x=784.50, y=5.00, z=2057.50], EntityWitch['Witch'/901, l='MpServer', x=798.50, y=12.00, z=2061.50], EntityBat['Bat'/902, l='MpServer', x=798.13, y=5.40, z=2044.01], EntityCartChest['Chest Cart'/647, l='MpServer', x=752.50, y=12.00, z=1937.50], EntitySkeleton['Skeleton'/903, l='MpServer', x=784.50, y=5.00, z=2047.50], EntitySkeleton['Skeleton'/904, l='MpServer', x=785.50, y=5.00, z=2047.50], EntityChicken['Chicken'/905, l='MpServer', x=782.14, y=85.00, z=2061.36], EntityItem['item.item.feather'/906, l='MpServer', x=783.70, y=85.00, z=2062.78], EntityItem['item.item.egg'/907, l='MpServer', x=781.32, y=85.00, z=2062.08], EntityCreeper['Creeper'/908, l='MpServer', x=823.50, y=5.00, z=2000.50], EntityChicken['Chicken'/909, l='MpServer', x=822.66, y=62.53, z=2013.73], EntityItem['item.item.egg'/910, l='MpServer', x=823.40, y=61.00, z=2014.31], EntityCreeper['Creeper'/911, l='MpServer', x=838.50, y=65.00, z=1998.50], EntityZombie['Zombie'/912, l='MpServer', x=791.50, y=43.00, z=2029.50], EntityBat['Bat'/913, l='MpServer', x=784.59, y=43.06, z=2026.55], EntitySpider['Spider'/914, l='MpServer', x=789.46, y=108.00, z=2030.00], EntityItem['item.item.egg'/915, l='MpServer', x=816.68, y=61.00, z=1991.82], EntityChicken['Chicken'/920, l='MpServer', x=815.75, y=62.57, z=1991.08], EntityChicken['Chicken'/921, l='MpServer', x=815.79, y=72.00, z=1998.98], EntityItem['item.item.egg'/922, l='MpServer', x=815.07, y=72.00, z=1998.88], EntityPig['Pig'/928, l='MpServer', x=826.50, y=95.00, z=2087.21], EntityPig['Pig'/929, l='MpServer', x=827.38, y=95.00, z=2081.13], EntityPig['Pig'/930, l='MpServer', x=827.48, y=95.00, z=2080.07], EntitySpider['Spider'/931, l='MpServer', x=849.50, y=5.00, z=2054.50], EntityHorse['Horse'/932, l='MpServer', x=839.00, y=95.00, z=2070.44], EntityHorse['Horse'/933, l='MpServer', x=832.59, y=95.00, z=2074.23], EntityHorse['Horse'/934, l='MpServer', x=832.94, y=95.00, z=2077.97], EntityItemFrame['Item Frame'/680, l='MpServer', x=675.50, y=104.50, z=2011.03], EntityCow['Cow'/936, l='MpServer', x=824.52, y=95.00, z=2069.79], EntityItemFrame['Item Frame'/681, l='MpServer', x=675.50, y=104.50, z=2015.97], EntityCow['Cow'/937, l='MpServer', x=820.72, y=95.00, z=2069.77], EntityItemFrame['Item Frame'/682, l='MpServer', x=672.50, y=104.50, z=2010.03], EntityCow['Cow'/938, l='MpServer', x=817.39, y=95.00, z=2065.70], EntityCow['Cow'/939, l='MpServer', x=828.86, y=95.00, z=2071.39], EntityCow['Cow'/940, l='MpServer', x=821.42, y=95.00, z=2074.83], EntityCow['Cow'/941, l='MpServer', x=819.49, y=95.00, z=2078.91], EntityCartChest['Chest Cart'/686, l='MpServer', x=693.50, y=27.06, z=1973.50], EntitySheep['Sheep'/942, l='MpServer', x=808.45, y=95.00, z=2087.55], EntityCartChest['Chest Cart'/687, l='MpServer', x=744.50, y=11.00, z=1927.50], EntitySheep['Sheep'/943, l='MpServer', x=804.51, y=95.00, z=2084.28], EntitySheep['Sheep'/944, l='MpServer', x=805.75, y=95.00, z=2083.52], EntitySheep['Sheep'/945, l='MpServer', x=804.99, y=95.00, z=2087.36], EntitySheep['Sheep'/946, l='MpServer', x=809.53, y=95.00, z=2086.76], EntityChicken['Chicken'/947, l='MpServer', x=805.78, y=95.00, z=2082.58], EntitySheep['Sheep'/948, l='MpServer', x=809.45, y=95.00, z=2083.26], EntitySheep['Sheep'/949, l='MpServer', x=812.51, y=95.00, z=2080.08], EntityCow['Cow'/950, l='MpServer', x=850.99, y=69.00, z=2020.55], EntityBat['Bat'/952, l='MpServer', x=803.66, y=5.96, z=2065.45], EntitySheep['Sheep'/953, l='MpServer', x=814.53, y=95.00, z=2067.13], EntityCartChest['Chest Cart'/698, l='MpServer', x=686.50, y=18.06, z=1973.50], EntitySheep['Sheep'/954, l='MpServer', x=814.49, y=95.00, z=2072.53], EntitySheep['Sheep'/955, l='MpServer', x=814.57, y=95.00, z=2074.62], EntitySheep['Sheep'/956, l='MpServer', x=805.76, y=95.00, z=2079.21], EntitySheep['Sheep'/957, l='MpServer', x=813.49, y=95.00, z=2073.53], EntitySheep['Sheep'/958, l='MpServer', x=813.18, y=95.00, z=2065.29], EntitySheep['Sheep'/959, l='MpServer', x=811.55, y=95.00, z=2079.18], EntitySheep['Sheep'/960, l='MpServer', x=812.49, y=95.00, z=2078.82], EntitySheep['Sheep'/961, l='MpServer', x=814.92, y=95.00, z=2069.77], EntitySheep['Sheep'/962, l='MpServer', x=811.24, y=95.00, z=2064.43], EntityZombie['entity.Zombie.name'/963, l='MpServer', x=818.50, y=5.00, z=2033.50], EntityItem['item.item.rottenFlesh'/964, l='MpServer', x=827.16, y=86.00, z=2043.93], EntityOcelot['Thing 2'/712, l='MpServer', x=752.72, y=80.00, z=2030.38], EntityWitch['Witch'/713, l='MpServer', x=777.50, y=12.00, z=2014.50], EntityWitch['Witch'/714, l='MpServer', x=773.50, y=12.00, z=2012.50], EntityItem['item.item.rottenFlesh'/715, l='MpServer', x=778.99, y=106.00, z=2012.57], EntityXPOrb['Experience Orb'/724, l='MpServer', x=762.98, y=74.00, z=2013.00], EntityXPOrb['Experience Orb'/725, l='MpServer', x=760.78, y=74.00, z=2011.66], EntityXPOrb['Experience Orb'/726, l='MpServer', x=762.74, y=74.00, z=2012.87], EntitySkeleton['Skeleton'/727, l='MpServer', x=766.30, y=104.48, z=2010.34], EntitySpider['Spider'/728, l='MpServer', x=797.50, y=15.00, z=1976.50], EntityItem['item.item.rottenFlesh'/730, l='MpServer', x=775.27, y=101.00, z=1999.51], EntityBat['Bat'/760, l='MpServer', x=775.17, y=13.77, z=1972.20], EntityItem['item.item.rottenFlesh'/762, l='MpServer', x=759.44, y=105.00, z=1998.72], EntityCartChest['Chest Cart'/764, l='MpServer', x=754.50, y=24.06, z=1977.50]]
  96.     Retry entities: 0 total; []
  97.     Server brand: fml,forge,sponge
  98.     Server type: Non-integrated multiplayer server
  99. Stacktrace:
  100.     at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
  101.     at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  102.     at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
  103.     at java.lang.Thread.run(Thread.java:745)
  104.  
  105. -- System Details --
  106. Details:
  107.     Minecraft Version: 1.10.2
  108.     Operating System: Windows 8.1 (amd64) version 6.3
  109.     Java Version: 1.8.0_25, Oracle Corporation
  110.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  111.     Memory: 5677710360 bytes (5414 MB) / 9663676416 bytes (9216 MB) up to 9663676416 bytes (9216 MB)
  112.     JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms9216m -Xmx9216m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
  113.     IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  114.     FML: MCP 9.32 Powered by Forge 12.18.3.2185 Optifine OptiFine_1.10.2_HD_U_D6 83 mods loaded, 83 mods active
  115.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116.     UCHIJA  mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  117.     UCHIJA  FML{8.0.99.99} [Forge Mod Loader] (modpack.jar)
  118.     UCHIJA  Forge{12.18.3.2185} [Minecraft Forge] (modpack.jar)
  119.     UCHIJA  appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
  120.     UCHIJA  OpenComputers|Core{1.6.1.6} [OpenComputers (Core)] (minecraft.jar)
  121.     UCHIJA  foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  122.     UCHIJA  ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  123.     UCHIJA  actuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar)
  124.     UCHIJA  Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
  125.     UCHIJA  Botania{r1.9-340} [Botania] (Botania r1.9-340.jar)
  126.     UCHIJA  AkashicTome{1.0-5} [Akashic Tome] (AkashicTome-1.0-5.jar)
  127.     UCHIJA  appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
  128.     UCHIJA  Morphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
  129.     UCHIJA  Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
  130.     UCHIJA  Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
  131.     UCHIJA  AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  132.     UCHIJA  badwithernocookie{1.10.2-0.0.1-5418dde} [Bad Wither No Cookie!] (BadWitherNoCookie-1.10.2-0.0.1-5418dde.jar)
  133.     UCHIJA  bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  134.     UCHIJA  betterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
  135.     UCHIJA  BiomesOPlenty{5.0.0.2109} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2109-universal.jar)
  136.     UCHIJA  guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  137.     UCHIJA  JEI{3.14.2.401} [Just Enough Items] (jei_1.10.2-3.14.2.401.jar)
  138.     UCHIJA  BloodMagic{1.9.4-2.1.0-69} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-69.jar)
  139.     UCHIJA  bookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
  140.     UCHIJA  CodeChickenLib{2.5.2.198} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  141.     UCHIJA  brandonscore{2.1.3} [Brandon's Core] (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  142.     UCHIJA  Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  143.     UCHIJA  chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar)
  144.     UCHIJA  mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar)
  145.     UCHIJA  chiselsandbits{12.11} [Chisels & Bits] (chiselsandbits-12.11.jar)
  146.     UCHIJA  CodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
  147.     UCHIJA  IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
  148.     UCHIJA  compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  149.     UCHIJA  MineTweaker3{3.0.17} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.17.jar)
  150.     UCHIJA  ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.17.jar)
  151.     UCHIJA  CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  152.     UCHIJA  Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  153.     UCHIJA  darkutils{1.1.6.105} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.105.jar)
  154.     UCHIJA  PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.4_1.10.2.jar)
  155.     UCHIJA  props{2.3.4} [Decocraft] (Decocraft-2.3.4_1.10.2.jar)
  156.     UCHIJA  forestry{5.2.17.354} [Forestry] (forestry_1.10.2-5.2.17.354.jar)
  157.     UCHIJA  eleccore{1.6.379} [ElecCore] (ElecCore-1.10.2-1.6.379.jar)
  158.     UCHIJA  EnderStorage{2.2.0.96} [EnderStorage] (EnderStorage-1.10.2-2.2.0.96-universal.jar)
  159.     UCHIJA  OpenComputers{1.6.1.6} [OpenComputers] (OpenComputers-MC1.10.2-1.6.1.6.jar)
  160.     UCHIJA  deepresonance{1.4.3} [DeepResonance] (deepresonance-1.1x-1.4.3.jar)
  161.     UCHIJA  draconicevolution{2.0.7} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.7.168-universal.jar)
  162.     UCHIJA  endercore{1.10.2-0.4.1.64-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.64-beta.jar)
  163.     UCHIJA  EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
  164.     UCHIJA  ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-1.1.3d.jar)
  165.     UCHIJA  zerocore{1.10.2-0.1.0.1} [Zero CORE] (zerocore-1.10.2-0.1.0.1.jar)
  166.     UCHIJA  bigreactors{1.10.2-0.4.5.24} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.24.jar)
  167.     UCHIJA  fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  168.     UCHIJA  flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  169.     UCHIJA  foamfix{@VERSION@} [FoamFix] (foamfix-0.5.3-anarchy.jar)
  170.     UCHIJA  gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  171.     UCHIJA  mantle{1.10.2-1.1.4.203} [Mantle] (Mantle-1.10.2-1.1.4.jar)
  172.     UCHIJA  tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
  173.     UCHIJA  immersiveengineering{0.10-54} [Immersive Engineering] (ImmersiveEngineering-0.10-54.jar)
  174.     UCHIJA  inventorysorter{0.10.5+46} [Simple Inventory sorting] (inventorysorter-1.10.2-0.10.5+46.jar)
  175.     UCHIJA  ironbackpacks{1.10.2-2.2.22} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.22.jar)
  176.     UCHIJA  ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  177.     UCHIJA  jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar)
  178.     UCHIJA  journeymap{1.10.2-5.4.3} [JourneyMap] (journeymap-1.10.2-5.4.3.jar)
  179.     UCHIJA  jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  180.     UCHIJA  llor{1.1.1-mc[1.9-1.11]} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.1.1-mc[1.9-1.11].jar)
  181.     UCHIJA  mercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar)
  182.     UCHIJA  morebees{1.10.2-1.3.1} [More Bees] (morebees-1.10.2-1.3.1.jar)
  183.     UCHIJA  Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  184.     UCHIJA  notenoughwands{1.5.3} [Not Enough Wands] (notenoughwands-1.1x-1.5.3.jar)
  185.     UCHIJA  harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  186.     UCHIJA  railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  187.     UCHIJA  rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  188.     UCHIJA  StorageDrawers{1.10.2-3.5.17} [Storage Drawers] (StorageDrawers-1.10.2-3.5.17.jar)
  189.     UCHIJA  refinedstorage{1.2.17} [Refined Storage] (refinedstorage-1.2.17.jar)
  190.     UCHIJA  ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  191.     UCHIJA  rftools{5.81} [RFTools] (rftools-1.1x-5.81.jar)
  192.     UCHIJA  rftoolscontrol{1.6.4} [RFTools Control] (rftoolsctrl-1.1x-1.6.4.jar)
  193.     UCHIJA  rftoolsdim{4.53} [RFTools Dimensions] (rftoolsdim-1.1x-4.53.jar)
  194.     UCHIJA  rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
  195.     UCHIJA  theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
  196.     UCHIJA  WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar)
  197.     UCHIJA  icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.1.213.jar)
  198.     UCHIJA  wawla{2.3.1.213} [What Are We Looking At] (Wawla-1.10.2-2.3.1.213.jar)
  199.     Loaded coremods (and transformers):
  200. EnderCorePlugin (EnderCore-1.10.2-0.4.1.64-beta.jar)
  201.  com.enderio.core.common.transform.EnderCoreTransformer
  202. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.3-anarchy.jar)
  203.  pl.asie.foamfix.coremod.FoamFixTransformer
  204. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
  205.  codechicken.lib.asm.ClassHeirachyManager
  206.  codechicken.lib.asm.BlockStateLoaderTransformer
  207. Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
  208.   com.brandon3055.brandonscore.asm.ClassTransformer
  209. LoadingPlugin (Quark-r1.1-70.jar)
  210.   vazkii.quark.base.asm.ClassTransformer
  211. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  212.   lumien.resourceloader.asm.ClassTransformer
  213. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
  214.   net.darkhax.bookshelf.asm.BookshelfTransformerManager
  215. ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
  216.   team.chisel.common.asm.ChiselTransformer
  217. IC2core (industrialcraft-2-2.6.142-ex110.jar)
  218.  
  219. AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
  220.   appeng.coremod.transformer.ASMIntegration
  221. TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
  222.   li.cil.oc.common.asm.ClassTransformer
  223.     GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  224.     AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
  225.     Pulsar/tconstruct loaded Pulses:
  226.         - TinkerCommons (Enabled/Forced)
  227.         - TinkerWorld (Enabled/Not Forced)
  228.         - TinkerTools (Enabled/Not Forced)
  229.         - TinkerHarvestTools (Enabled/Forced)
  230.         - TinkerMeleeWeapons (Enabled/Forced)
  231.         - TinkerRangedWeapons (Enabled/Forced)
  232.         - TinkerModifiers (Enabled/Forced)
  233.         - TinkerSmeltery (Enabled/Not Forced)
  234.         - TinkerGadgets (Enabled/Not Forced)
  235.         - TinkerOredict (Enabled/Forced)
  236.         - TinkerIntegration (Enabled/Forced)
  237.         - TinkerFluids (Enabled/Forced)
  238.         - TinkerMaterials (Enabled/Forced)
  239.         - TinkerModelRegister (Enabled/Forced)
  240.         - chiselsandbitsIntegration (Enabled/Not Forced)
  241.         - WailaIntegration (Enabled/Not Forced)
  242.         - theoneprobeIntegration (Enabled/Not Forced)
  243.  
  244.     CodeChickenLib Invalid Fingerprint Reports:
  245.     CodeChickenCore Invalid Fingerprint Reports:
  246.     EnderStorage Invalid Fingerprint Reports:
  247.     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.):
  248.                  * Optifine is installed. This is NOT supported.
  249.                  * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/CoFHAPIProps.class).
  250.                    Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
  251.                 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.
  252.     Detailed RF API diagnostics:
  253.                   * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/EnergyStorage.class
  254.                   * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyConnection.class
  255.                   * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  256.                   * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyHandler.class
  257.                   * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyProvider.class
  258.                   * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  259.                   * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/IEnergyStorage.class
  260.                   * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  261.                   * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Damage/AppData/Roaming/.technic/modpacks/skinnedteen-minecraft-pack/mods/BrandonsCore-1.10.2-2.1.3.82-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  262.     Detailed Tesla API diagnostics:
  263.                   * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  264.                   * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  265.                   * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  266.                   * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  267.                   * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  268.                   * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  269.                   * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  270.                   * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  271.                   * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  272.                   * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  273.                   * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  274.  
  275.     AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
  276.     Launched Version: 1.10.2-forge1.10.2-12.18.3.2185
  277.     LWJGL: 2.9.4
  278.     OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  279.     GL Caps: Using GL 1.3 multitexturing.
  280. Using GL 1.3 texture combiners.
  281. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  282. Shaders are available because OpenGL 2.1 is supported.
  283. VBOs are available because OpenGL 1.5 is supported.
  284.  
  285.     Using VBOs: Yes
  286.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  287.     Type: Client (map_client.txt)
  288.     Resource Packs:
  289.     Current Language: English (US)
  290.     Profiler Position: N/A (disabled)
  291.     CPU: 8x AMD FX(tm)-8350 Eight-Core Processor
  292.     OptiFine Version: OptiFine_1.10.2_HD_U_D6
  293.     Render Distance Chunks: 10
  294.     Mipmaps: 4
  295.     Anisotropic Filtering: 1
  296.     Antialiasing: 0
  297.     Multitexture: false
  298.     Shaders: null
  299.     OpenGlVersion: 4.5.13469 Compatibility Profile Context 21.19.519.2
  300.     OpenGlRenderer: AMD Radeon R9 200 Series
  301.     OpenGlVendor: ATI Technologies Inc.
  302.     CpuCount: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement