I'm attempting to run these versions for the first time. After they load about half-way, the launcher crashes. (I believe I have Forge1.8.9-11.15.1.1722 downloaded as well). Here is my crash report- I would really appreciate a quick look, as I can only hope that this is a simple fix.
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 5/21/16 10:33 PM
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:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:61)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:29)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:53)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:70)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:304)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:209)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
That link is not working for me, but finding another download link for the same version of Forge was relatively simple. Installed, restarted launcher, edited profile, and attempted again- launcher went unresponsive and crashed once more, prompted by the "third phase" of mod initialization. I'm honestly not sure what went wrong this time around. Nonetheless, here is the second crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 5/21/16 11:07 PM
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:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:61)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:29)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:53)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:70)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:304)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:209)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar) < These have I which means intialized.
UCHI Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar) < These have I which means intialized.
UCHE pixelmon{4.2.5} [Pixelmon] (Pixelmon-1.8.9-4.2.5-universal.jar) < look at the last letter in the first series of letters. It's E which means errored.
So basically Forge worked. The problem is Pixelmon.
P.S. If re-downloading doesn't work try the version before the one you are using. Just to see if it works.
Rollback Post to RevisionRollBack
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
On the other hand, I actually doubt that the Forge download had anything to do with it- as it didn't work when I was using the "correct" version, either. Attempted with a fresh download of Pixelmon. The launcher breezes through the first stages of setup- but predictably slows down and then fails to respond. Crashes with an near-identical crash report- onto 4.2.4. Seemed like a promising idea, but I encountered the same exact problem.
Ran 4.2.4 again, this time using the "correct" Forge- still failed to launch.
Although I'm a bit lost as to what most of the report actually means, this looks to me like a low-memory warning.
Perhaps I need to tidy my PC a bit before continuing.
Ah, I see. I'll try a smaller number, as I get this error anyways:
"Invalid maximum heap size: -Xmx5G
The specified size exceeds the maximum representable size."
edit:
"Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release"
Can't use any values above 1, it seems. I don't have any other applications taking up memory besides Chrome, so I'm not sure why that is.
Hmm you must have only like 1 or 2 gbs of memory. You could try closing chrome and using 2.
Otherwise, you may not be able to play pixelmon.
Tell me if that works, otherwise, sorry.
edit: are you on a laptop? I went researching to see if you could buy 2 gb memory sticks to increase memory, but you can't. You could replace your 2 gb with two 4 gbs for 8 though. They are not very expensive.
Hum, no, closing Chrome doesn't help much. This laptop is... well-used, for lack of a better word. I've had it for a while, so the minuscule memory isn't much of a surprise. At least I know what the problem is, now, and perhaps I can try that replacement you mentioned.
Minecraft was lagging quite a bit (even without mods), so more memory would help with nearly all of the problems I've faced. Thank you so much for taking the time to help me!
I'm attempting to run these versions for the first time. After they load about half-way, the launcher crashes. (I believe I have Forge 1.8.9-11.15.1.1722 downloaded as well). Here is my crash report- I would really appreciate a quick look, as I can only hope that this is a simple fix.
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 5/21/16 10:33 PM
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:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:61)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:29)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:53)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:70)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:304)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:209)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 658680 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 9.19 Powered by Forge 11.15.1.1722 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.8.9-11.15.1.1722.jar)
UCHI Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
UCHE pixelmon{4.2.5} [Pixelmon] (Pixelmon-1.8.9-4.2.5-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3621' Renderer: 'Intel(R) HD Graphics 4400'
Thank you for your time, in advance!
You have an older Forge. Try this one.
http://adfoc.us/serve/?id=27122859046872
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Thank you for the quick reply!
That link is not working for me, but finding another download link for the same version of Forge was relatively simple. Installed, restarted launcher, edited profile, and attempted again- launcher went unresponsive and crashed once more, prompted by the "third phase" of mod initialization. I'm honestly not sure what went wrong this time around. Nonetheless, here is the second crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 5/21/16 11:07 PM
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:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.String.substring(Unknown Source)
at java.lang.String.subSequence(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at java.util.regex.Pattern.split(Unknown Source)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.startParsingAnimation(SmdAnimation.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.loadSmdAnim(SmdAnimation.java:61)
at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.<init>(SmdAnimation.java:29)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.loadQC(ValveStudioModel.java:90)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:53)
at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:70)
at com.pixelmonmod.pixelmon.enums.EnumCustomModel.preloadModels(EnumCustomModel.java:304)
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:209)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 8.1 (x86) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 2106352 bytes (2 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 9.19 Powered by Forge 11.15.1.1902 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.8.9-11.15.1.1902-1.8.9.jar)
UCHI Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
UCHE pixelmon{4.2.5} [Pixelmon] (Pixelmon-1.8.9-4.2.5-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.5-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3621' Renderer: 'Intel(R) HD Graphics 4400'
Try re-downloading Pixelmon.
'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar) < These have I which means intialized.
UCHI Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar) < These have I which means intialized.
UCHE pixelmon{4.2.5} [Pixelmon] (Pixelmon-1.8.9-4.2.5-universal.jar) < look at the last letter in the first series of letters. It's E which means errored.
So basically Forge worked. The problem is Pixelmon.
P.S. If re-downloading doesn't work try the version before the one you are using. Just to see if it works.
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Re-downloading now- I'll update in a moment to see if there are any changes, and then I'll try the previous version.
On another minor note- Pixelmon 4.2.5 recommends that I use Forge 1.8.9 - 11.15.1.1722.
Could using a newer version of Forge be upsetting the mod in some way?
It's possible. However, that would probably be in the error thing I showed you.
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
On the other hand, I actually doubt that the Forge download had anything to do with it- as it didn't work when I was using the "correct" version, either. Attempted with a fresh download of Pixelmon. The launcher breezes through the first stages of setup- but predictably slows down and then fails to respond. Crashes with an near-identical crash report- onto 4.2.4. Seemed like a promising idea, but I encountered the same exact problem.
Ran 4.2.4 again, this time using the "correct" Forge- still failed to launch.
I'm a bit suspicious of this line in the report:
"net.minecraftforge.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space"
Although I'm a bit lost as to what most of the report actually means, this looks to me like a low-memory warning.
Perhaps I need to tidy my PC a bit before continuing.
I KNOW THE SOLUTION
Sorry I responded late.
This happened to me not too long ago when I played pixelmon.
Ok follow these steps.
1. Open the launcher.
2. Click edit profile.
3. Uncheck the box labelled, "JVM Arguments"
4. Look at the line in the box, "-Xmx1G."
5. Change the number in the line to like 4 or 5 depending on how much memory you have.
This should work! (Yes the line you brought to my attention was the line that points to this solution)
MEMORY GUIDE
You have - Type in (Gbs)
4 - 3
8 - 4 or 5
16 - 5 or 6
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Alright- trying that now. The box was already unchecked- I changed the value to 5, should I now check it or leave it unchecked?
Leave it unchecked I think.
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Rats, unresponsive just like before. I'm going to wait and see if it crashes- if it does, I'll try launching with the box checked.
You did replace the 1 in -xmx1G with 5 right?
How much memory do you have?
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
My display says that I currently have 690 GB free of 919 GB.
(It ended up crashing, so I'll see if checking the box helps)
Aha- it appears that unchecking the box resets the value to its default. Hopefully launching with it checked will show some positive results.
That's your storage, not your memory. Try using 4 or 3 instead. You might be using too much with 5 if you have 4.
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Ah, I see. I'll try a smaller number, as I get this error anyways:
"Invalid maximum heap size: -Xmx5G
The specified size exceeds the maximum representable size."
edit:
"Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release"
Can't use any values above 1, it seems. I don't have any other applications taking up memory besides Chrome, so I'm not sure why that is.
Hmm you must have only like 1 or 2 gbs of memory. You could try closing chrome and using 2.
Otherwise, you may not be able to play pixelmon.
Tell me if that works, otherwise, sorry.
edit: are you on a laptop? I went researching to see if you could buy 2 gb memory sticks to increase memory, but you can't. You could replace your 2 gb with two 4 gbs for 8 though. They are not very expensive.
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server
Hum, no, closing Chrome doesn't help much. This laptop is... well-used, for lack of a better word. I've had it for a while, so the minuscule memory isn't much of a surprise. At least I know what the problem is, now, and perhaps I can try that replacement you mentioned.
Minecraft was lagging quite a bit (even without mods), so more memory would help with nearly all of the problems I've faced. Thank you so much for taking the time to help me!
No prob!
Yeah I used to have a laptop like that too!
Yo, I'm someone who can help you with unmodded and modded minecraft client stuff. Private message me with questions!
Gravity Falls Fan Server : http://www.minecraftforum.net/forums/servers/pc-servers/2717940-gravity-falls-whitelisted-fan-server