My game keeps crashing if I use a gui for too long
here is the crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
IC2core (industrialcraft-2-2.6.87-ex110.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
Contact their authors BEFORE contacting forge
java.lang.OutOfMemoryError: Java heap space
at net.minecraftforge.common.model.TRSRTransformation.blockCenterToCorner(TRSRTransformation.java:623)
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:90)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:532)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.Minecraft$16.run(Minecraft.java:2677)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at net.minecraft.client.Minecraft.func_152343_a(Minecraft.java:3018)
at net.minecraft.client.Minecraft.func_152344_a(Minecraft.java:3040)
at net.minecraft.client.Minecraft.func_175603_A(Minecraft.java:2673)
at net.minecraft.client.settings.GameSettings.func_74304_a(GameSettings.java:270)
at net.minecraft.client.gui.GuiOptionSlider.func_146119_b(SourceFile:45)
at net.minecraft.client.gui.GuiButton.func_146112_a(GuiButton.java:76)
at net.minecraft.client.gui.GuiOptionsRowList$Row.func_180790_a(SourceFile:75)
at net.minecraft.client.gui.GuiListExtended.func_180791_a(SourceFile:25)
at net.minecraft.client.gui.GuiSlot.func_148120_b(GuiSlot.java:420)
at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:194)
at net.minecraft.client.gui.GuiVideoSettings.func_73863_a(SourceFile:117)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.common.model.TRSRTransformation.blockCenterToCorner(TRSRTransformation.java:623)
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:90)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:532)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.Minecraft$16.run(Minecraft.java:2677)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at net.minecraft.client.Minecraft.func_152343_a(Minecraft.java:3018)
at net.minecraft.client.Minecraft.func_152344_a(Minecraft.java:3040)
at net.minecraft.client.Minecraft.func_175603_A(Minecraft.java:2673)
at net.minecraft.client.settings.GameSettings.func_74304_a(GameSettings.java:270)
at net.minecraft.client.gui.GuiOptionSlider.func_146119_b(SourceFile:45)
at net.minecraft.client.gui.GuiButton.func_146112_a(GuiButton.java:76)
at net.minecraft.client.gui.GuiOptionsRowList$Row.func_180790_a(SourceFile:75)
at net.minecraft.client.gui.GuiListExtended.func_180791_a(SourceFile:25)
at net.minecraft.client.gui.GuiSlot.func_148120_b(GuiSlot.java:420)
at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:194)
at net.minecraft.client.gui.GuiVideoSettings.func_73863_a(SourceFile:117)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.GuiVideoSettings
Mouse location: Scaled: (357, 197). Absolute: (499, 24)
Screen size: Scaled: (640, 335). Absolute: (1920, 1005). Scale factor of 3
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1099)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Launched Version: 1.10.2-Forge1.10.2-12.18.1.2076
LWJGL: 2.9.4
OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.52, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
My game keeps crashing if I use a gui for too long
here is the crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
IC2core (industrialcraft-2-2.6.87-ex110.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
Contact their authors BEFORE contacting forge
// Ouch. That hurt
Time: 11/12/16 7:29 PM
Description: Rendering screen
java.lang.OutOfMemoryError: Java heap space
at net.minecraftforge.common.model.TRSRTransformation.blockCenterToCorner(TRSRTransformation.java:623)
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:90)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:532)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.Minecraft$16.run(Minecraft.java:2677)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at net.minecraft.client.Minecraft.func_152343_a(Minecraft.java:3018)
at net.minecraft.client.Minecraft.func_152344_a(Minecraft.java:3040)
at net.minecraft.client.Minecraft.func_175603_A(Minecraft.java:2673)
at net.minecraft.client.settings.GameSettings.func_74304_a(GameSettings.java:270)
at net.minecraft.client.gui.GuiOptionSlider.func_146119_b(SourceFile:45)
at net.minecraft.client.gui.GuiButton.func_146112_a(GuiButton.java:76)
at net.minecraft.client.gui.GuiOptionsRowList$Row.func_180790_a(SourceFile:75)
at net.minecraft.client.gui.GuiListExtended.func_180791_a(SourceFile:25)
at net.minecraft.client.gui.GuiSlot.func_148120_b(GuiSlot.java:420)
at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:194)
at net.minecraft.client.gui.GuiVideoSettings.func_73863_a(SourceFile:117)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.common.model.TRSRTransformation.blockCenterToCorner(TRSRTransformation.java:623)
at net.minecraftforge.client.model.IPerspectiveAwareModel$MapWrapper.getTransforms(IPerspectiveAwareModel.java:90)
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bake(ModelLoader.java:532)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:798)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:182)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:132)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:113)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:755)
at net.minecraft.client.Minecraft$16.run(Minecraft.java:2677)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at net.minecraft.client.Minecraft.func_152343_a(Minecraft.java:3018)
at net.minecraft.client.Minecraft.func_152344_a(Minecraft.java:3040)
at net.minecraft.client.Minecraft.func_175603_A(Minecraft.java:2673)
at net.minecraft.client.settings.GameSettings.func_74304_a(GameSettings.java:270)
at net.minecraft.client.gui.GuiOptionSlider.func_146119_b(SourceFile:45)
at net.minecraft.client.gui.GuiButton.func_146112_a(GuiButton.java:76)
at net.minecraft.client.gui.GuiOptionsRowList$Row.func_180790_a(SourceFile:75)
at net.minecraft.client.gui.GuiListExtended.func_180791_a(SourceFile:25)
at net.minecraft.client.gui.GuiSlot.func_148120_b(GuiSlot.java:420)
at net.minecraft.client.gui.GuiSlot.func_148128_a(GuiSlot.java:194)
at net.minecraft.client.gui.GuiVideoSettings.func_73863_a(SourceFile:117)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.GuiVideoSettings
Mouse location: Scaled: (357, 197). Absolute: (499, 24)
Screen size: Scaled: (640, 335). Absolute: (1920, 1005). Scale factor of 3
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1099)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['KowToo'/326, l='MpServer', x=74.51, y=63.00, z=171.51]]
Chunk stats: MultiplayerChunkCache: 1023, 1023
Level seed: 0
Level generator: ID 04 - customized, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (134,64,220), Chunk: (at 6,4,12 in 8,13; contains blocks 128,0,208 to 143,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1486 game time, 1486 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 118 total; [MoCEntityGoat['Goat'/6, l='MpServer', x=-25.50, y=64.00, z=186.50], EntityZombie['Zombie'/1542, l='MpServer', x=110.50, y=36.00, z=166.50], EntitySpider['Spider'/2312, l='MpServer', x=97.50, y=39.00, z=167.50], EntitySkeleton['Skeleton'/1033, l='MpServer', x=20.50, y=23.00, z=151.50], EntitySkeleton['Skeleton'/1807, l='MpServer', x=15.50, y=53.00, z=142.50], MoCEntityGoat['Goat'/18, l='MpServer', x=-14.49, y=66.00, z=221.85], MoCEntityGoat['Goat'/19, l='MpServer', x=-9.50, y=65.00, z=224.50], MoCEntityGoat['Goat'/21, l='MpServer', x=15.50, y=64.00, z=245.50], MoCEntitySilverSkeleton['SilverSkeleton'/2325, l='MpServer', x=56.50, y=19.00, z=78.50], MoCEntityFly['Fly'/23, l='MpServer', x=43.53, y=63.00, z=111.50], MoCEntityDuck['Duck'/26, l='MpServer', x=26.49, y=63.00, z=166.05], MoCEntityGoat['Goat'/27, l='MpServer', x=30.33, y=63.00, z=180.40], MoCEntityGoat['Goat'/28, l='MpServer', x=28.94, y=63.00, z=181.83], MoCEntityGoat['Goat'/29, l='MpServer', x=25.50, y=63.00, z=206.50], MoCEntityGoat['Goat'/30, l='MpServer', x=26.40, y=63.00, z=201.71], MoCEntityGoat['Goat'/31, l='MpServer', x=27.50, y=64.00, z=209.50], MoCEntitySnail['Snail'/32, l='MpServer', x=24.50, y=75.00, z=287.50], EntityZombie['Zombie'/1057, l='MpServer', x=133.50, y=39.00, z=179.50], EntityZombie['Zombie'/1058, l='MpServer', x=9.50, y=37.00, z=190.50], MoCEntityGreenOgre['GreenOgre'/1316, l='MpServer', x=58.50, y=20.00, z=93.50], MoCEntityDuck['Duck'/39, l='MpServer', x=36.08, y=64.00, z=138.85], EntityItem['item.item.sgrowplant3'/551, l='MpServer', x=110.42, y=64.00, z=136.33], MoCEntityGoat['Goat'/40, l='MpServer', x=38.86, y=64.00, z=143.90], MoCEntityGoat['Goat'/41, l='MpServer', x=34.20, y=63.00, z=158.79], MoCEntityTiger['Tiger'/42, l='MpServer', x=35.83, y=63.00, z=157.17], MoCEntityGoat['Goat'/43, l='MpServer', x=36.50, y=64.00, z=155.50], MoCEntityGoat['Goat'/44, l='MpServer', x=36.50, y=64.00, z=155.50], MoCEntityTiger['Tiger'/45, l='MpServer', x=37.14, y=63.00, z=167.70], EntityItem['item.tile.mushroom'/46, l='MpServer', x=45.88, y=13.00, z=183.13], EntityItem['item.tile.mushroom'/47, l='MpServer', x=44.88, y=13.00, z=189.88], EntityItem['item.tile.mushroom'/48, l='MpServer', x=40.26, y=13.00, z=189.72], EntityZombie['Zombie'/1329, l='MpServer', x=49.35, y=23.00, z=107.35], EntityItem['item.tile.mushroom'/50, l='MpServer', x=40.27, y=12.00, z=194.88], EntityItem['item.tile.mushroom'/51, l='MpServer', x=38.79, y=12.00, z=193.88], EntityItem['item.tile.mushroom'/52, l='MpServer', x=42.41, y=12.00, z=193.88], MoCEntityBee['Bee'/53, l='MpServer', x=46.81, y=64.00, z=213.36], EntityItem['item.item.sgrowplant2'/821, l='MpServer', x=101.71, y=63.00, z=227.25], MoCEntityMole['Mole'/55, l='MpServer', x=39.66, y=82.00, z=286.50], MoCEntityMole['Mole'/56, l='MpServer', x=45.12, y=83.00, z=283.20], EntityCreeper['Creeper'/828, l='MpServer', x=117.50, y=46.00, z=170.50], EntityCreeper['Creeper'/61, l='MpServer', x=58.50, y=27.00, z=223.50], MoCEntityGoat['Goat'/62, l='MpServer', x=61.48, y=69.00, z=247.80], EntityZombie['Zombie'/1342, l='MpServer', x=108.50, y=50.00, z=133.50], MoCEntityGoat['Goat'/63, l='MpServer', x=58.50, y=65.00, z=241.50], EntityCreeper['Creeper'/579, l='MpServer', x=90.50, y=16.00, z=243.50], EntityZombie['Zombie'/1860, l='MpServer', x=65.50, y=17.00, z=203.50], MoCEntityRoach['Roach'/72, l='MpServer', x=66.51, y=71.00, z=296.41], EntitySkeleton['Skeleton'/73, l='MpServer', x=64.50, y=12.00, z=122.50], EntityCreeper['Creeper'/76, l='MpServer', x=69.50, y=15.00, z=207.50], EntityCreeper['Creeper'/77, l='MpServer', x=69.50, y=16.00, z=205.50], EntitySquid['Squid'/79, l='MpServer', x=91.69, y=61.70, z=197.10], MoCEntityGoat['Goat'/80, l='MpServer', x=64.19, y=64.00, z=198.08], EntityCreeper['Creeper'/81, l='MpServer', x=75.50, y=15.00, z=219.50], MoCEntityGoat['Goat'/82, l='MpServer', x=65.50, y=64.00, z=212.49], EntitySkeleton['Skeleton'/83, l='MpServer', x=65.50, y=23.00, z=238.50], EntitySkeleton['Skeleton'/84, l='MpServer', x=70.50, y=17.00, z=243.50], EntitySpider['Spider'/85, l='MpServer', x=66.50, y=16.00, z=244.50], MoCEntityMole['Mole'/89, l='MpServer', x=68.02, y=70.00, z=257.88], EntityZombie['Zombie'/606, l='MpServer', x=69.50, y=13.00, z=227.50], EntityZombie['Zombie'/1892, l='MpServer', x=51.50, y=18.00, z=169.73], EntitySquid['Squid'/107, l='MpServer', x=95.47, y=61.48, z=131.47], EntityItem['item.tile.mushroom'/108, l='MpServer', x=88.13, y=43.00, z=139.78], EntityZombie['Zombie'/109, l='MpServer', x=95.19, y=41.00, z=182.50], EntityItem['item.item.sgrowplant2'/1137, l='MpServer', x=107.78, y=63.00, z=222.22], EntityZombie['Zombie'/2167, l='MpServer', x=68.50, y=22.00, z=241.62], EntityZombie['Zombie'/2168, l='MpServer', x=28.50, y=29.00, z=130.50], MoCEntitySilverSkeleton['SilverSkeleton'/124, l='MpServer', x=108.50, y=49.00, z=142.50], EntityZombie['entity.Zombie.name'/636, l='MpServer', x=21.50, y=58.00, z=189.50], EntityZombie['Zombie'/126, l='MpServer', x=111.55, y=46.00, z=170.77], MoCEntityWerewolf['Werewolf'/127, l='MpServer', x=99.56, y=39.00, z=168.55], EntitySkeleton['Skeleton'/1663, l='MpServer', x=70.50, y=20.00, z=236.50], EntitySquid['Squid'/129, l='MpServer', x=112.36, y=62.26, z=225.07], EntityCreeper['Creeper'/1412, l='MpServer', x=52.50, y=24.00, z=241.50], EntityZombie['Zombie'/906, l='MpServer', x=106.50, y=48.00, z=138.50], MoCEntityAnt['Ant'/140, l='MpServer', x=120.75, y=63.00, z=143.13], MoCEntityManticore['Manticore'/141, l='MpServer', x=123.29, y=52.02, z=149.75], EntitySpider['Spider'/142, l='MpServer', x=116.50, y=48.00, z=157.50], EntityZombie['Zombie'/143, l='MpServer', x=116.85, y=45.00, z=175.15], EntitySkeleton['Skeleton'/144, l='MpServer', x=117.50, y=43.00, z=186.50], EntityZombie['entity.Zombie.name'/1681, l='MpServer', x=6.50, y=26.00, z=138.50], MoCEntityBlackBear['BlackBear'/146, l='MpServer', x=141.01, y=63.00, z=170.50], MoCEntityBlackBear['BlackBear'/147, l='MpServer', x=137.99, y=63.00, z=170.50], MoCEntityBlackBear['BlackBear'/148, l='MpServer', x=139.50, y=63.00, z=170.50], EntitySkeleton['Skeleton'/1946, l='MpServer', x=45.50, y=60.00, z=229.50], MoCEntityMole['Mole'/155, l='MpServer', x=150.50, y=71.00, z=111.50], EntityZombie['Zombie'/1435, l='MpServer', x=18.77, y=40.00, z=207.45], MoCEntityBlackBear['BlackBear'/158, l='MpServer', x=145.05, y=63.00, z=247.92], EntityItem['item.tile.doublePlant.rose'/1441, l='MpServer', x=30.46, y=63.00, z=235.01], MoCEntityCricket['Cricket'/162, l='MpServer', x=150.03, y=69.00, z=274.50], EntitySquid['Squid'/1187, l='MpServer', x=90.60, y=62.00, z=117.40], MoCEntityMiniGolem['MiniGolem'/1189, l='MpServer', x=62.50, y=16.00, z=248.50], EntityZombie['Zombie'/1704, l='MpServer', x=102.50, y=19.00, z=247.50], EntityZombie['Zombie'/942, l='MpServer', x=23.50, y=21.00, z=140.50], EntityZombie['Zombie'/946, l='MpServer', x=58.50, y=21.00, z=97.50], EntityPlayerSP['KowToo'/326, l='MpServer', x=74.51, y=63.00, z=171.51], MoCEntityBoar['Boar'/182, l='MpServer', x=165.50, y=72.00, z=61.50], MoCEntityBoar['Boar'/183, l='MpServer', x=165.50, y=72.00, z=62.50], MoCEntityBoar['Boar'/184, l='MpServer', x=171.50, y=72.00, z=96.50], MoCEntityBlackBear['BlackBear'/185, l='MpServer', x=175.50, y=73.00, z=131.50], MoCEntityBlackBear['BlackBear'/189, l='MpServer', x=166.50, y=76.00, z=281.50], MoCEntityBlackBear['BlackBear'/190, l='MpServer', x=166.50, y=77.00, z=284.50], MoCEntityBoar['Boar'/192, l='MpServer', x=176.73, y=73.00, z=100.74], MoCEntityBoar['Boar'/193, l='MpServer', x=186.50, y=72.00, z=118.50], MoCEntityBoar['Boar'/194, l='MpServer', x=184.50, y=73.00, z=116.50], MoCEntityBlackBear['BlackBear'/195, l='MpServer', x=177.50, y=69.00, z=131.50], MoCEntityBlackBear['BlackBear'/196, l='MpServer', x=184.06, y=70.00, z=130.93], MoCEntityRoach['Roach'/198, l='MpServer', x=192.08, y=75.00, z=280.14], MoCEntitySnail['Snail'/199, l='MpServer', x=184.50, y=86.00, z=295.50], MoCEntitySnail['Snail'/202, l='MpServer', x=196.60, y=66.00, z=243.01], EntityZombie['Zombie'/1741, l='MpServer', x=46.50, y=61.00, z=238.50], MoCEntityFly['Fly'/207, l='MpServer', x=200.23, y=77.00, z=287.28], EntityZombie['Zombie'/1493, l='MpServer', x=104.35, y=36.00, z=164.35], EntityCreeper['Creeper'/1239, l='MpServer', x=20.50, y=58.00, z=187.50], EntityWitch['Witch'/2011, l='MpServer', x=87.50, y=20.00, z=239.50], EntityItem['item.item.rottenFlesh'/2015, l='MpServer', x=118.13, y=51.00, z=150.07], MoCEntityCricket['Cricket'/225, l='MpServer', x=194.15, y=64.00, z=229.88], MoCEntityRat['Rat'/742, l='MpServer', x=73.50, y=18.00, z=265.50], EntitySkeleton['Skeleton'/1767, l='MpServer', x=134.50, y=56.00, z=184.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 114164040 bytes (108 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2076 22 mods loaded, 22 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2076.jar)
UCHIJAAAA Forge{12.18.1.2076} [Minecraft Forge] (forge-1.10.2-12.18.1.2076.jar)
UCHIJAAAA movillages{1.5.2} [Mo' Villages] ([1.9.4]Mo' Villages-1.5.2.jar)
UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar)
UCHIJAAAA IC2{2.6.87-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.87-ex110.jar)
UCHIJAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
UCHIJAAAA JEI{3.12.8.323} [Just Enough Items] (jei_1.10.2-3.12.8.323.jar)
UCHIJAAAA mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA planttech{1.6.0} [Planttech] (planttech-1.6.1 - 1.10.2.jar)
UCHIJAAAA shetiphiancore{3.3.2} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.2.jar)
UCHIJAAAA platforms{1.2.1} [Platforms] (platforms-1.10.0-1.2.1.jar)
UCHIJAAAA tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar)
UCHIJAAAA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJAAAA waterstrainer{1.2.1} [Water Strainer] (WaterStrainer-1.9.4-1.2.1.jar)
UCHIJAAAA WizardFarm{Alpha 1.0.0} [WizardFarm] (WizardFarmAlpha.jar)
UCHIJAAAA XaeroMinimap{1.10} [Xaero's Minimap] (Xaeros_Minimap_1.10_Forge_1.10.2.jar)
Loaded coremods (and transformers):
IC2core (industrialcraft-2-2.6.87-ex110.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
shetiphian.core.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.52' Renderer: 'GeForce GT 525M/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- WailaIntegration (Enabled/Not Forced)
Launched Version: 1.10.2-Forge1.10.2-12.18.1.2076
LWJGL: 2.9.4
OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.52, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAllocate more memory (2G+) to MC. 1.10 Forge requires more.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."