Mod Problème crash avec forge 1.10.2

Aever

Aventurier
11 Juillet 2017
1
0
2
23
Bonjour j'ai lancé mon minecraft forge 1.10.2 avec le mod Pixelmon et le jeu crash à chaque fois.

Le crash report:
Code:
---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 11/07/17 18:12
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:186)
   at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:792)
   at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:324)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
   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)
Caused by: java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.io.DataInputStream.readUTF(DataInputStream.java:661)
   at java.io.DataInputStream.readUTF(DataInputStream.java:564)
   at net.minecraft.nbt.NBTTagCompound.func_152448_b(NBTTagCompound.java:465)
   at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:47)
   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:597)
   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:239)
   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)


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: 2533536 bytes (2 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: 0, tallocated: 0
   FML: MCP 9.32 Powered by Forge 12.18.2.2099 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.2.2099.jar)
   UCHI   Forge{12.18.2.2099} [Minecraft Forge] (forge-1.10.2-12.18.2.2099.jar)
   UCHE   pixelmon{5.0.4} [Pixelmon] (Pixelmon-1.10.2-5.0.4-universal.jar)
   Loaded coremods (and transformers):

http://prntscr.com/fue4qp
 
Dernière édition par un modérateur: