I am trying to play Pixelmon mod but it crashes on first run.
I am very new to all this but will try to give you all info.
When I open Minecraft it says "Ready to play Minecraft 1.8-forge 1.8-11.14.4.1563"
The crash report is below :
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.4-universal.jar)
Contact their authors BEFORE contacting forge
// My bad.
Time: 15/01/16 14:29
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.regex.Matcher.<init>(Matcher.java:225)
at java.util.regex.Pattern.matcher(Pattern.java:1093)
at java.util.regex.Pattern.split(Pattern.java:1206)
at java.util.regex.Pattern.split(Pattern.java:1273)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:91)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:62)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:30)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:92)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:55)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:72)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:279)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:217)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:143)
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:553)
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:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:
---------------------------------------------------------------------------------------
Pixelmon is a huge mod; it's got zero chance of running on 512 MB RAM. Change your -Xmx argument to -Xmx2G, assuming you have more than 2 GB total RAM available on your PC.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
If you're using Monang's launcher and not a third-party one, your JVM arguments will be in Edit Profile. Check the box next to it if it isn't checked already.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Found it. It was not checked. I checked it and changed to -Xmx2G, but it then says "Could not reserve enough space" . But I do have over 2G RAM.
Can I use it with -Xmx1G?
On second thought, it appears that you are using both 32-bit Java and 32-bit Windows, which would prevent you from using 64-bit Java. This severely limits you in the amount of memory you can allocate to the JVM.
Well... You could try with something like 1.5 GB (1536 MB), but no promises that A. you can allocate even that, and B. that Pixelmon will work with that little.
Rollback Post to RevisionRollBack
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
I am trying to play Pixelmon mod but it crashes on first run.
I am very new to all this but will try to give you all info.
When I open Minecraft it says "Ready to play Minecraft 1.8-forge 1.8-11.14.4.1563"
The crash report is below :
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.4-universal.jar)
Contact their authors BEFORE contacting forge
// My bad.
Time: 15/01/16 14:29
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:733)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.regex.Matcher.<init>(Matcher.java:225)
at java.util.regex.Pattern.matcher(Pattern.java:1093)
at java.util.regex.Pattern.split(Pattern.java:1206)
at java.util.regex.Pattern.split(Pattern.java:1273)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:91)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:62)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:30)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:92)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:55)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:72)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:279)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:217)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:143)
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:553)
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:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.8
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 222328 bytes (0 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
UCHI Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
UCHE pixelmon{4.1.4} [Pixelmon] (Pixelmon-1.8-4.1.4-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8-4.1.4-universal.jar)
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2182' Renderer: 'Intel(R) G45/G43 Express Chipset'
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOut of memory.
Pixelmon is a huge mod; it's got zero chance of running on 512 MB RAM. Change your -Xmx argument to -Xmx2G, assuming you have more than 2 GB total RAM available on your PC.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Thanks!. But how do I change the -Xmx argument?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIf you're using Monang's launcher and not a third-party one, your JVM arguments will be in Edit Profile. Check the box next to it if it isn't checked already.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Found it. It was not checked. I checked it and changed to -Xmx2G, but it then says "Could not reserve enough space" . But I do have over 2G RAM.
Can I use it with -Xmx1G?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOn second thought, it appears that you are using both 32-bit Java and 32-bit Windows, which would prevent you from using 64-bit Java. This severely limits you in the amount of memory you can allocate to the JVM.
Well... You could try with something like 1.5 GB (1536 MB), but no promises that A. you can allocate even that, and B. that Pixelmon will work with that little.
Realistic Torches - Causes torches to burn out after a configurable amount of time.
Nature's Compass - A utility item that allows you to search for any biome's location in the world.
Notes - Provides a clientside in-game notepad.
Souls - After you die, a hostile Soul that stores your inventory will spawn.
Auto Refresh - Automatically refreshes your server list and alerts you when your selected server comes online.
Pick Block Plus - A clientside mod that significantly improves the vanilla pick block function.
And a few others that we don't talk about.
Thanks guys. I will move everything to the other computer, which has higher specs.