Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.01 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Quite honestly, I wouldn't worry myself about that.
  3.  
  4. Time: 1/16/19 1:03 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.IllegalArgumentException
  8. at java.nio.Buffer.position(Buffer.java:244)
  9. at shadersmod.client.ShadersTess.draw(ShadersTess.java:95)
  10. at net.minecraft.client.renderer.Tessellator.func_78381_a(Tessellator.java:169)
  11. at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:423)
  12. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:348)
  13. at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:2382)
  14. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1657)
  15. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1392)
  16. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  18. at net.minecraft.client.main.Main.main(SourceFile:148)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:497)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:497)
  29. at launcher.d.a(SourceFile:273)
  30. at launcher.d.main(SourceFile:177)
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Stacktrace:
  38. at java.nio.Buffer.position(Buffer.java:244)
  39. at shadersmod.client.ShadersTess.draw(ShadersTess.java:95)
  40. at net.minecraft.client.renderer.Tessellator.func_78381_a(Tessellator.java:169)
  41. at net.minecraft.client.renderer.WorldRenderer.func_147891_a(WorldRenderer.java:423)
  42. at net.minecraft.client.renderer.WorldRenderer.func_147892_a(WorldRenderer.java:348)
  43. at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:2382)
  44. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1657)
  45. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1392)
  46.  
  47. -- Affected level --
  48. Details:
  49. Level name: MpServer
  50. All players: 1 total; [EntityClientPlayerMP['Vadgal'/3806, l='MpServer', x=-1429.02, y=77.62, z=-4222.45]]
  51. Chunk stats: MultiplayerChunkCache: 81, 81
  52. Level seed: 0
  53. Level generator: ID 00 - default, ver 1. Features enabled: false
  54. Level generator options:
  55. Level spawn location: World: (1443,76,-4799), Chunk: (at 3,4,1 in 90,-300; contains blocks 1440,0,-4800 to 1455,255,-4785), Region: (2,-10; contains chunks 64,-320 to 95,-289, blocks 1024,0,-5120 to 1535,255,-4609)
  56. Level time: 43485904 game time, 43576418 day time
  57. Level dimension: 0
  58. Level storage version: 0x00000 - Unknown?
  59. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  60. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  61. Forced entities: 8 total; [EntityBat['Летучая мышь'/3809, l='MpServer', x=-1417.88, y=29.99, z=-4204.42], EntityXPOrb['Сфера опыта'/3249, l='MpServer', x=-1403.84, y=60.25, z=-4203.29], EntitySheep['Овца'/3810, l='MpServer', x=-1444.20, y=65.00, z=-4237.71], EntitySheep['Овца'/3811, l='MpServer', x=-1412.47, y=61.17, z=-4239.41], EntityZombie['Зомби'/3812, l='MpServer', x=-1409.28, y=61.60, z=-4240.57], EntitySheep['Овца'/3815, l='MpServer', x=-1398.81, y=70.00, z=-4259.91], EntityClientPlayerMP['Vadgal'/3806, l='MpServer', x=-1429.02, y=77.62, z=-4222.45], EntitySkeleton['Скелет'/3247, l='MpServer', x=-1416.50, y=66.00, z=-4203.00]]
  62. Retry entities: 0 total; []
  63. Server brand: kcauldron,cauldron,craftbukkit,mcpc,fml,forge
  64. Server type: Non-integrated multiplayer server
  65. Stacktrace:
  66. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  67. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927)
  68. at net.minecraft.client.main.Main.main(SourceFile:148)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke(Method.java:497)
  73. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  74. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.lang.reflect.Method.invoke(Method.java:497)
  79. at launcher.d.a(SourceFile:273)
  80. at launcher.d.main(SourceFile:177)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.7.10
  85. Operating System: Windows 10 (amd64) version 10.0
  86. Java Version: 1.8.0_51, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 636116688 bytes (606 MB) / 1215774720 bytes (1159 MB) up to 3207856128 bytes (3059 MB)
  89. JVM Flags: 7 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:+DisableAttachMechanism
  90. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  91. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  92. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 115 mods loaded, 115 mods active
  93. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  94. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  95. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge.jar)
  96. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge.jar)
  97. UCHIJA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
  98. UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  99. UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  100. UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems.jar)
  101. UCHIJA PlayerAPI{1.4} [Player API] (minecraft.jar)
  102. UCHIJA OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
  103. UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  104. UCHIJA PacketUnlimiter{1.1} [PacketUnlimiter] (minecraft.jar)
  105. UCHIJA FastCraft{1.25} [FastCraft] (fastcraft.jar)
  106. UCHIJA flansaddon{0.1} [flansaddon] (forge.jar)
  107. UCHIJA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-experimental.jar)
  108. UCHIJA AdvancedMachines{skymine-1.0} [IC2 Advanced Machines Addon] (AdvancedMachines-skymine.jar)
  109. UCHIJA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-skymine-clientedition.jar)
  110. UCHIJA BuildCraft|Core{7.1.24} [BuildCraft] (buildcraft-7.1.24.jar)
  111. UCHIJA BuildCraft|Energy{7.1.24} [BC Energy] (buildcraft-7.1.24.jar)
  112. UCHIJA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-skymine-clientedition.jar)
  113. UCHIJA skymine-coresystem{1.0} [SkyMine CoreSystem] (skymine-coresystem-client.jar)
  114. UCHIJA skymine-customhardtech{skymine-customhardtech-0.1alpha} [SkyMine customhardtech] (skymine-customhardtech-client.jar)
  115. UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel.jar)
  116. UCHIJA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-client.jar)
  117. UCHIJA bdlib{1.9.4.109} [BD Lib] (bdlib.jar)
  118. UCHIJA ae2stuff{0.5.1.9} [AE2 Stuff] (ae2stuff.jar)
  119. UCHIJA AFSU{1.2.3a-Freeza} [AFSU Mod] (AFSU.jar)
  120. UCHIJA ArchitectureCraft{1.7.2} [ArchitectureCraft] (ArchitectureCraft-1.7.2-mc1.7.10.jar)
  121. UCHIJA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  122. UCHIJA ArmorStatusHUD{1.28} [ArmorStatusHUD] (ArmorStatusHUD.jar)
  123. UCHIJA Avaritia{1.13} [Avaritia] (Avaritia.jar)
  124. UCHIJA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
  125. UCHIJA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
  126. UCHIJA BigDoors{1.7.10-1.1.0} [Big Doors] (BigDoors.jar)
  127. UCHIJA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation.jar)
  128. UCHIJA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-skymine-clientedition.jar)
  129. UCHIJA BigReactors{0.4.5-A} [Big Reactors] (BigReactors.jar)
  130. UCHIJA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry4.jar)
  131. UCHIJA BinnieCore{2.0.22} [Binnie Core] (binnie-mods.jar)
  132. UCHIJA Botany{2.0.22} [Botany] (binnie-mods.jar)
  133. UCHIJA ExtraBees{2.0.22} [Extra Bees] (binnie-mods.jar)
  134. UCHIJA ExtraTrees{2.0.22} [Extra Trees] (binnie-mods.jar)
  135. UCHIJA Genetics{2.0.22} [Genetics] (binnie-mods.jar)
  136. UCHIJA BuildCraft|Builders{7.1.24} [BC Builders] (buildcraft-7.1.24.jar)
  137. UCHIJA BuildCraft|Factory{7.1.24} [BC Factory] (buildcraft-7.1.24.jar)
  138. UCHIJA BuildCraft|Robotics{7.1.24} [BC Robotics] (buildcraft-7.1.24.jar)
  139. UCHIJA BuildCraft|Silicon{7.1.24} [BC Silicon] (buildcraft-7.1.24.jar)
  140. UCHIJA BuildCraft|Transport{7.1.24} [BC Transport] (buildcraft-7.1.24.jar)
  141. UCHIJA BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat.jar)
  142. UCHIJA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (CarpentersBlocks.jar)
  143. UCHIJA MineTweaker3{3.0.13} [MineTweaker 3] (CraftTweaker.jar)
  144. UCHIJA DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicatorsMod.jar)
  145. UCHIJA DraconicEvolution{1.0.2-skymine} [Draconic Evolution] (DraconicEvolution2-skymine-clientedition.jar)
  146. UCHIJA BrandonsCore{1.0.0.12} [Brandon's Core] (DraconicEvolution2-skymine-clientedition.jar)
  147. UCHIJA dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack.jar)
  148. UCHIJA Waila{1.5.10} [Waila] (Waila.jar)
  149. UCHIJA extracells{2.3.14} [Extra Cells 2] (ExtraCells-skymine-clientedition.jar)
  150. UCHIJA GalacticraftMars{3.0.12} [Galacticraft Planets] (GalacticraftCore-skymine-clientedition.jar)
  151. UCHIJA GalaxySpace{1.2.8} [GalaxySpace] (GalaxySpace.jar)
  152. UCHIJA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff.jar)
  153. UCHIJA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff.jar)
  154. UCHIJA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff.jar)
  155. UCHIJA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff.jar)
  156. UCHIJA GraviSuite{1.7.10-2.0.4} [Graviation Suite] (GraviSuite-skymine.jar)
  157. UCHIJA Growthcraft{1.7.10-2.7.2} [Growthcraft] (growthcraft.jar)
  158. UCHIJA Growthcraft|Cellar{1.7.10-2.7.2} [Growthcraft Cellar] (growthcraft.jar)
  159. UCHIJA Growthcraft|Apples{1.7.10-2.7.2} [Growthcraft Apples] (growthcraft.jar)
  160. UCHIJA Growthcraft|Bamboo{1.7.10-2.7.2} [Growthcraft Bamboo] (growthcraft.jar)
  161. UCHIJA Growthcraft|Bees{1.7.10-2.7.2} [Growthcraft Bees] (growthcraft.jar)
  162. UCHIJA Growthcraft|Fishtrap{1.7.10-2.7.2} [Growthcraft Fishtrap] (growthcraft.jar)
  163. UCHIJA Growthcraft|Grapes{1.7.10-2.7.2} [Growthcraft Grapes] (growthcraft.jar)
  164. UCHIJA Growthcraft|Hops{1.7.10-2.7.2} [Growthcraft Hops] (growthcraft.jar)
  165. UCHIJA Growthcraft|Milk{1.7.10-2.7.2} [Growthcraft Milk] (growthcraft.jar)
  166. UCHIJA Growthcraft|Rice{1.7.10-2.7.2} [Growthcraft Rice] (growthcraft.jar)
  167. UCHIJA IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-client.jar)
  168. UCHIJA IronChest{6.0.62.742} [Iron Chest] (ironchest.jar)
  169. UCHIJA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  170. UCHIJA modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2.jar)
  171. UCHIJA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons.jar)
  172. UCHIJA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons.jar)
  173. UCHIJA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons.jar)
  174. UCHIJA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons.jar)
  175. UCHIJA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons.jar)
  176. UCHIJA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons.jar)
  177. UCHIJA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons.jar)
  178. UCHIJA NEIPlugins{1.1.0.11-unofficial} [NEI Plugins Unofficial] (NEIPlugins.jar)
  179. UCHIJA OpenMods{0.10} [OpenMods] (OpenModsLib.jar)
  180. UCHIJA OpenBlocks{1.6.1} [OpenBlocks] (openblocks-skymine.jar)
  181. UCHIJA opentool{1.0.0.1} [opentool] (openblocks-skymine.jar)
  182. UCHIJA PowerConverters{1.0} [Power Converters] (PowerConverters.jar)
  183. UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  184. UCHIJA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
  185. UCHIJA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base.jar)
  186. UCHIJA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-Integration.jar)
  187. UCHIJA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-Compat.jar)
  188. UCHIJA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-Integration.jar)
  189. UCHIJA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-Lighting.jar)
  190. UCHIJA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)
  191. UCHIJA bravo{1.1-stable} [SkyMine Bravo by RedEnergy] (SkyMine Bravo-1.1-stable.jar)
  192. UCHIJA nGuard{1.0.0.1} [nGuard] (skymine-addonscreen.jar)
  193. UCHIJA skymine-chunkloaders{1.0-alpha} [SkyMine ChunkLoaders] (skymine-chunkloaders-client.jar)
  194. UCHIJA skymine-customgeneral{skymine-customgeneral-0.1alpha} [SkyMine customgeneral] (skymine-customgeneral.jar)
  195. UCHIJA skymine-customhitech{skymine-customhitech-0.1alpha} [SkyMine customhitech] (skymine-customhitech-client.jar)
  196. UCHIJA skymine-economysystem{1.0} [SkyMine EconomySystem] (skymine-economysystem-client.jar)
  197. UCHIJA skymine-editions{1.0} [SkyMine Editions] (skymine-editions-client.jar)
  198. UCHIJA octoshop-client{1.0} [octoshop-client] (SkyMine-shopclient.jar)
  199. UCHIJA gui-mod{1.0} [gui-mod] (SkyMine-shopclient.jar)
  200. UCHIJA rabbit-gui{v1.3.0} [Rabbit GUI library] (SkyMine-shopclient.jar)
  201. UCHIJA StatusEffectHUD{1.27} [StatusEffectHUD] (StatusEffectHUD.jar)
  202. UCHIJA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-client.jar)
  203. UCHIJA Treecapitator{1.7.10} [Treecapitator] (Treecapitator.jar)
  204. UCHIJA UnicodeFontFixer{1.1.9-mc1.7.10} [UnicodeFontFixer] (UnicodeFontFixer.jar)
  205. UCHIJA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability.jar)
  206. UCHIJA Ztones{1.7.10} [Ztones] (Ztones.jar)
  207. UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  208. UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  209. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.16' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
  210. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[player_damage_hook:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  211. Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@66633c65) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@f80428d) returned non-null result: 0
  212. CoFHCore: -[1.7.10]3.1.4-329
  213. AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
  214. ThermalFoundation: -[1.7.10]1.2.6-118
  215. ThermalExpansion: -[1.7.10]4.1.5-248
  216. ThermalDynamics: Lacking version information.
  217. List of loaded APIs:
  218. * appliedenergistics2|API (rv3) from appliedenergistics2-client.jar
  219. * Baubles|API (1.0.1.10) from ThermalFoundation.jar
  220. * BotaniaAPI (61) from Avaritia.jar
  221. * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.24.jar
  222. * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.24.jar
  223. * BuildCraftAPI|boards (2.0) from buildcraft-7.1.24.jar
  224. * BuildCraftAPI|core (1.0) from buildcraft-7.1.24.jar
  225. * BuildCraftAPI|crops (1.1) from buildcraft-7.1.24.jar
  226. * BuildCraftAPI|events (2.0) from buildcraft-7.1.24.jar
  227. * BuildCraftAPI|facades (1.1) from buildcraft-7.1.24.jar
  228. * BuildCraftAPI|filler (4.0) from buildcraft-7.1.24.jar
  229. * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.24.jar
  230. * BuildCraftAPI|gates (4.1) from buildcraft-7.1.24.jar
  231. * BuildCraftAPI|items (1.1) from buildcraft-7.1.24.jar
  232. * BuildCraftAPI|library (2.0) from buildcraft-7.1.24.jar
  233. * BuildCraftAPI|lists (1.0) from buildcraft-7.1.24.jar
  234. * BuildCraftAPI|power (1.3) from buildcraft-7.1.24.jar
  235. * BuildCraftAPI|recipes (3.1) from buildcraft-7.1.24.jar
  236. * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.24.jar
  237. * BuildCraftAPI|statements (1.1) from buildcraft-7.1.24.jar
  238. * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.24.jar
  239. * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.24.jar
  240. * BuildCraftAPI|tools (1.0) from growthcraft.jar
  241. * BuildCraftAPI|transport (4.1) from buildcraft-7.1.24.jar
  242. * CarpentersBlocks|API (3.3.7) from CarpentersBlocks.jar
  243. * CoFHAPI (1.7.10R1.0.2) from buildcraft-7.1.24.jar
  244. * CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  245. * CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  246. * CoFHAPI|energy (1.7.10R1.0.2) from IC2NuclearControl-client.jar
  247. * CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  248. * CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  249. * CoFHAPI|item (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  250. * CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  251. * CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  252. * CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  253. * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-skymine-clientedition.jar
  254. * CoFHLib (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  255. * CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  256. * CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  257. * CoFHLib|gui|container (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  258. * CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  259. * CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  260. * CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  261. * CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  262. * CoFHLib|render (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  263. * CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  264. * CoFHLib|util (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  265. * CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  266. * CoFHLib|util|position (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  267. * CoFHLib|world (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  268. * CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-skymine-clientedition.jar
  269. * ComputerCraft|API (1.73) from DraconicEvolution2-skymine-clientedition.jar
  270. * ComputerCraft|API|FileSystem (1.73) from DraconicEvolution2-skymine-clientedition.jar
  271. * ComputerCraft|API|Lua (1.73) from DraconicEvolution2-skymine-clientedition.jar
  272. * ComputerCraft|API|Media (1.73) from DraconicEvolution2-skymine-clientedition.jar
  273. * ComputerCraft|API|Peripheral (1.73) from DraconicEvolution2-skymine-clientedition.jar
  274. * ComputerCraft|API|Redstone (1.73) from DraconicEvolution2-skymine-clientedition.jar
  275. * ComputerCraft|API|Turtle (1.73) from DraconicEvolution2-skymine-clientedition.jar
  276. * DraconicEvolution|API (1.2) from DraconicEvolution2-skymine-clientedition.jar
  277. * ForestryAPI|apiculture (4.8.0) from forestry4.jar
  278. * ForestryAPI|arboriculture (4.2.1) from forestry4.jar
  279. * ForestryAPI|circuits (3.1.0) from forestry4.jar
  280. * ForestryAPI|core (5.0.0) from forestry4.jar
  281. * ForestryAPI|farming (2.1.0) from forestry4.jar
  282. * ForestryAPI|food (1.1.0) from forestry4.jar
  283. * ForestryAPI|fuels (2.0.1) from forestry4.jar
  284. * ForestryAPI|genetics (4.7.1) from forestry4.jar
  285. * ForestryAPI|hives (4.1.0) from forestry4.jar
  286. * ForestryAPI|lepidopterology (1.3.0) from forestry4.jar
  287. * ForestryAPI|mail (3.0.0) from forestry4.jar
  288. * ForestryAPI|multiblock (3.0.0) from forestry4.jar
  289. * ForestryAPI|recipes (5.4.0) from forestry4.jar
  290. * ForestryAPI|storage (3.0.0) from forestry4.jar
  291. * ForestryAPI|world (2.1.0) from forestry4.jar
  292. * Galacticraft API (1.0) from GalacticraftCore-skymine-clientedition.jar
  293. * GardenCoreAPI (1.0.0) from GardenStuff.jar
  294. * GrowthcraftAPI|Bees (2.6.0) from growthcraft.jar
  295. * GrowthcraftAPI|Cellar (2.6.0) from growthcraft.jar
  296. * GrowthcraftAPI|Core (2.6.0) from growthcraft.jar
  297. * GrowthcraftAPI|FishTrap (2.6.0) from growthcraft.jar
  298. * GrowthcraftAPI|Milk (2.6.0) from growthcraft.jar
  299. * IC2API (1.0) from industrialcraft-2-experimental.jar
  300. * NuclearControlAPI (v1.0.5) from IC2NuclearControl-client.jar
  301. * OpenBlocks|API ($API-VERSION$) from openblocks-skymine.jar
  302. * OpenComputersAPI|Component (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  303. * OpenComputersAPI|Core (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  304. * OpenComputersAPI|Driver (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  305. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  306. * OpenComputersAPI|Event (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  307. * OpenComputersAPI|FileSystem (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  308. * OpenComputersAPI|Internal (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  309. * OpenComputersAPI|Machine (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  310. * OpenComputersAPI|Manual (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  311. * OpenComputersAPI|Network (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  312. * OpenComputersAPI|Prefab (6.0.0-alpha) from DraconicEvolution2-skymine-clientedition.jar
  313. * SchematicaAPI (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
  314. * SchematicaAPI|Events (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
  315. * Thaumcraft|API (4.2.2.0) from DraconicEvolution2-skymine-clientedition.jar
  316. * WailaAPI (1.2) from Waila.jar
  317. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  318. Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
  319. Optifine
  320. These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
  321. AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
  322. Launched Version: 1.7.10
  323. LWJGL: 2.9.4
  324. OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 416.16, NVIDIA Corporation
  325. GL Caps: Using GL 1.3 multitexturing.
  326. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  327. Anisotropic filtering is supported and maximum anisotropy is 16.
  328. Shaders are available because OpenGL 2.1 is supported.
  329.  
  330. Is Modded: Definitely; Client brand changed to 'fml,forge'
  331. Type: Client (map_client.txt)
  332. Resource Packs: [Sky-MineLight.zip]
  333. Current Language: Русский (Россия)
  334. Profiler Position: N/A (disabled)
  335. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  336. Anisotropic Filtering: Off (1)
  337. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  338. Render Distance Chunks: 7
  339. Mipmaps: 4
  340. Anisotropic Filtering: 1
  341. Antialiasing: 0
  342. Multitexture: false
  343. Shaders: (internal)
  344. OpenGlVersion: 4.6.0 NVIDIA 416.16
  345. OpenGlRenderer: GeForce GTX 1050 Ti/PCIe/SSE2
  346. OpenGlVendor: NVIDIA Corporation
  347. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement