First off, i should state that I have tried to fix this problem through many ways stated in other posts. I have allocated more RAM using the command line,
reinstalled 64-bit java, and even removed an environmental variable that prevented Java from using more than 1 GB of RAM. Forge always crashes while launching but only if I have pixelmon in my mods folder. Based on what research i have done, the crash report says that java has run out of memory:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 5/1/17 5:41 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.newNode(HashMap.java:1734)
at java.util.HashMap.putVal(HashMap.java:630)
at java.util.HashMap.put(HashMap.java:611)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:51)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.loadSnapshot(StructureRegistry.java:407)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerGym(StructureRegistry.java:306)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:84)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:128)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The crash report actually looks a bit different now
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 5/1/17 3:12 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.minecraft.nbt.NBTBase.func_150284_a(SourceFile:69)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:471)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.loadSnapshot(StructureRegistry.java:407)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStandaloneStructure(StructureRegistry.java:238)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:122)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:84)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:128)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
java.lang.Throwable
at bcx.az(SourceFile:1705)
at bcx.t(SourceFile:1626)
at bcx.av(SourceFile:968)
at bcx.a(SourceFile:396)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at bcx.az(SourceFile:1705)
First off, i should state that I have tried to fix this problem through many ways stated in other posts. I have allocated more RAM using the command line,
reinstalled 64-bit java, and even removed an environmental variable that prevented Java from using more than 1 GB of RAM. Forge always crashes while launching but only if I have pixelmon in my mods folder. Based on what research i have done, the crash report says that java has run out of memory:
// You should try our sister game, Minceraft!
Time: 5/1/17 5:41 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.HashMap.newNode(HashMap.java:1734)
at java.util.HashMap.putVal(HashMap.java:630)
at java.util.HashMap.put(HashMap.java:611)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:51)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.loadSnapshot(StructureRegistry.java:407)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerGym(StructureRegistry.java:306)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:84)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:128)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 96602960 bytes (92 MB) / 916455424 bytes (874 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xmx1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2281 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281.jar)
UCHI Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281.jar)
UCHE pixelmon{5.0.4} [Pixelmon] (Pixelmon-1.10.2-5.0.4-universal.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 970/PCIe/SSE2'
You are running out of memory, allocate more
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
I have allocated 4GB of ran and have tried up to 6. the problem is, i believe, that java isnt using the allocated RAM.
You have two -Xmx, the last one being 1G
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
How would i raise or get rid of the other one? I only see one in the JVM argument in the launch settings.
You have _JAVA_OPTIONS set in Enviroment variables?
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
i actually already raised that option
Remove _JAVA_OPTIONS, it doesnt just affect Minecraft
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
alright I renoved it. it still crashes with the same report, but I didnt expect anything different.
Can you give us the new crash report? Also make sure it was not recreated again by something like Razer synapse
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
The crash report actually looks a bit different now
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 5/1/17 3:12 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.minecraft.nbt.NBTBase.func_150284_a(SourceFile:69)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:471)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.loadSnapshot(StructureRegistry.java:407)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStandaloneStructure(StructureRegistry.java:238)
at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:122)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:84)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:128)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 538200 bytes (0 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xmx1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2281 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281.jar)
UCHI Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281.jar)
UCHE pixelmon{5.0.4} [Pixelmon] (Pixelmon-1.10.2-5.0.4-universal.jar)
Loaded coremods (and transformers):
-Xmx1024M is still there
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Yes it is but im not sure why. I deleted the environmental value and raised the JVM argument to 4G. Thank you for responding so quickly.
Create a new profile?
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Didn't Help. I should mention that i tried replacing my .minecraft file for my friends and i still got the error.
Delete the .minecraft(except for saves) completely and give us a log in vanilla
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Okay i launched vanilla mc after reinstalling it and worked perfectly. No crash log.
You can force one by holding F3+C for 10 seconds
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
Alright, here is the new crash log:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 5/1/17 3:53 PM
Description: Manually triggered debug crash
java.lang.Throwable
at bcx.az(SourceFile:1705)
at bcx.t(SourceFile:1626)
at bcx.av(SourceFile:968)
at bcx.a(SourceFile:396)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at bcx.az(SourceFile:1705)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bnn['kemandel'/920, l='MpServer', x=77.50, y=65.00, z=249.50]]
Chunk stats: MultiplayerChunkCache: 521, 521
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (72,64,256), Chunk: (at 8,4,0 in 4,16; contains blocks 64,0,256 to 79,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 257 game time, 257 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: 109 total; [zd['Skeleton'/4153, l='MpServer', x=74.50, y=31.00, z=234.50], zd['Skeleton'/4154, l='MpServer', x=77.50, y=31.00, z=231.50], wl['Sheep'/79, l='MpServer', x=-0.50, y=63.00, z=180.50], wl['Sheep'/80, l='MpServer', x=-0.50, y=63.00, z=180.50], wl['Sheep'/81, l='MpServer', x=1.30, y=64.00, z=186.34], wl['Sheep'/82, l='MpServer', x=1.02, y=63.00, z=183.43], wl['Sheep'/83, l='MpServer', x=15.50, y=64.00, z=218.50], wl['Sheep'/84, l='MpServer', x=16.50, y=62.00, z=218.50], wl['Sheep'/85, l='MpServer', x=17.50, y=66.00, z=218.50], wl['Sheep'/86, l='MpServer', x=23.21, y=68.00, z=216.82], wl['Sheep'/87, l='MpServer', x=14.58, y=69.00, z=220.75], wl['Sheep'/88, l='MpServer', x=12.70, y=69.00, z=225.64], wl['Sheep'/89, l='MpServer', x=13.95, y=69.00, z=222.60], wl['Sheep'/90, l='MpServer', x=8.76, y=69.00, z=225.50], zg['Spider'/4196, l='MpServer', x=51.50, y=23.00, z=241.50], wl['Sheep'/119, l='MpServer', x=68.50, y=63.00, z=258.50], wl['Sheep'/120, l='MpServer', x=65.50, y=65.00, z=263.50], wl['Sheep'/121, l='MpServer', x=68.47, y=66.00, z=262.50], wl['Sheep'/122, l='MpServer', x=69.40, y=67.00, z=275.42], wl['Sheep'/123, l='MpServer', x=63.83, y=67.00, z=277.29], wl['Sheep'/124, l='MpServer', x=68.10, y=67.00, z=273.21], wl['Sheep'/125, l='MpServer', x=71.50, y=67.00, z=273.50], wl['Sheep'/137, l='MpServer', x=76.41, y=64.00, z=228.70], wl['Sheep'/138, l='MpServer', x=83.24, y=64.00, z=229.41], wl['Sheep'/139, l='MpServer', x=78.55, y=64.00, z=225.38], wl['Sheep'/140, l='MpServer', x=75.50, y=65.00, z=222.50], zd['Skeleton'/4238, l='MpServer', x=45.50, y=21.00, z=246.50], wl['Sheep'/145, l='MpServer', x=90.45, y=64.00, z=267.55], wl['Sheep'/146, l='MpServer', x=88.40, y=64.00, z=261.51], wl['Sheep'/147, l='MpServer', x=89.50, y=64.00, z=257.87], wl['Sheep'/148, l='MpServer', x=108.21, y=65.00, z=264.50], wl['Sheep'/149, l='MpServer', x=91.60, y=67.00, z=276.32], wl['Sheep'/150, l='MpServer', x=92.28, y=68.00, z=279.01], wl['Sheep'/151, l='MpServer', x=91.80, y=68.00, z=277.31], wl['Sheep'/152, l='MpServer', x=90.49, y=67.00, z=275.37], wl['Sheep'/153, l='MpServer', x=99.50, y=64.00, z=294.50], wl['Sheep'/154, l='MpServer', x=98.50, y=64.00, z=297.86], wl['Sheep'/155, l='MpServer', x=99.50, y=65.00, z=292.50], wl['Sheep'/156, l='MpServer', x=102.50, y=68.00, z=295.50], yk['item.item.seeds'/161, l='MpServer', x=96.28, y=63.00, z=298.27], yk['item.item.seeds'/162, l='MpServer', x=93.41, y=63.00, z=297.07], yk['item.item.seeds'/163, l='MpServer', x=91.64, y=63.00, z=288.13], wi['Pig'/181, l='MpServer', x=150.50, y=75.00, z=170.50], we['Cow'/183, l='MpServer', x=144.32, y=66.00, z=287.43], we['Cow'/184, l='MpServer', x=149.46, y=66.00, z=286.80], we['Cow'/185, l='MpServer', x=142.50, y=66.00, z=285.50], we['Cow'/186, l='MpServer', x=139.50, y=70.00, z=285.50], yp['Creeper'/4298, l='MpServer', x=33.50, y=47.00, z=250.50], zd['Skeleton'/4299, l='MpServer', x=33.50, y=47.00, z=250.50], zd['Skeleton'/4300, l='MpServer', x=29.50, y=47.00, z=247.50], zi['Zombie'/4301, l='MpServer', x=36.50, y=47.00, z=251.50], zd['Skeleton'/4359, l='MpServer', x=110.50, y=29.00, z=238.50], zd['Skeleton'/4360, l='MpServer', x=111.50, y=29.00, z=240.50], zd['Skeleton'/4361, l='MpServer', x=111.50, y=29.00, z=238.50], zd['Skeleton'/4362, l='MpServer', x=109.50, y=29.00, z=237.50], zd['Skeleton'/2680, l='MpServer', x=110.50, y=13.00, z=326.50], zd['Skeleton'/2687, l='MpServer', x=110.50, y=13.00, z=326.50], zi['Zombie'/2689, l='MpServer', x=111.50, y=13.00, z=324.50], wa['Bat'/2696, l='MpServer', x=116.75, y=19.16, z=178.34], yp['Creeper'/2951, l='MpServer', x=28.50, y=50.00, z=247.50], wa['Bat'/2963, l='MpServer', x=12.55, y=46.99, z=230.14], yp['Creeper'/3035, l='MpServer', x=26.33, y=47.00, z=221.50], zd['Skeleton'/3040, l='MpServer', x=145.50, y=24.00, z=189.50], wa['Bat'/3042, l='MpServer', x=67.91, y=14.13, z=178.62], bnn['kemandel'/920, l='MpServer', x=77.50, y=65.00, z=249.50], wa['Bat'/3205, l='MpServer', x=60.31, y=15.56, z=179.23], wa['Bat'/3232, l='MpServer', x=104.35, y=13.39, z=256.30], wa['Bat'/3265, l='MpServer', x=36.42, y=24.15, z=275.93], wa['Bat'/3266, l='MpServer', x=35.06, y=25.06, z=281.88], wa['Bat'/3267, l='MpServer', x=37.45, y=19.46, z=270.83], wa['Bat'/3328, l='MpServer', x=16.22, y=16.12, z=270.57], yp['Creeper'/3344, l='MpServer', x=32.50, y=25.00, z=288.50], yp['Creeper'/3345, l='MpServer', x=24.78, y=26.00, z=292.53], zi['Zombie'/3346, l='MpServer', x=33.53, y=25.00, z=277.78], zd['Skeleton'/3395, l='MpServer', x=63.50, y=18.00, z=193.50], zi['Zombie'/3397, l='MpServer', x=120.50, y=23.00, z=224.50], wa['Bat'/3411, l='MpServer', x=22.44, y=29.94, z=286.43], wa['Bat'/3412, l='MpServer', x=14.68, y=30.07, z=286.29], wa['Bat'/3467, l='MpServer', x=39.86, y=44.03, z=217.40], wa['Bat'/3468, l='MpServer', x=35.70, y=46.05, z=214.47], yp['Creeper'/3520, l='MpServer', x=44.50, y=19.00, z=250.50], zi['Zombie'/3569, l='MpServer', x=31.50, y=45.00, z=253.50], zh['Witch'/3583, l='MpServer', x=31.50, y=41.00, z=319.50], zh['Witch'/3584, l='MpServer', x=31.50, y=41.00, z=318.50], yq['Enderman'/3587, l='MpServer', x=85.50, y=40.00, z=195.50], zi['Zombie'/3599, l='MpServer', x=38.50, y=48.00, z=299.50], yp['Creeper'/3600, l='MpServer', x=38.50, y=48.00, z=299.50], yp['Creeper'/3610, l='MpServer', x=119.50, y=41.00, z=238.50], yp['Creeper'/3627, l='MpServer', x=36.50, y=40.00, z=197.50], zi['Zombie'/3754, l='MpServer', x=136.50, y=23.00, z=240.50], yp['Creeper'/3755, l='MpServer', x=136.50, y=23.00, z=240.50], yp['Creeper'/3759, l='MpServer', x=30.50, y=41.00, z=319.50], zd['Skeleton'/3810, l='MpServer', x=76.50, y=31.00, z=238.50], zi['Zombie'/3843, l='MpServer', x=98.50, y=39.00, z=250.50], zd['Skeleton'/3858, l='MpServer', x=69.50, y=47.00, z=317.50], zi['Zombie'/3876, l='MpServer', x=25.50, y=46.00, z=215.50], zi['Zombie'/3883, l='MpServer', x=33.27, y=25.00, z=295.50], zi['Zombie'/1865, l='MpServer', x=104.50, y=13.00, z=258.50], zi['Zombie'/1866, l='MpServer', x=107.50, y=13.00, z=255.50], zi['Zombie'/1867, l='MpServer', x=105.50, y=13.00, z=257.50], yp['Creeper'/3920, l='MpServer', x=128.50, y=26.00, z=236.50], zd['Skeleton'/3961, l='MpServer', x=27.50, y=41.00, z=253.50], yp['Creeper'/3965, l='MpServer', x=113.50, y=16.00, z=176.50], zd['Skeleton'/4003, l='MpServer', x=44.50, y=50.00, z=319.50], zi['Zombie'/4034, l='MpServer', x=118.50, y=41.00, z=240.50], yp['Creeper'/4054, l='MpServer', x=97.50, y=47.00, z=231.50], yp['Creeper'/4071, l='MpServer', x=18.50, y=33.00, z=176.50], zi['Zombie'/4072, l='MpServer', x=19.50, y=33.00, z=176.50], zd['Skeleton'/4076, l='MpServer', x=3.50, y=71.00, z=301.50]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at bln.a(SourceFile:364)
at bcx.b(SourceFile:2535)
at bcx.a(SourceFile:405)
at net.minecraft.client.main.Main.main(SourceFile:124)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 218062952 bytes (207 MB) / 399011840 bytes (380 MB) up to 4281597952 bytes (4083 MB)
Thats 1.10.2 and there is something setting the max to 380MB, Check if you have _JAVA_OPTIONS again
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!