Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.58 KB | None | 0 0
  1. [16:14:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 12/3/15 4:14 PM
  5. Description: Rendering entity in world
  6.  
  7. java.lang.IllegalStateException: Already tesselating!
  8. at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
  9. at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
  10. at tconstruct.client.FlexibleToolRenderer.renderItem(FlexibleToolRenderer.java:113)
  11. at tconstruct.weaponry.client.entity.ProjectileBaseRenderer.doRender(ProjectileBaseRenderer.java:57)
  12. at tconstruct.weaponry.client.entity.ProjectileBaseRenderer.func_76986_a(ProjectileBaseRenderer.java:20)
  13. at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
  14. at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
  15. at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
  16. at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:712)
  17. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1557)
  18. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1305)
  19. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  20. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  21. at net.minecraft.client.main.Main.main(SourceFile:148)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  33. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  34. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  35. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Stacktrace:
  43. at net.minecraft.client.renderer.Tessellator.func_78371_b(Tessellator.java:374)
  44. at net.minecraft.client.renderer.Tessellator.func_78382_b(Tessellator.java:364)
  45. at tconstruct.client.FlexibleToolRenderer.renderItem(FlexibleToolRenderer.java:113)
  46. at tconstruct.weaponry.client.entity.ProjectileBaseRenderer.doRender(ProjectileBaseRenderer.java:57)
  47. at tconstruct.weaponry.client.entity.ProjectileBaseRenderer.func_76986_a(ProjectileBaseRenderer.java:20)
  48.  
  49. -- Entity being rendered --
  50. Details:
  51. Entity Type: TConstruct.Shuriken (tconstruct.weaponry.entity.ShurikenEntity)
  52. Entity ID: 1451820
  53. Entity Name: entity.TConstruct.Shuriken.name
  54. Entity's Exact location: -6376.94, 69.88, -6374.19
  55. Entity's Block location: World: (-6377,69,-6375), Chunk: (at 7,4,9 in -399,-399; contains blocks -6384,0,-6384 to -6369,255,-6369), Region: (-13,-13; contains chunks -416,-416 to -385,-385, blocks -6656,0,-6656 to -6145,255,-6145)
  56. Entity's Momentum: 0.00, -0.17, 0.00
  57.  
  58. -- Renderer details --
  59. Details:
  60. Assigned renderer: tconstruct.weaponry.client.entity.ShurikenEntityRenderer@4da9acec
  61. Location: -0.44,-0.75,0.31 - World: (-1,-1,0), Chunk: (at 15,-1,0 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  62. Rotation: -143.36719
  63. Delta: 0.57626295
  64. Stacktrace:
  65. at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
  66. at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
  67. at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
  68. at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:712)
  69. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1557)
  70.  
  71. -- Affected level --
  72. Details:
  73. Level name: MpServer
  74. All players: 1 total; [GCEntityClientPlayerMP['<PROFILE NAME>'/1458388, l='MpServer', x=-6376.50, y=70.62, z=-6374.50]]
  75. Chunk stats: MultiplayerChunkCache: 441, 441
  76. Level seed: 0
  77. Level generator: ID 00 - default, ver 1. Features enabled: false
  78. Level generator options:
  79. Level spawn location: World: (160,64,252), Chunk: (at 0,4,12 in 10,15; contains blocks 160,0,240 to 175,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  80. Level time: 172476721 game time, 2273368 day time
  81. Level dimension: 0
  82. Level storage version: 0x00000 - Unknown?
  83. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  84. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  85. Forced entities: 134 total; [EntityCartChest['entity.MinecartChest.name'/514, l='MpServer', x=-6336.47, y=42.34, z=-6338.50], EntityGolemBase['Thaumium Golem'/17, l='MpServer', x=-6332.84, y=54.00, z=-6359.47], Entity_SpecialZombie['Zombie'/1452039, l='MpServer', x=-6391.59, y=14.00, z=-6334.97], GCEntityClientPlayerMP['<PROFILE NAME>'/1458388, l='MpServer', x=-6376.50, y=70.62, z=-6374.50], EntityHat['unknown'/19, l='MpServer', x=-6376.50, y=70.62, z=-6374.50], Entity_SpecialZombie['Zombie'/1452046, l='MpServer', x=-6384.70, y=46.00, z=-6320.30], EntityItem['item.item.string'/1452044, l='MpServer', x=-6390.91, y=21.13, z=-6327.66], Entity_SpecialZombie['Zombie'/1452045, l='MpServer', x=-6384.70, y=46.00, z=-6320.70], Entity_SpecialZombie['Zombie'/1452042, l='MpServer', x=-6393.13, y=14.00, z=-6320.31], EntityHungrySpider['Hungry Spider'/1452043, l='MpServer', x=-6392.38, y=21.00, z=-6327.41], Entity_SpecialZombie['Zombie'/1452040, l='MpServer', x=-6393.66, y=14.00, z=-6334.94], EntitySkeleton['Skeleton'/1289228, l='MpServer', x=-6331.69, y=53.00, z=-6364.50], Entity_SpecialZombie['Zombie'/1452041, l='MpServer', x=-6392.56, y=14.00, z=-6333.59], Entity_SpecialZombie['Zombie'/1451830, l='MpServer', x=-6383.30, y=47.00, z=-6320.30], EntityItem['item.item.dyePowder.black'/1461558, l='MpServer', x=-6431.94, y=50.13, z=-6375.69], EntityBat['Bat'/1461559, l='MpServer', x=-6431.06, y=34.10, z=-6362.06], EntityThiefSkeleton['Thief Skeleton'/1451831, l='MpServer', x=-6383.56, y=47.00, z=-6320.30], EntityThiefSkeleton['Thief Skeleton'/1451828, l='MpServer', x=-6383.17, y=47.00, z=-6321.30], EntityThiefSkeleton['Thief Skeleton'/1451829, l='MpServer', x=-6382.31, y=46.00, z=-6321.69], EntityThiefSkeleton['Thief Skeleton'/1451826, l='MpServer', x=-6383.70, y=47.00, z=-6321.04], EntityThiefSkeleton['Thief Skeleton'/1451827, l='MpServer', x=-6383.70, y=47.00, z=-6321.70], Entity_SpecialZombie['Zombie'/1451824, l='MpServer', x=-6368.63, y=40.00, z=-6343.03], Entity_SpecialZombie['Zombie'/1451838, l='MpServer', x=-6379.32, y=17.00, z=-6318.70], EntityHungrySpider['Hungry Spider'/1461567, l='MpServer', x=-6424.34, y=21.00, z=-6336.13], Entity_SpecialZombie['Zombie'/1451839, l='MpServer', x=-6380.84, y=17.00, z=-6318.70], EntityBat['Bat'/1461560, l='MpServer', x=-6422.66, y=33.10, z=-6361.63], EntityPlagueZombie['Plague Zombie'/1461542, l='MpServer', x=-6414.31, y=18.00, z=-6369.72], EntityPlagueZombie['Plague Zombie'/1461543, l='MpServer', x=-6404.84, y=18.00, z=-6369.53], EntitySquid['Squid'/1461550, l='MpServer', x=-6426.69, y=51.00, z=-6383.06], EntitySquid['Squid'/1461551, l='MpServer', x=-6430.50, y=56.22, z=-6384.78], ShurikenEntity['entity.TConstruct.Shuriken.name'/1451820, l='MpServer', x=-6376.94, y=69.88, z=-6374.19], EntitySquid['Squid'/1461549, l='MpServer', x=-6432.78, y=56.00, z=-6397.56], ShurikenEntity['entity.TConstruct.Shuriken.name'/1451821, l='MpServer', x=-6376.94, y=67.44, z=-6374.19], EntityThiefSkeleton['Thief Skeleton'/1461546, l='MpServer', x=-6339.50, y=42.00, z=-6439.50], EntityPlagueZombie['Plague Zombie'/1461547, l='MpServer', x=-6414.88, y=18.00, z=-6367.34], Entity_SpecialZombie['Zombie'/1451862, l='MpServer', x=-6379.30, y=16.00, z=-6317.18], EntitySquid['Squid'/1461590, l='MpServer', x=-6431.81, y=56.34, z=-6378.63], Entity_SpecialZombie['Zombie'/1451863, l='MpServer', x=-6381.70, y=17.00, z=-6316.11], Entity_SpecialZombie['Zombie'/1451860, l='MpServer', x=-6380.06, y=17.00, z=-6316.30], EntitySquid['Squid'/1461588, l='MpServer', x=-6434.19, y=54.25, z=-6377.31], Entity_SpecialZombie['Zombie'/1451861, l='MpServer', x=-6381.70, y=17.00, z=-6317.69], EntitySquid['Squid'/1461589, l='MpServer', x=-6439.28, y=55.06, z=-6373.50], Entity_SpecialZombie['Zombie'/1451858, l='MpServer', x=-6378.30, y=17.00, z=-6318.70], Entity_SpecialZombie['Zombie'/1451859, l='MpServer', x=-6380.83, y=17.00, z=-6317.99], EntityItem['item.item.dyePowder.black'/1461587, l='MpServer', x=-6439.53, y=48.13, z=-6371.53], Entity_SpecialZombie['Zombie'/1451856, l='MpServer', x=-6381.70, y=17.00, z=-6318.70], Entity_SpecialZombie['Zombie'/1451857, l='MpServer', x=-6379.07, y=17.00, z=-6317.85], EntityPlagueZombie['Plague Zombie'/1451864, l='MpServer', x=-6380.01, y=17.00, z=-6317.14], EntitySquid['Squid'/1461592, l='MpServer', x=-6432.34, y=55.34, z=-6370.56], EntitySquid['Squid'/1461593, l='MpServer', x=-6437.22, y=55.31, z=-6375.25], EntityBat['Bat'/1451865, l='MpServer', x=-6357.84, y=42.77, z=-6312.65], Entity_SpecialZombie['Zombie'/1451846, l='MpServer', x=-6378.31, y=17.00, z=-6316.30], Entity_SpecialZombie['Zombie'/1451847, l='MpServer', x=-6378.30, y=17.00, z=-6318.01], Entity_SpecialZombie['Zombie'/1451844, l='MpServer', x=-6379.30, y=16.00, z=-6317.09], Entity_SpecialZombie['Zombie'/1451845, l='MpServer', x=-6379.30, y=16.00, z=-6316.30], EntitySquid['Squid'/1461573, l='MpServer', x=-6434.53, y=58.38, z=-6388.19], EntityHat['unknown'/3155, l='MpServer', x=-6328.84, y=53.00, z=-6365.34], Entity_SpecialZombie['Zombie'/1451842, l='MpServer', x=-6381.70, y=17.00, z=-6318.70], EntitySquid['Squid'/1461570, l='MpServer', x=-6433.41, y=51.00, z=-6386.19], EntityHat['unknown'/3156, l='MpServer', x=-6383.30, y=13.08, z=-6428.30], Entity_SpecialZombie['Zombie'/1451843, l='MpServer', x=-6378.31, y=17.00, z=-6316.30], EntityHat['unknown'/3157, l='MpServer', x=-6313.97, y=24.94, z=-6329.03], EntityItem['item.item.string'/1461568, l='MpServer', x=-6426.88, y=18.13, z=-6336.50], EntityThiefSkeleton['Thief Skeleton'/1451840, l='MpServer', x=-6381.70, y=17.00, z=-6315.37], EntityHat['unknown'/3158, l='MpServer', x=-6434.53, y=58.38, z=-6388.19], Entity_SpecialZombie['Zombie'/1451841, l='MpServer', x=-6381.31, y=17.00, z=-6315.31], EntityHat['unknown'/3159, l='MpServer', x=-6326.25, y=44.10, z=-6298.75], EntityHungrySpider['Hungry Spider'/1461582, l='MpServer', x=-6309.97, y=34.00, z=-6451.97], EntitySkeleton['Skeleton'/810580, l='MpServer', x=-6325.31, y=53.00, z=-6360.31], Entity_SpecialZombie['Zombie'/1451854, l='MpServer', x=-6380.76, y=17.00, z=-6317.05], EntityHat['unknown'/3160, l='MpServer', x=-6297.96, y=56.24, z=-6303.97], Entity_SpecialZombie['Zombie'/1451855, l='MpServer', x=-6378.31, y=17.00, z=-6317.09], EntityHat['unknown'/3161, l='MpServer', x=-6300.00, y=55.15, z=-6302.97], Entity_SpecialZombie['Zombie'/1451852, l='MpServer', x=-6379.95, y=17.00, z=-6318.05], EntityHat['unknown'/3162, l='MpServer', x=-6299.03, y=55.24, z=-6305.03], Entity_SpecialZombie['Zombie'/1451853, l='MpServer', x=-6381.70, y=17.00, z=-6316.17], EntityHat['unknown'/3163, l='MpServer', x=-6302.03, y=55.00, z=-6304.03], Entity_SpecialZombie['Zombie'/1451850, l='MpServer', x=-6380.78, y=17.00, z=-6316.30], Entity_SpecialZombie['Zombie'/1451851, l='MpServer', x=-6379.93, y=17.00, z=-6318.70], Entity_SpecialZombie['Zombie'/1451848, l='MpServer', x=-6381.70, y=17.00, z=-6317.03], Entity_SpecialZombie['Zombie'/1451849, l='MpServer', x=-6381.70, y=17.00, z=-6317.79], EntityCartChest['entity.MinecartChest.name'/1451894, l='MpServer', x=-6361.78, y=17.34, z=-6376.50], EntityCartChest['entity.MinecartChest.name'/1451895, l='MpServer', x=-6343.50, y=18.34, z=-6392.50], Entity_SpecialZombie['Zombie'/1461618, l='MpServer', x=-6393.13, y=14.00, z=-6301.47], Entity_SpecialZombie['Zombie'/1461616, l='MpServer', x=-6393.38, y=14.00, z=-6299.94], EntityItem['item.item.string'/1451902, l='MpServer', x=-6315.88, y=24.13, z=-6328.09], EntityBat['Bat'/1461630, l='MpServer', x=-6326.25, y=44.10, z=-6298.75], EntityBat['Bat'/1461631, l='MpServer', x=-6329.06, y=42.03, z=-6301.32], EntityHungrySpider['Hungry Spider'/1451900, l='MpServer', x=-6313.97, y=24.94, z=-6329.03], EntityHungrySpider['Hungry Spider'/1451901, l='MpServer', x=-6315.03, y=25.14, z=-6327.97], Entity_SpecialZombie['Zombie'/1461626, l='MpServer', x=-6456.06, y=15.00, z=-6420.47], EntityHungrySpider['Hungry Spider'/1451899, l='MpServer', x=-6315.05, y=24.48, z=-6327.95], EntityThiefSkeleton['Thief Skeleton'/1461627, l='MpServer', x=-6451.70, y=27.61, z=-6419.30], EntityCartChest['entity.MinecartChest.name'/1451896, l='MpServer', x=-6346.50, y=47.34, z=-6325.69], EntityBat['Bat'/1451897, l='MpServer', x=-6324.34, y=43.10, z=-6306.25], Entity_SpecialZombie['Zombie'/1461604, l='MpServer', x=-6407.56, y=30.46, z=-6310.33], EntityGolemBase['Thaumium Golem'/1451926, l='MpServer', x=-6386.38, y=101.88, z=-6374.38], EntityGolemBase['Thaumium Golem'/1451927, l='MpServer', x=-6386.28, y=101.88, z=-6376.53], EntityPlagueZombie['Plague Zombie'/1451924, l='MpServer', x=-6402.16, y=18.00, z=-6369.50], EntityGolemBase['Thaumium Golem'/1451925, l='MpServer', x=-6386.31, y=101.88, z=-6377.63], EntitySkeleton['Skeleton'/1367440, l='MpServer', x=-6331.25, y=53.00, z=-6362.34], EntityBat['Bat'/1451934, l='MpServer', x=-6339.80, y=23.74, z=-6430.43], EntityHungrySpider['Hungry Spider'/1461662, l='MpServer', x=-6297.96, y=56.24, z=-6303.97], EntityHungrySpider['Hungry Spider'/1461661, l='MpServer', x=-6300.00, y=55.15, z=-6302.97], EntityGolemBase['Thaumium Golem'/1451928, l='MpServer', x=-6386.38, y=101.88, z=-6375.44], EntityHungrySpider['Hungry Spider'/1451911, l='MpServer', x=-6299.03, y=55.24, z=-6305.03], EntityBrainyZombie['Angry Zombie'/1452676, l='MpServer', x=-6383.30, y=13.08, z=-6428.30], EntityBat['Bat'/1451906, l='MpServer', x=-6300.43, y=26.81, z=-6406.72], EntityBat['Bat'/1451907, l='MpServer', x=-6306.01, y=22.83, z=-6414.54], EntityCartChest['entity.MinecartChest.name'/1461646, l='MpServer', x=-6423.50, y=30.50, z=-6472.50], EntityCartChest['entity.MinecartChest.name'/1461647, l='MpServer', x=-6425.50, y=30.50, z=-6464.13], EntityHungrySpider['Hungry Spider'/1451912, l='MpServer', x=-6302.03, y=55.00, z=-6304.03], EntityCartChest['entity.MinecartChest.name'/1461682, l='MpServer', x=-6442.53, y=25.34, z=-6484.00], EntityCartChest['entity.MinecartChest.name'/1461681, l='MpServer', x=-6452.78, y=30.34, z=-6474.19], EntityCartChest['entity.MinecartChest.name'/1461688, l='MpServer', x=-6470.50, y=32.50, z=-6455.91], EntityCartChest['entity.MinecartChest.name'/1461678, l='MpServer', x=-6477.50, y=32.50, z=-6445.50], EntityHungrySpider['Hungry Spider'/1451950, l='MpServer', x=-6390.69, y=18.00, z=-6388.97], EntityThiefSkeleton['Thief Skeleton'/1461679, l='MpServer', x=-6455.44, y=58.00, z=-6318.28], EntityCartChest['entity.MinecartChest.name'/1461677, l='MpServer', x=-6464.50, y=32.50, z=-6434.50], EntityCartChest['entity.MinecartChest.name'/1461724, l='MpServer', x=-6500.50, y=30.50, z=-6459.91], EntitySkeleton['Skeleton'/1368542, l='MpServer', x=-6328.84, y=53.00, z=-6365.34], EntityTrail['unknown'/1741, l='MpServer', x=-6376.50, y=70.62, z=-6374.50], Entity_SpecialZombie['Zombie'/1453046, l='MpServer', x=-6330.91, y=45.00, z=-6443.46], EntityZombie['Zombie'/1453047, l='MpServer', x=-6330.70, y=45.14, z=-6444.69], Entity_SpecialZombie['Zombie'/1452020, l='MpServer', x=-6393.70, y=13.20, z=-6408.30], Entity_SpecialZombie['Zombie'/1455344, l='MpServer', x=-6398.30, y=11.08, z=-6318.70], EntityBat['Bat'/1455345, l='MpServer', x=-6400.29, y=53.75, z=-6314.78], Entity_SpecialZombie['Zombie'/1452286, l='MpServer', x=-6387.09, y=29.00, z=-6336.50], EntityBat['Bat'/1452027, l='MpServer', x=-6336.13, y=43.10, z=-6300.25], EntityHungrySpider['Hungry Spider'/1453048, l='MpServer', x=-6329.79, y=45.30, z=-6441.13], EntitySkeleton['Skeleton'/1368544, l='MpServer', x=-6326.25, y=53.00, z=-6360.69], Entity_SpecialZombie['Zombie'/1455343, l='MpServer', x=-6399.30, y=11.04, z=-6319.70], EntityCartChest['entity.MinecartChest.name'/1461738, l='MpServer', x=-6499.50, y=24.50, z=-6507.50], EntitySkeleton['Skeleton'/892147, l='MpServer', x=-6331.69, y=53.00, z=-6365.69]]
  86. Retry entities: 0 total; []
  87. Server brand: fml,forge
  88. Server type: Non-integrated multiplayer server
  89. Stacktrace:
  90. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  91. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  92. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  93. at net.minecraft.client.main.Main.main(SourceFile:148)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  97. at java.lang.reflect.Method.invoke(Unknown Source)
  98. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  99. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  103. at java.lang.reflect.Method.invoke(Unknown Source)
  104. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  105. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  106. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  107. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  108.  
  109. -- System Details --
  110. Details:
  111. Minecraft Version: 1.7.10
  112. Operating System: Windows 8.1 (amd64) version 6.3
  113. Java Version: 1.8.0_31, Oracle Corporation
  114. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  115. Memory: 674841864 bytes (643 MB) / 1624768512 bytes (1549 MB) up to 2625110016 bytes (2503 MB)
  116. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx2816m
  117. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  118. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  119. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1517 Optifine OptiFine_1.7.10_HD_U_C1 131 mods loaded, 131 mods active
  120. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  121. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  122. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1517-1.7.10-universal.jar)
  123. UCHIJA Forge{10.13.4.1517} [Minecraft Forge] (forge-1.7.10-10.13.4.1517-1.7.10-universal.jar)
  124. UCHIJA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  125. UCHIJA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  126. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  127. UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  128. UCHIJA NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  129. UCHIJA OpenComputers|Core{1.5.20.38} [OpenComputers (Core)] (minecraft.jar)
  130. UCHIJA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  131. UCHIJA OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
  132. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  133. UCHIJA DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
  134. UCHIJA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  135. UCHIJA MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
  136. UCHIJA ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
  137. UCHIJA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  138. UCHIJA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
  139. UCHIJA CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  140. UCHIJA asielib{0.4.4} [asielib] (AsieLib-1.7.10-0.4.4.jar)
  141. UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  142. UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  143. UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  144. UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  145. UCHIJA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  146. UCHIJA Automagy{0.26.3} [Automagy] (Automagy-1.7.10-0.26.3.jar)
  147. UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  148. UCHIJA BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar)
  149. UCHIJA BiblioCraft{1.11.3} [BiblioCraft] (BiblioCraft[v1.11.3][MC1.7.10].jar)
  150. UCHIJA ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
  151. UCHIJA ThermalExpansion{1.7.10R4.0.3B1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.3B1-218.jar)
  152. UCHIJA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  153. UCHIJA Botania{r1.7-233} [Botania] (Botania r1.7-233.jar)
  154. UCHIJA BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore-1.0.0.10-bugfix.jar)
  155. UCHIJA BuildCraft|Core{7.1.13} [BuildCraft] (buildcraft-7.1.13.jar)
  156. UCHIJA BuildCraft|Builders{7.1.13} [BC Builders] (buildcraft-7.1.13.jar)
  157. UCHIJA BuildCraft|Transport{7.1.13} [BC Transport] (buildcraft-7.1.13.jar)
  158. UCHIJA BuildCraft|Energy{7.1.13} [BC Energy] (buildcraft-7.1.13.jar)
  159. UCHIJA BuildCraft|Silicon{7.1.13} [BC Silicon] (buildcraft-7.1.13.jar)
  160. UCHIJA BuildCraft|Robotics{7.1.13} [BC Robotics] (buildcraft-7.1.13.jar)
  161. UCHIJA BuildCraft|Factory{7.1.13} [BC Factory] (buildcraft-7.1.13.jar)
  162. UCHIJA BuildCraft|Compat{7.1.2} [BuildCraft Compat] (buildcraft-compat-7.1.2.jar)
  163. UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  164. UCHIJA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
  165. UCHIJA UniversalElectricity{@MAJOR@.@MINOR@.@REVIS@} [Universal Electricity] (UNIVERSAL-ELECTRICITY-4.0.0.81-CORE.jar)
  166. UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  167. UCHIJA chisel{2.9.3.9} [Chisel] (Chisel-2.9.3.9.jar)
  168. UCHIJA EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  169. UCHIJA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  170. UCHIJA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
  171. UCHIJA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
  172. UCHIJA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  173. UCHIJA OpenComputers{1.5.20.38} [OpenComputers] (OpenComputers-MC1.7.10-1.5.20.38-universal.jar)
  174. UCHIJA computronics{1.5.9} [Computronics] (Computronics-1.7.10-1.5.9.jar)
  175. UCHIJA DraconicEvolution{1.0.2-snapshot_5} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_5-Bugfix.jar)
  176. UCHIJA DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar)
  177. UCHIJA DynamicLights{1.3.9} [Dynamic Lights] (DynamicLights-1.7.10.jar)
  178. UCHIJA DynamicLights_onFire{1.0.5} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
  179. UCHIJA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
  180. UCHIJA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
  181. UCHIJA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
  182. UCHIJA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
  183. UCHIJA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
  184. UCHIJA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
  185. UCHIJA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
  186. UCHIJA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
  187. UCHIJA Emotes{1.0} [Emotes] (Emotes 1.0.1.jar)
  188. UCHIJA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
  189. UCHIJA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
  190. UCHIJA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  191. UCHIJA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
  192. UCHIJA FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.7.2-3.2rS.jar)
  193. UCHIJA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  194. UCHIJA ForbiddenMagic{1.7.10-0.57} [Forbidden Magic] (Forbidden Magic-1.7.10-0.57.jar)
  195. UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.404.jar)
  196. UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.404.jar)
  197. UCHIJA HardcoreEnderExpansion{1.8.4} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.4.jar)
  198. UCHIJA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  199. UCHIJA InfernalMobs{1.6.2} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
  200. UCHIJA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  201. UCHIJA IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  202. UCHIJA malisiscore{1.7.10-0.13.1} [MalisisCore] (malisiscore-1.7.10-0.13.1.jar)
  203. UCHIJA malisisdoors{1.7.10-1.12.0} [Malisis' Doors] (malisisdoors-1.7.10-1.12.0.jar)
  204. UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  205. UCHIJA ResonantEngine{@MAJOR@.@MINOR@.@REVIS@} [Resonant Engine] (RESONANT-ENGINE-2.0.0.130-CORE.jar)
  206. UCHIJA MFFS{@MAJOR@.@MINOR@.@REVIS@} [Modular Force Field System] (MFFS-4.1.0.32-CORE.jar)
  207. UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  208. UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  209. UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  210. UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  211. UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  212. UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  213. UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  214. UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  215. UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  216. UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  217. UCHIJA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
  218. UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  219. UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  220. UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  221. UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  222. UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  223. UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  224. UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  225. UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
  226. UCHIJA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
  227. UCHIJA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  228. UCHIJA NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
  229. UCHIJA notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b43-universal.jar)
  230. UCHIJA OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
  231. UCHIJA OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
  232. UCHIJA openradio{0.4.0} [OpenRadio] (OpenRadio-0.5.2-1.7.10.jar)
  233. UCHIJA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
  234. UCHIJA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
  235. UCHIJA ProjRed|Fabrication{4.7.0pre9.92} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar)
  236. UCHIJA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
  237. UCHIJA RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
  238. UCHIJA AS_Ruins{15.2} [Ruins Spawning System] (Ruins-1.7.10.jar)
  239. UCHIJA simplyjetpacks{1.5.2} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.2.jar)
  240. UCHIJA SpecialMobs{3.2.0} [Special Mobs] (SpecialMobs-1.7.10-3.2.0.jar)
  241. UCHIJA thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  242. UCHIJA thaumicenergistics{0.8.10.10} [Thaumic Energistics] (thaumicenergistics-0.8.10.10.jar)
  243. UCHIJA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  244. UCHIJA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  245. UCHIJA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  246. UCHIJA wawla{1.3.2} [What Are We Looking At] (Wawla-1.3.2-1.7.10.jar)
  247. UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  248. UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  249. UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  250. UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  251. UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  252. GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.14.4264' Renderer: 'Intel(R) HD Graphics 4600'
  253. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  254. Class transformer null safety: all safe
  255. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  256. CoFHCore: -[1.7.10]3.0.3-303
  257. MineFactoryReloaded: -[1.7.10]2.8.0-104
  258. ThermalFoundation: -[1.7.10]1.2.0-102
  259. ThermalExpansion: -[1.7.10]4.0.3B1-218
  260. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
  261. TConstruct Environment: Environment healthy.
  262. NetherOres: -[1.7.10]2.3.0-12
  263. RedstoneArsenal: -[1.7.10]1.1.1-89
  264. ThermalDynamics: -[1.7.10]1.1.0-161
  265. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  266. AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
  267. Launched Version: MultiMC5
  268. LWJGL: 2.9.1
  269. OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.14.4264, Intel
  270. GL Caps: Using GL 1.3 multitexturing.
  271. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  272. Anisotropic filtering is supported and maximum anisotropy is 16.
  273. Shaders are available because OpenGL 2.1 is supported.
  274.  
  275. Is Modded: Definitely; Client brand changed to 'fml,forge'
  276. Type: Client (map_client.txt)
  277. Resource Packs: []
  278. Current Language: English (US)
  279. Profiler Position: N/A (disabled)
  280. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  281. Anisotropic Filtering: Off (1)
  282. [16:14:58] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\HiggsBoson12\Downloads\MultiMC\instances\Yuon 2\minecraft\crash-reports\crash-2015-12-03_16.14.57-client.txt
  283. Exception in thread "AE2 VersionChecker" AL lib: (EE) alc_cleanup: 1 device not closed
  284. Game exited with exitcode -1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement