Hi!My pixelmon 4.1.1 crashes when loading,and i would like to know why,if i remove the pixelmon mod,minecraft starts normally
I use windows 10,maybe thats why it crashes?
Im not sure if this is the correct report,hope it is(Check the spoiler)
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.1-universal.jar)
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 14/12/15 11:27 PM
Description: Initializing game
SplashProgress has detected a error loading Minecraft.
This can sometimes be caused by bad video drivers.
We have automatically disabeled the new Splash Screen in config/splash.properties.
Try reloading minecraft before reporting any errors.
net.minecraftforge.fml.client.SplashProgress$5: java.lang.IllegalStateException: Splash thread
at net.minecraftforge.fml.client.SplashProgress.disableSplash(SplashProgress.java:591)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:583)
at net.minecraftforge.fml.client.FMLClientHandler.haltGame(FMLClientHandler.java:298)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
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(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.IllegalStateException: Splash thread
at net.minecraftforge.fml.client.SplashProgress.checkThreadState(SplashProgress.java:516)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:571)
... 11 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.lang.AbstractStringBuilder.<init>(Unknown Source)
at java.lang.StringBuilder.<init>(Unknown Source)
at net.minecraftforge.fml.client.SplashProgress$3.drawBar(SplashProgress.java:414)
at net.minecraftforge.fml.client.SplashProgress$3.run(SplashProgress.java:336)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.fml.client.SplashProgress.disableSplash(SplashProgress.java:591)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:583)
at net.minecraftforge.fml.client.FMLClientHandler.haltGame(FMLClientHandler.java:298)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
-- Initialization --
Details:
Stacktrace:
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(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)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.8-forge1.8-11.14.4.1563
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
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.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: Espa?ol (Argentina)
Profiler Position: N/A (disabled)
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.3-universal.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 12/22/15 5:19 PM
Description: Initializing game
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderItem
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:477)
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.ClassNotFoundException: net.minecraft.client.renderer.entity.RenderItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 9 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.objectweb.asm.ByteVector.<init>(Unknown Source)
at org.objectweb.asm.ClassWriter.toByteArray(Unknown Source)
at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:22)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 11 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:477)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.8
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: 49627936 bytes (47 MB) / 477626368 bytes (455 MB) up to 477626368 bytes (455 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -Xmx512M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1542 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
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1542.jar)
UCH Forge{11.14.3.1542} [Minecraft Forge] (forge-1.8-11.14.3.1542.jar)
UCH pixelmon{4.1.3} [Pixelmon] (Pixelmon-1.8-4.1.3-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8-4.1.3-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 5500'
Launched Version: 1.8-forge1.8-11.14.3.1542
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.15.4256, Intel
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.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Hi!My pixelmon 4.1.1 crashes when loading,and i would like to know why,if i remove the pixelmon mod,minecraft starts normally
I use windows 10,maybe thats why it crashes?
Im not sure if this is the correct report,hope it is(Check the spoiler)
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.1-universal.jar)
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 14/12/15 11:27 PM
Description: Initializing game
SplashProgress has detected a error loading Minecraft.
This can sometimes be caused by bad video drivers.
We have automatically disabeled the new Splash Screen in config/splash.properties.
Try reloading minecraft before reporting any errors.
net.minecraftforge.fml.client.SplashProgress$5: java.lang.IllegalStateException: Splash thread
at net.minecraftforge.fml.client.SplashProgress.disableSplash(SplashProgress.java:591)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:583)
at net.minecraftforge.fml.client.FMLClientHandler.haltGame(FMLClientHandler.java:298)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
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(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.IllegalStateException: Splash thread
at net.minecraftforge.fml.client.SplashProgress.checkThreadState(SplashProgress.java:516)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:571)
... 11 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.lang.AbstractStringBuilder.<init>(Unknown Source)
at java.lang.StringBuilder.<init>(Unknown Source)
at net.minecraftforge.fml.client.SplashProgress$3.drawBar(SplashProgress.java:414)
at net.minecraftforge.fml.client.SplashProgress$3.run(SplashProgress.java:336)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.fml.client.SplashProgress.disableSplash(SplashProgress.java:591)
at net.minecraftforge.fml.client.SplashProgress.finish(SplashProgress.java:583)
at net.minecraftforge.fml.client.FMLClientHandler.haltGame(FMLClientHandler.java:298)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:327)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
-- Initialization --
Details:
Stacktrace:
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(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)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 1716408 bytes (1 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.1} [Pixelmon] (Pixelmon-1.8-4.1.1-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8-4.1.1-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.8-forge1.8-11.14.4.1563
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
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.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: Espa?ol (Argentina)
Profiler Position: N/A (disabled)
1. Did you
?
2. If so, then allocate more ram to minecraft, 512mb isn't enough for pixelmon.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
Um Im kind of noob at this,how to reload minecraft?
And how can i give minecraft more ram?
Thx for the reply
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumReloading minecraft is just loading it again. Like what you did first time round
As for more RAM... http://www.minecraftforum.net/forums/support/unmodified-minecraft-client/tutorials-and-faqs/1871637-tutorial-allocate-more-memory-for-minecraft
This should help you out
Ok i will try,thanks
It worked,thanks
Here is my crash report can you please help me?
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8-4.1.3-universal.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 12/22/15 5:19 PM
Description: Initializing game
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderItem
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:477)
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.ClassNotFoundException: net.minecraft.client.renderer.entity.RenderItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 9 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.objectweb.asm.ByteVector.<init>(Unknown Source)
at org.objectweb.asm.ClassWriter.toByteArray(Unknown Source)
at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:22)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 11 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:477)
-- Initialization --
Details:
Stacktrace:
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)
-- System Details --
Details:
Minecraft Version: 1.8
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: 49627936 bytes (47 MB) / 477626368 bytes (455 MB) up to 477626368 bytes (455 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -Xmx512M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1542 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
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.3.1542.jar)
UCH Forge{11.14.3.1542} [Minecraft Forge] (forge-1.8-11.14.3.1542.jar)
UCH pixelmon{4.1.3} [Pixelmon] (Pixelmon-1.8-4.1.3-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8-4.1.3-universal.jar)
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 10.18.15.4256' Renderer: 'Intel(R) HD Graphics 5500'
Launched Version: 1.8-forge1.8-11.14.3.1542
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.3.0 - Build 10.18.15.4256, Intel
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.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou have an unnecessary -Xmx512M in your JVM arguments. Get rid of that -- you already have -Xmx2G right before that.
Also, use spoilers and don't hijack threads.
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.