Advertisement
Guido_Fe

Crash mc

Oct 10th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.31 KB | None | 0 0
  1. [18:20:30] [Client thread/INFO]: [CHAT] You haven't joined or created a team yet! [Click Here] to open TeamsGUI or [Click Here] to hide this message.
  2. [18:20:30] [Client thread/INFO] [JEI]: Building item filter...
  3. [18:20:31] [Client thread/INFO] [JEI]: Built item filter in 521 ms
  4. [18:20:31] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----
  5.  
  6. WARNING: coremods are present:
  7. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  8. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  9. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  10. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  11. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  12. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  13. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta3-anarchy.jar)
  14. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  15. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  16. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  17. FMLPlugin (InventoryTweaks-1.61-58.jar)
  18. ForgelinPlugin (Forgelin-1.4.1.jar)
  19. ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
  20. Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  21. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  22. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  23. Contact their authors BEFORE contacting forge
  24.  
  25. // Ouch. That hurt :(
  26.  
  27. Time: 10/10/17 6:20 PM
  28. Description: Tesselating block in world
  29.  
  30. java.lang.RuntimeException: No OpenGL context found in the current thread.
  31. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
  32. at org.lwjgl.opengl.GL11.glPushMatrix(GL11.java:2592)
  33. at net.minecraft.client.renderer.GlStateManager.func_179094_E(SourceFile:621)
  34. at mekanism.client.render.item.BakedCustomItemModel.func_188616_a(BakedCustomItemModel.java:434)
  35. at slimeknights.tconstruct.shared.client.BakedColoredItemModel.<init>(BakedColoredItemModel.java:52)
  36. at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:69)
  37. at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
  38. at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:48)
  39. at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
  40. at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
  41. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  42. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  43. at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:199)
  44. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
  45. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
  46. at java.lang.Thread.run(Thread.java:748)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Client thread
  54. Stacktrace:
  55. at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
  56. at org.lwjgl.opengl.GL11.glPushMatrix(GL11.java:2592)
  57. at net.minecraft.client.renderer.GlStateManager.func_179094_E(SourceFile:621)
  58. at mekanism.client.render.item.BakedCustomItemModel.func_188616_a(BakedCustomItemModel.java:434)
  59. at slimeknights.tconstruct.shared.client.BakedColoredItemModel.<init>(BakedColoredItemModel.java:52)
  60. at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:69)
  61. at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
  62. at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:48)
  63. at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
  64. at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
  65.  
  66. -- Block being tesselated --
  67. Details:
  68. Block type: ID #1752 (tile.tconstruct.tooltables // slimeknights.tconstruct.tools.common.block.BlockToolTable)
  69. Block data value: 0 / 0x0 / 0b0000
  70. Block location: World: (406,77,409), Chunk: (at 6,4,9 in 25,25; contains blocks 400,0,400 to 415,255,415), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  71. Stacktrace:
  72. at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
  73.  
  74. -- Block being tesselated --
  75. Details:
  76. Block type: ID #1752 (tile.tconstruct.tooltables // slimeknights.tconstruct.tools.common.block.BlockToolTable)
  77. Block data value: 0 / 0x0 / 0b0000
  78. Block location: World: (406,77,409), Chunk: (at 6,4,9 in 25,25; contains blocks 400,0,400 to 415,255,415), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  79. Stacktrace:
  80. at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
  81.  
  82. -- Affected level --
  83. Details:
  84. Level name: MpServer
  85. All players: 1 total; [EntityPlayerSP['FutuRamen'/2808, l='MpServer', x=406.71, y=77.00, z=407.79]]
  86. Chunk stats: MultiplayerChunkCache: 208, 208
  87. Level seed: 0
  88. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
  89. Level generator options:
  90. Level spawn location: World: (503,65,431), Chunk: (at 7,4,15 in 31,26; contains blocks 496,0,416 to 511,255,431), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  91. Level time: 60272568 game time, 20568907 day time
  92. Level dimension: 0
  93. Level storage version: 0x00000 - Unknown?
  94. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  95. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  96. Forced entities: 204 total; [EntityPig['Pig'/33, l='MpServer', x=388.22, y=68.00, z=356.49], EntityChicken['Chicken'/34, l='MpServer', x=382.87, y=67.00, z=361.88], EntityItem['item.item.egg'/35, l='MpServer', x=382.96, y=67.00, z=362.34], EntityZombie['Zombie'/36, l='MpServer', x=379.30, y=12.34, z=446.30], EntityZombie['Zombie'/37, l='MpServer', x=381.70, y=13.05, z=442.30], EntityBabySkeleton['Baby Skeleton'/38, l='MpServer', x=379.50, y=29.00, z=455.50], EntityPlayerSP['FutuRamen'/2808, l='MpServer', x=406.71, y=77.00, z=407.79], EntityWolf['Wolf'/59, l='MpServer', x=401.30, y=77.00, z=393.32], EntityMountableObject['entity.missing_pieces.MountableObject.name'/60, l='MpServer', x=404.50, y=83.44, z=402.50], EntityMountableObject['entity.missing_pieces.MountableObject.name'/61, l='MpServer', x=404.50, y=83.44, z=402.50], EntityWolf['Wolf'/62, l='MpServer', x=411.30, y=79.00, z=416.30], EntityCreeper['Creeper'/64, l='MpServer', x=408.50, y=39.00, z=451.50], EntitySkeleton['Skeleton'/67, l='MpServer', x=404.50, y=16.00, z=467.50], EntitySpider['Spider'/71, l='MpServer', x=407.70, y=25.10, z=483.30], EntitySheep['Sheep'/74, l='MpServer', x=428.38, y=70.00, z=328.22], EntityChicken['Chicken'/75, l='MpServer', x=428.58, y=71.00, z=341.88], EntityZombie['Zombie'/77, l='MpServer', x=431.50, y=49.00, z=366.50], EntityDummy['entity.testdummy.Dummy.name'/79, l='MpServer', x=417.50, y=77.00, z=402.50], EntitySkeleton['Skeleton'/1110, l='MpServer', x=400.50, y=36.00, z=465.50], EntityBat['Bat'/90, l='MpServer', x=442.51, y=52.10, z=351.25], EntityZombie['Zombie'/93, l='MpServer', x=444.23, y=54.00, z=360.24], EntitySheep['Sheep'/99, l='MpServer', x=445.02, y=64.00, z=411.07], EntitySheep['Sheep'/100, l='MpServer', x=447.93, y=64.00, z=411.97], EntitySheep['Sheep'/101, l='MpServer', x=443.96, y=64.00, z=413.71], EntitySheep['Sheep'/102, l='MpServer', x=443.07, y=64.00, z=412.92], EntitySheep['Sheep'/103, l='MpServer', x=445.09, y=64.00, z=414.65], EntitySheep['Sheep'/104, l='MpServer', x=443.07, y=64.00, z=411.07], EntitySheep['Sheep'/105, l='MpServer', x=444.22, y=64.00, z=411.07], EntitySheep['Sheep'/106, l='MpServer', x=446.97, y=64.00, z=412.78], EntitySheep['Sheep'/107, l='MpServer', x=447.93, y=64.00, z=413.79], EntitySheep['Sheep'/108, l='MpServer', x=443.07, y=64.00, z=415.65], EntitySheep['Sheep'/109, l='MpServer', x=445.97, y=64.00, z=413.76], EntitySheep['Sheep'/110, l='MpServer', x=447.93, y=64.00, z=411.07], EntitySheep['Sheep'/111, l='MpServer', x=443.07, y=64.00, z=414.68], EntitySheep['Sheep'/112, l='MpServer', x=445.08, y=64.00, z=414.74], EntitySheep['Sheep'/113, l='MpServer', x=447.93, y=64.00, z=412.92], EntitySheep['Sheep'/114, l='MpServer', x=446.96, y=64.00, z=411.07], EntitySheep['Sheep'/115, l='MpServer', x=443.07, y=64.00, z=413.72], EntitySheep['Sheep'/116, l='MpServer', x=443.07, y=64.00, z=411.94], EntitySheep['Sheep'/117, l='MpServer', x=446.01, y=64.00, z=411.07], EntitySheep['Sheep'/118, l='MpServer', x=446.84, y=64.00, z=411.98], EntitySheep['Sheep'/119, l='MpServer', x=445.97, y=64.00, z=413.76], EntitySheep['Sheep'/120, l='MpServer', x=444.93, y=64.00, z=411.80], EntitySheep['Sheep'/121, l='MpServer', x=445.10, y=64.00, z=411.07], EntitySheep['Sheep'/122, l='MpServer', x=444.96, y=64.00, z=412.97], EntitySheep['Sheep'/123, l='MpServer', x=445.08, y=64.00, z=415.62], EntitySheep['Sheep'/124, l='MpServer', x=443.07, y=64.00, z=411.07], EntitySheep['Sheep'/125, l='MpServer', x=444.05, y=64.00, z=411.88], EntitySheep['Sheep'/126, l='MpServer', x=447.00, y=64.00, z=413.70], EntitySheep['Sheep'/127, l='MpServer', x=444.13, y=64.00, z=411.07], EntitySheep['Sheep'/128, l='MpServer', x=445.08, y=64.00, z=413.87], EntityCreeper['Creeper'/640, l='MpServer', x=473.15, y=52.00, z=412.54], EntitySheep['Sheep'/129, l='MpServer', x=445.93, y=64.00, z=412.12], EntitySheep['Sheep'/130, l='MpServer', x=446.02, y=64.00, z=411.07], EntitySheep['Sheep'/131, l='MpServer', x=444.97, y=64.00, z=412.86], EntitySheep['Sheep'/132, l='MpServer', x=447.93, y=64.00, z=414.62], EntitySheep['Sheep'/133, l='MpServer', x=447.93, y=64.00, z=412.00], EntitySheep['Sheep'/134, l='MpServer', x=443.07, y=64.00, z=413.69], EntitySheep['Sheep'/135, l='MpServer', x=447.93, y=64.00, z=414.69], EntitySheep['Sheep'/136, l='MpServer', x=446.07, y=64.00, z=414.59], EntitySheep['Sheep'/137, l='MpServer', x=443.07, y=64.00, z=414.71], EntitySheep['Sheep'/138, l='MpServer', x=447.01, y=64.00, z=414.59], EntitySheep['Sheep'/139, l='MpServer', x=447.93, y=64.00, z=415.53], EntitySheep['Sheep'/140, l='MpServer', x=446.09, y=64.00, z=415.53], EntitySheep['Sheep'/141, l='MpServer', x=445.93, y=64.00, z=412.85], EntitySheep['Sheep'/142, l='MpServer', x=444.20, y=64.00, z=414.74], EntitySheep['Sheep'/143, l='MpServer', x=444.29, y=64.00, z=412.71], EntitySheep['Sheep'/144, l='MpServer', x=444.87, y=64.00, z=416.64], EntitySheep['Sheep'/145, l='MpServer', x=443.97, y=64.00, z=413.87], EntitySheep['Sheep'/146, l='MpServer', x=444.23, y=64.00, z=415.61], EntitySheep['Sheep'/147, l='MpServer', x=446.90, y=64.00, z=415.60], EntitySheep['Sheep'/148, l='MpServer', x=446.07, y=64.00, z=415.53], EntitySheep['Sheep'/149, l='MpServer', x=443.07, y=64.00, z=415.56], EntityBat['Bat'/150, l='MpServer', x=432.45, y=15.10, z=421.25], EntityZombie['entity.Zombie.name'/2199, l='MpServer', x=465.50, y=66.00, z=336.50], EntitySkeleton['Skeleton'/152, l='MpServer', x=433.50, y=17.00, z=425.50], EntitySheep['Sheep'/153, l='MpServer', x=444.14, y=64.00, z=418.45], EntitySheep['Sheep'/154, l='MpServer', x=445.17, y=64.00, z=419.03], EntityCreeper['Creeper'/2202, l='MpServer', x=462.50, y=66.00, z=335.50], EntitySheep['Sheep'/155, l='MpServer', x=445.93, y=64.00, z=420.93], EntityCreeper['Creeper'/2203, l='MpServer', x=456.83, y=66.00, z=333.49], EntitySheep['Sheep'/156, l='MpServer', x=443.07, y=64.00, z=420.08], EntityCreeper['Creeper'/2204, l='MpServer', x=458.50, y=66.00, z=335.50], EntitySheep['Sheep'/157, l='MpServer', x=443.07, y=64.00, z=418.45], EntitySheep['Sheep'/158, l='MpServer', x=445.01, y=64.00, z=420.93], EntitySheep['Sheep'/159, l='MpServer', x=444.92, y=64.00, z=420.93], EntitySheep['Sheep'/160, l='MpServer', x=446.92, y=64.00, z=420.93], EntitySheep['Sheep'/161, l='MpServer', x=443.07, y=64.00, z=419.19], EntitySheep['Sheep'/162, l='MpServer', x=443.07, y=64.00, z=420.93], EntitySheep['Sheep'/163, l='MpServer', x=447.00, y=64.00, z=420.93], EntitySheep['Sheep'/164, l='MpServer', x=447.93, y=64.00, z=419.24], EntitySheep['Sheep'/165, l='MpServer', x=444.09, y=64.00, z=420.93], EntitySheep['Sheep'/166, l='MpServer', x=443.92, y=64.00, z=420.11], EntitySheep['Sheep'/167, l='MpServer', x=445.13, y=64.00, z=419.20], EntitySheep['Sheep'/168, l='MpServer', x=447.93, y=64.00, z=420.93], EntitySheep['Sheep'/169, l='MpServer', x=445.96, y=64.00, z=417.50], EntitySheep['Sheep'/170, l='MpServer', x=446.03, y=64.00, z=418.31], EntitySheep['Sheep'/171, l='MpServer', x=444.64, y=64.00, z=417.49], EntitySheep['Sheep'/172, l='MpServer', x=445.09, y=64.00, z=417.46], EntitySheep['Sheep'/173, l='MpServer', x=447.01, y=64.00, z=418.31], EntitySheep['Sheep'/174, l='MpServer', x=447.04, y=64.00, z=418.30], EntityZombie['Zombie'/1199, l='MpServer', x=396.50, y=17.00, z=481.50], EntitySheep['Sheep'/175, l='MpServer', x=446.04, y=64.00, z=419.19], EntitySheep['Sheep'/176, l='MpServer', x=444.10, y=64.00, z=419.34], EntitySheep['Sheep'/177, l='MpServer', x=443.07, y=64.00, z=416.55], EntitySheep['Sheep'/178, l='MpServer', x=443.99, y=64.00, z=420.93], EntitySheep['Sheep'/179, l='MpServer', x=446.96, y=64.00, z=419.30], EntitySkeleton['Skeleton'/1204, l='MpServer', x=425.50, y=12.00, z=354.50], EntitySheep['Sheep'/180, l='MpServer', x=445.03, y=64.00, z=418.50], EntitySheep['Sheep'/181, l='MpServer', x=446.06, y=64.00, z=420.07], EntitySheep['Sheep'/182, l='MpServer', x=445.01, y=64.00, z=419.95], EntitySheep['Sheep'/183, l='MpServer', x=447.93, y=64.00, z=418.34], EntitySheep['Sheep'/184, l='MpServer', x=447.04, y=64.00, z=419.97], EntitySheep['Sheep'/185, l='MpServer', x=447.93, y=64.00, z=416.50], EntitySheep['Sheep'/186, l='MpServer', x=443.98, y=64.00, z=418.45], EntitySheep['Sheep'/187, l='MpServer', x=446.95, y=64.00, z=417.33], EntitySheep['Sheep'/188, l='MpServer', x=447.93, y=64.00, z=417.46], EntitySheep['Sheep'/189, l='MpServer', x=447.93, y=64.00, z=420.13], EntitySheep['Sheep'/190, l='MpServer', x=445.86, y=64.00, z=416.44], EntitySheep['Sheep'/191, l='MpServer', x=446.98, y=64.00, z=417.41], EntitySheep['Sheep'/192, l='MpServer', x=446.87, y=64.00, z=416.41], EntitySheep['Sheep'/193, l='MpServer', x=445.96, y=64.00, z=416.57], EntitySheep['Sheep'/194, l='MpServer', x=447.93, y=64.00, z=416.52], EntitySheep['Sheep'/195, l='MpServer', x=444.13, y=64.00, z=415.78], EntitySheep['Sheep'/196, l='MpServer', x=443.96, y=64.00, z=416.55], EntitySheep['Sheep'/197, l='MpServer', x=444.98, y=64.00, z=416.52], EntityZombie['Zombie'/198, l='MpServer', x=441.21, y=37.00, z=445.51], EntityZombie['Zombie'/199, l='MpServer', x=435.50, y=39.00, z=467.50], EntityItem['item.item.egg'/207, l='MpServer', x=453.90, y=68.00, z=399.29], EntityCow['Cow'/208, l='MpServer', x=459.18, y=64.00, z=414.18], EntityCow['Cow'/209, l='MpServer', x=452.27, y=64.00, z=414.04], EntityCow['Cow'/210, l='MpServer', x=458.93, y=64.00, z=411.07], EntityCow['Cow'/211, l='MpServer', x=456.72, y=64.00, z=411.32], EntityCow['Cow'/212, l='MpServer', x=455.71, y=64.00, z=411.07], EntityCow['Cow'/213, l='MpServer', x=458.93, y=64.00, z=412.10], EntityCow['Cow'/214, l='MpServer', x=452.27, y=64.00, z=412.05], EntityCow['Cow'/215, l='MpServer', x=452.15, y=64.00, z=411.07], EntityCow['Cow'/216, l='MpServer', x=453.27, y=64.00, z=411.07], EntityZombie['Zombie'/1241, l='MpServer', x=404.50, y=24.00, z=465.50], EntityCow['Cow'/217, l='MpServer', x=455.36, y=64.00, z=412.49], EntityZombie['Zombie'/1242, l='MpServer', x=403.50, y=24.00, z=465.50], EntityCow['Cow'/218, l='MpServer', x=451.07, y=64.00, z=411.07], EntityCow['Cow'/219, l='MpServer', x=458.69, y=64.00, z=413.10], EntityCow['Cow'/220, l='MpServer', x=451.07, y=64.00, z=412.96], EntityCow['Cow'/221, l='MpServer', x=458.93, y=64.00, z=415.45], EntityCow['Cow'/222, l='MpServer', x=451.07, y=64.00, z=411.99], EntityCow['Cow'/223, l='MpServer', x=453.28, y=64.00, z=414.42], EntityCow['Cow'/224, l='MpServer', x=456.37, y=64.00, z=412.42], EntityCow['Cow'/225, l='MpServer', x=452.02, y=64.00, z=413.10], EntityCow['Cow'/226, l='MpServer', x=451.07, y=64.00, z=414.47], EntityCow['Cow'/227, l='MpServer', x=451.30, y=64.00, z=418.00], EntityCow['Cow'/228, l='MpServer', x=457.66, y=64.00, z=411.07], EntityCow['Cow'/229, l='MpServer', x=456.59, y=64.00, z=414.13], EntityCow['Cow'/230, l='MpServer', x=452.15, y=64.00, z=416.59], EntityChicken['Chicken'/231, l='MpServer', x=448.82, y=66.00, z=406.57], EntityCow['Cow'/232, l='MpServer', x=458.93, y=64.00, z=420.93], EntityCow['Cow'/233, l='MpServer', x=457.82, y=64.00, z=420.02], EntityCow['Cow'/234, l='MpServer', x=453.02, y=64.00, z=419.43], EntityCow['Cow'/235, l='MpServer', x=458.93, y=64.00, z=418.77], EntityCow['Cow'/236, l='MpServer', x=456.88, y=64.00, z=418.92], EntityCow['Cow'/237, l='MpServer', x=458.93, y=64.00, z=417.84], EntityCow['Cow'/238, l='MpServer', x=457.99, y=64.00, z=418.92], EntityCow['Cow'/239, l='MpServer', x=455.13, y=64.00, z=420.56], EntityCow['Cow'/240, l='MpServer', x=458.93, y=64.00, z=419.82], EntityCow['Cow'/241, l='MpServer', x=451.92, y=64.00, z=419.06], EntityCow['Cow'/242, l='MpServer', x=454.64, y=64.00, z=417.21], EntityBat['Bat'/2803, l='MpServer', x=431.03, y=19.05, z=430.59], EntityCow['Cow'/243, l='MpServer', x=456.87, y=64.00, z=420.93], EntityCow['Cow'/244, l='MpServer', x=455.97, y=64.00, z=418.92], EntityCow['Cow'/245, l='MpServer', x=454.08, y=64.00, z=420.49], EntityZombie['Zombie'/1270, l='MpServer', x=442.50, y=52.00, z=341.50], EntityCow['Cow'/246, l='MpServer', x=458.93, y=64.00, z=416.86], EntityCow['Cow'/247, l='MpServer', x=456.89, y=64.00, z=417.94], EntityCow['Cow'/248, l='MpServer', x=457.91, y=64.00, z=412.07], EntityCow['Cow'/249, l='MpServer', x=451.98, y=64.00, z=415.51], EntityZombie['Zombie'/1274, l='MpServer', x=427.50, y=12.00, z=364.50], EntityZombie['Zombie'/250, l='MpServer', x=448.51, y=38.00, z=439.51], EntitySquid['Squid'/251, l='MpServer', x=459.70, y=58.79, z=444.60], EntityZombie['Zombie'/2305, l='MpServer', x=378.50, y=29.00, z=453.20], EntityPig['Pig'/261, l='MpServer', x=474.70, y=68.00, z=331.51], EntityCreeper['Creeper'/262, l='MpServer', x=474.50, y=38.00, z=354.50], EntityCreeper['Creeper'/263, l='MpServer', x=467.50, y=38.00, z=353.50], EntityBat['Bat'/265, l='MpServer', x=468.75, y=40.10, z=354.75], EntityBat['Bat'/267, l='MpServer', x=472.67, y=40.30, z=352.25], EntityBat['Bat'/268, l='MpServer', x=472.80, y=39.01, z=355.65], EntitySkeleton['Skeleton'/270, l='MpServer', x=479.50, y=39.00, z=445.50], EntitySquid['Squid'/273, l='MpServer', x=466.14, y=60.11, z=445.56], EntityZombie['Zombie'/2334, l='MpServer', x=371.81, y=71.00, z=433.71], EntityBabySkeleton['Baby Skeleton'/2382, l='MpServer', x=455.50, y=67.00, z=357.50], EntityBabySkeleton['Baby Skeleton'/2383, l='MpServer', x=458.50, y=67.00, z=349.50], EntityBat['Bat'/1891, l='MpServer', x=409.75, y=17.01, z=450.75], EntitySkeleton['Skeleton'/1892, l='MpServer', x=438.75, y=68.00, z=331.46], EntityZombie['Zombie'/1893, l='MpServer', x=448.50, y=69.00, z=328.50], EntityCreeper['Creeper'/1395, l='MpServer', x=481.50, y=67.00, z=337.50], EntityZombie['Zombie'/1396, l='MpServer', x=476.83, y=68.00, z=335.77], EntityCreeper['Creeper'/2457, l='MpServer', x=404.50, y=67.00, z=466.50], EntitySpider['Spider'/2459, l='MpServer', x=471.00, y=68.00, z=328.28], EntityBat['Bat'/1960, l='MpServer', x=464.75, y=34.07, z=371.14], EntityBat['Bat'/1962, l='MpServer', x=460.79, y=33.01, z=369.48], EntityBat['Bat'/435, l='MpServer', x=434.24, y=35.10, z=454.25], EntitySkeleton['Skeleton'/1997, l='MpServer', x=470.50, y=68.00, z=393.50], EntitySpider['Spider'/1999, l='MpServer', x=474.50, y=68.00, z=402.50], EntitySkeleton['Skeleton'/2005, l='MpServer', x=418.50, y=36.00, z=438.50], EntityCreeper['Creeper'/2011, l='MpServer', x=477.50, y=69.00, z=485.50]]
  97. Retry entities: 0 total; []
  98. Server brand: fml,forge
  99. Server type: Non-integrated multiplayer server
  100. Stacktrace:
  101. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  102. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  103. at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:49)
  104. at java.lang.Thread.run(Thread.java:748)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.10.2
  109. Operating System: Linux (amd64) version 4.13.3-1-ARCH
  110. Java Version: 1.8.0_144, Oracle Corporation
  111. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  112. Memory: 1554720560 bytes (1482 MB) / 3349676032 bytes (3194 MB) up to 4772593664 bytes (4551 MB)
  113. JVM Flags: 2 total; -Xms256M -Xmx5120M
  114. IntCache: cache: 6, tcache: 0, allocated: 4, tallocated: 105
  115. FML: MCP 9.32 Powered by Forge 12.18.3.2254 122 mods loaded, 122 mods active
  116. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  117. UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  118. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254-universal.jar)
  119. UCHIJA Forge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254-universal.jar)
  120. UCHIJA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  121. UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
  122. UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
  123. UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  124. UCHIJA JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
  125. UCHIJA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
  126. UCHIJA Aroma1997CoreHelper{1.1.1.2} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.2.jar)
  127. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
  128. UCHIJA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
  129. UCHIJA Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
  130. UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  131. UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
  132. UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
  133. UCHIJA BiomesOPlenty{5.0.0.2155} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2155-universal.jar)
  134. UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
  135. UCHIJA BloodMagic{1.10.2-2.1.9-78} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.9-78.jar)
  136. UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
  137. UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
  138. UCHIJA CodeChickenLib{2.5.7.241} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  139. UCHIJA brandonscore{2.1.5} [Brandon's Core] (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  140. UCHIJA Chameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
  141. UCHIJA mcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
  142. UCHIJA CharsetLib{0.3.0-pre15} [‽] (Charset-0.3.0-pre15.jar)
  143. UCHIJA CharsetAudio{0.3.0-pre15} [♫] (Charset-0.3.0-pre15.jar)
  144. UCHIJA CharsetCarts{0.3.0-pre15} [U] (Charset-0.3.0-pre15.jar)
  145. UCHIJA CharsetDecoration{0.3.0-pre15} [�?] (Charset-0.3.0-pre15.jar)
  146. UCHIJA CharsetDrama{0.3.0-pre15} [!] (Charset-0.3.0-pre15.jar)
  147. UCHIJA CharsetFarming{0.3.0-pre15} [;] (Charset-0.3.0-pre15.jar)
  148. UCHIJA CharsetGates{0.3.0-pre15} [&] (Charset-0.3.0-pre15.jar)
  149. UCHIJA CharsetPipes{0.3.0-pre15} [|] (Charset-0.3.0-pre15.jar)
  150. UCHIJA CharsetStorage{0.3.0-pre15} [#] (Charset-0.3.0-pre15.jar)
  151. UCHIJA CharsetTweaks{0.3.0-pre15} [*] (Charset-0.3.0-pre15.jar)
  152. UCHIJA CharsetWires{0.3.0-pre15} [+] (Charset-0.3.0-pre15.jar)
  153. UCHIJA CharsetWrench{0.3.0-pre15} [/] (Charset-0.3.0-pre15.jar)
  154. UCHIJA ChestTransporter{2.5.12} [Chest Transporter] (ChestTransporter-1.10.2-2.5.12.jar)
  155. UCHIJA chisel{MC1.10.2-0.0.9.15} [Chisel] (Chisel-MC1.10.2-0.0.9.15.jar)
  156. UCHIJA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
  157. UCHIJA IC2{2.6.188-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.188-ex110.jar)
  158. UCHIJA compactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
  159. UCHIJA cookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
  160. UCHIJA covers{0.4.1.17} [Simple Covers] (covers-0.4.1.17-mc1.10.2.jar)
  161. UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.24.jar)
  162. UCHIJA MineTweaker3{3.0.24} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.24.jar)
  163. UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.24.jar)
  164. UCHIJA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
  165. UCHIJA darkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
  166. UCHIJA forestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar)
  167. UCHIJA eleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar)
  168. UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
  169. UCHIJA deepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
  170. UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
  171. UCHIJA draconicevolution{2.0.9} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.9.192-universal.jar)
  172. UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
  173. UCHIJA endercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
  174. UCHIJA EnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
  175. UCHIJA shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
  176. UCHIJA endertanks{1.4.11} [EnderTanks] (endertanks-1.10.0-1.4.11.jar)
  177. UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.3.jar)
  178. UCHIJA zerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
  179. UCHIJA bigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
  180. UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
  181. UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.6.2-beta3-anarchy.jar)
  182. UCHIJA forgelin{1.4.1} [Forgelin] (Forgelin-1.4.1.jar)
  183. UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.5.jar)
  184. UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.4.jar)
  185. UCHIJA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
  186. UCHIJA gravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
  187. UCHIJA hammercore{1.4.8} [Hammer Core] (HammerCore_1.10.2-1.4.8.jar)
  188. UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
  189. UCHIJA tconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
  190. UCHIJA theoneprobe{1.4.5} [The One Probe] (theoneprobe-1.1x-1.4.5.jar)
  191. UCHIJA immersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
  192. UCHIJA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  193. UCHIJA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
  194. UCHIJA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.10.2-0.11.0.jar)
  195. UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
  196. UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
  197. UCHIJA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
  198. UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
  199. UCHIJA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
  200. UCHIJA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
  201. UCHIJA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
  202. UCHIJA mercurius{1.0.3} [Mercurius] (Mercurius-1.10.2-1.0.3.jar)
  203. UCHIJA missing_pieces{4.1.3} [Missing Pieces] (missing_pieces-1.10.2-4.1.3.jar)
  204. UCHIJA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  205. UCHIJA ModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
  206. UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
  207. UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
  208. UCHIJA multistorage{1.2.16} [Multi-Storage] (multistorage-1.10.0-1.2.16.jar)
  209. UCHIJA natura{1.10.2-4.1.0.34} [Natura] (natura-1.10.2-4.1.0.34.jar)
  210. UCHIJA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  211. UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
  212. UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
  213. UCHIJA platforms{1.2.9} [Platforms] (platforms-1.10.0-1.2.9.jar)
  214. UCHIJA reborncore{2.13.5.136} [RebornCore] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  215. UCHIJA quantumstorage{3.3.2} [QuantumStorage] (QuantumStorage-1.10.2-3.3.2.jar)
  216. UCHIJA railcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
  217. UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
  218. UCHIJA reborncore-mcmultipart{2.13.5.136} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.5.136-universal.jar)
  219. UCHIJA refinedrelocation{@VERSION@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.23.jar)
  220. UCHIJA StorageDrawers{1.10.2-3.6.2} [Storage Drawers] (StorageDrawers-1.10.2-3.6.2.jar)
  221. UCHIJA refinedstorage{1.2.25} [Refined Storage] (refinedstorage-1.2.25.jar)
  222. UCHIJA xreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar)
  223. UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
  224. UCHIJA rftools{5.91} [RFTools] (rftools-1.1x-5.91.jar)
  225. UCHIJA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
  226. UCHIJA roots{0.208} [Roots] (roots-0.208.jar)
  227. UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
  228. UCHIJA Signals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
  229. UCHIJA simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar)
  230. UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
  231. UCHIJA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
  232. UCHIJA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  233. UCHIJA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
  234. UCHIJA solarfluxreborn{2.16r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.16r.jar)
  235. UCHIJA soulshardstow{1.10.2-2.6.7-48} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.7-48.jar)
  236. UCHIJA stacksonstacks{1.1.4} [stacksonstacks] (StacksOnStacks2-1.1.4.jar)
  237. UCHIJA supercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
  238. UCHIJA usefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
  239. Loaded coremods (and transformers):
  240. CCLCorePlugin (CodeChickenLib-1.10.2-2.5.7.241-universal.jar)
  241. codechicken.lib.asm.ClassHeirachyManager
  242. codechicken.lib.asm.CCL_ASMTransformer
  243. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
  244. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  245. CoreMod (Aroma1997Core-1.9.4-1.1.1.2.jar)
  246.  
  247. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  248. lumien.resourceloader.asm.ClassTransformer
  249. TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
  250. li.cil.oc.common.asm.ClassTransformer
  251. SFRCore (SolarFluxReborn_1.10.2-2.16r.jar)
  252. com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
  253. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta3-anarchy.jar)
  254. pl.asie.foamfix.coremod.FoamFixTransformer
  255. Default Options (DefaultOptions_1.10.2-6.1.5.jar)
  256. net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
  257. EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
  258. com.enderio.core.common.transform.EnderCoreTransformer
  259. RebornCoreASM (RebornCore-1.10.2-2.13.5.136-universal.jar)
  260. reborncore.mixin.transformer.MixinTransformer
  261. FMLPlugin (InventoryTweaks-1.61-58.jar)
  262. invtweaks.forge.asm.ContainerTransformer
  263. ForgelinPlugin (Forgelin-1.4.1.jar)
  264.  
  265. ChiselCorePlugin (Chisel-MC1.10.2-0.0.9.15.jar)
  266. team.chisel.common.asm.ChiselTransformer
  267. Brandon's Core (BrandonsCore-1.10.2-2.1.5.97-universal.jar)
  268. com.brandon3055.brandonscore.asm.ClassTransformer
  269. IC2core (industrialcraft-2-2.6.188-ex110.jar)
  270.  
  271. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
  272. shetiphian.core.asm.ClassTransformer
  273. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  274. Pulsar/tconstruct loaded Pulses:
  275. - TinkerCommons (Enabled/Forced)
  276. - TinkerWorld (Enabled/Not Forced)
  277. - TinkerTools (Enabled/Not Forced)
  278. - TinkerHarvestTools (Enabled/Forced)
  279. - TinkerMeleeWeapons (Enabled/Forced)
  280. - TinkerRangedWeapons (Enabled/Forced)
  281. - TinkerModifiers (Enabled/Forced)
  282. - TinkerSmeltery (Enabled/Not Forced)
  283. - TinkerGadgets (Enabled/Not Forced)
  284. - TinkerOredict (Enabled/Forced)
  285. - TinkerIntegration (Enabled/Forced)
  286. - TinkerFluids (Enabled/Forced)
  287. - TinkerMaterials (Enabled/Forced)
  288. - TinkerModelRegister (Enabled/Forced)
  289. - chiselsandbitsIntegration (Enabled/Not Forced)
  290. - theoneprobeIntegration (Enabled/Not Forced)
  291.  
  292. Pulsar/natura loaded Pulses:
  293. - NaturaCommons (Enabled/Forced)
  294. - NaturaOverworld (Enabled/Not Forced)
  295. - NaturaNether (Enabled/Not Forced)
  296. - NaturaTools (Enabled/Not Forced)
  297. - NaturaEntities (Enabled/Not Forced)
  298. - NaturaOredict (Enabled/Forced)
  299. - NaturaWorld (Enabled/Not Forced)
  300.  
  301. List of loaded APIs:
  302. * Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  303. * bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  304. * BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.9-78.jar
  305. * BotaniaAPI (85) from Botania r1.9-341.jar
  306. * CharsetAPI (0.1) from Charset-0.3.0-pre15.jar
  307. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre15.jar
  308. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre15.jar
  309. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre15.jar
  310. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre15.jar
  311. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre15.jar
  312. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre15.jar
  313. * chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.12.jar
  314. * ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
  315. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.9.15.jar
  316. * ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  317. * CoFHAPI (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.1.jar
  318. * cofhapi (1.4.0) from extrautils2-1.10.2-1.3.3.jar
  319. * CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  320. * CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  321. * CoFHAPI|energy (1.8.9R1.2.0B1) from ImmersiveEngineering-0.10-57.jar
  322. * cofhapi|energy (1.5.0) from RebornCore-1.10.2-2.13.5.136-universal.jar
  323. * CoFHAPI|inventory (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  324. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
  325. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  326. * CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  327. * compatlayer (0.2.5) from compatlayer-1.10-0.2.5.jar
  328. * ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  329. * ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  330. * ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  331. * ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  332. * ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  333. * ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  334. * ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  335. * ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  336. * DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  337. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.9.192-universal.jar
  338. * ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.409.jar
  339. * ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.409.jar
  340. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  341. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  342. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  343. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  344. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  345. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
  346. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  347. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  348. * ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
  349. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  350. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
  351. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  352. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
  353. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
  354. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
  355. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
  356. * ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  357. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  358. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
  359. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  360. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  361. * gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
  362. * Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
  363. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  364. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  365. * jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.jar
  366. * journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
  367. * journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
  368. * journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
  369. * journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
  370. * journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
  371. * JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.416.jar
  372. * mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
  373. * MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  374. * MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  375. * MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  376. * MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  377. * MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  378. * MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  379. * MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  380. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  381. * MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.2.301.jar
  382. * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  383. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  384. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  385. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  386. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  387. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  388. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  389. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  390. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  391. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  392. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  393. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  394. * railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  395. * RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  396. * RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  397. * RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  398. * RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  399. * RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  400. * RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  401. * RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  402. * RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  403. * RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  404. * RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  405. * RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  406. * reborncoreAPI (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  407. * reborncoreAPI|Fuel (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  408. * reborncoreAPI|Power (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  409. * reborncoreAPI|Recipe (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  410. * reborncoreAPI|Tile (2.13.5.136) from RebornCore-1.10.2-2.13.5.136-universal.jar
  411. * RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.23.jar
  412. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.7-48.jar
  413. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  414. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  415. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  416. * StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  417. * StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  418. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  419. * StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.2.jar
  420. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  421. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.25.jar
  422. * theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.5.jar
  423. * valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  424. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  425. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  426. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  427. CodeChickenLib Invalid Fingerprint Reports:
  428. 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.):
  429. * An unsupportted RF API is installed (1.7.10R1.3.1 from (guessing) jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/CoFHAPIProps.class).
  430. Ender IO needs at least 1.8.9R1.2.0B1 and will NOT work with older versions.
  431. 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.
  432. Detailed RF API diagnostics:
  433. * RF API class 'EnergyStorage' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/EnergyStorage.class
  434. * RF API class 'IEnergyConnection' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyConnection.class
  435. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  436. * RF API class 'IEnergyHandler' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyHandler.class
  437. * RF API class 'IEnergyProvider' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyProvider.class
  438. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  439. * RF API class 'IEnergyStorage' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/IEnergyStorage.class
  440. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  441. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/mods/BrandonsCore-1.10.2-2.1.5.97-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  442. Detailed Tesla API diagnostics:
  443. * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
  444. * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
  445. * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
  446. * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
  447. * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
  448. * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
  449. * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
  450. * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
  451. * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
  452. * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
  453. * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
  454.  
  455. RebornCore:
  456. Plugin Engine: 0
  457. RebornCore Version: 2.13.5.136
  458. Mixin Status: 1
  459. Runtime Debofucsation 1
  460. RenderEngine: 0
  461. Launched Version: 1.10.2
  462. LWJGL: 2.9.4
  463. OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  464. GL Caps: Using GL 1.3 multitexturing.
  465. Using GL 1.3 texture combiners.
  466. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  467. Shaders are available because OpenGL 2.1 is supported.
  468. VBOs are available because OpenGL 1.5 is supported.
  469.  
  470. Using VBOs: No
  471. Is Modded: Definitely; Client brand changed to 'fml,forge'
  472. Type: Client (map_client.txt)
  473. Resource Packs:
  474. Current Language: English (US)
  475. Profiler Position: N/A (disabled)
  476. CPU: 4x Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz
  477. [18:20:31] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# /home/guidofe/FTB_Pack_Install/FTBInfinityLite110/minecraft/crash-reports/crash-2017-10-10_18.20.31-client.txt
  478. AL lib: (EE) alc_cleanup: 1 device not closed
  479. MC process exited. return value: 255
  480. [i18n] Added 0 enUS to options pane
  481. [i18n] Added 1 cyGB to options pane
  482. [i18n] Added 2 daDK to options pane
  483. [i18n] Added 3 deDE to options pane
  484. [i18n] Added 4 enGB to options pane
  485. [i18n] Added 5 enUS to options pane
  486. [i18n] Added 6 esES to options pane
  487. [i18n] Added 7 fiFI to options pane
  488. [i18n] Added 8 frCA to options pane
  489. [i18n] Added 9 frFR to options pane
  490. [i18n] Added 10 itIT to options pane
  491. [i18n] Added 11 maHU to options pane
  492. [i18n] Added 12 nlNL to options pane
  493. [i18n] Added 13 noNO to options pane
  494. [i18n] Added 14 plPL to options pane
  495. [i18n] Added 15 ptBR to options pane
  496. [i18n] Added 16 ptPT to options pane
  497. [i18n] Added 17 ruRU to options pane
  498. [i18n] Added 18 svSE to options pane
  499. [i18n] Added 19 zhCN to options pane
  500. [i18n] enUS English (US) language file loaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement