Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 3/24/17 2:11 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixelmon (pixelmon)
  8. Caused by: java.lang.OutOfMemoryError: Java heap space
  9. at java.util.HashMap.newNode(HashMap.java:1734)
  10. at java.util.HashMap.putVal(HashMap.java:630)
  11. at java.util.HashMap.put(HashMap.java:611)
  12. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:51)
  13. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:475)
  14. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:49)
  15. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:132)
  16. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:87)
  17. at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:82)
  18. at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.loadSnapshot(StructureRegistry.java:407)
  19. at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerGym(StructureRegistry.java:306)
  20. at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:111)
  21. at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:84)
  22. at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:128)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:483)
  27. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:483)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  38. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41.  
  42.  
  43. A detailed walkthrough of the error, its code path and all known details is as follows:
  44. ---------------------------------------------------------------------------------------
  45.  
  46. -- System Details --
  47. Details:
  48. Minecraft Version: 1.10.2
  49. Operating System: Windows 7 (amd64) version 6.1
  50. Java Version: 1.8.0_25, Oracle Corporation
  51. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  52. Memory: 697512 bytes (0 MB) / 966393856 bytes (921 MB) up to 966393856 bytes (921 MB)
  53. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn4G
  54. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  55. FML: MCP 9.32 Powered by Forge 12.18.3.2185 4 mods loaded, 4 mods active
  56. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  57. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  58. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
  59. UCHI Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
  60. UCHE pixelmon{5.0.2} [Pixelmon] (Pixelmon-1.10.2-5.0.2-universal (1).jar)
  61. Loaded coremods (and transformers):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement