Jump to content

ImTheOneThatHasAProblem

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

ImTheOneThatHasAProblem's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Oh thx . I found out the source of the problem was that i wasnt using JVM arguments.
  2. Im having trouble using Forge 1.10.2. I tried doing a bunch of stuff, like removing old mods from the modlist and such, but it made it worse. I'm guessing you might want to see the crash report, so here it is: ---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen. Time: 11/21/16 4:50 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:186) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:790) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:322) 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(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.HashMap.resize(Unknown Source) at java.util.HashMap.putVal(Unknown Source) at java.util.HashMap.put(Unknown Source) at com.pixelmonmod.pixelmon.client.models.smd.Bone.preloadAnimation(Bone.java:132) at com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation.precalculateAnimation(SmdAnimation.java:143) at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.precalculateAnims(ValveStudioModel.java:120) at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel.<init>(ValveStudioModel.java:59) at com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader.loadModel(ValveStudioModelLoader.java:55) at com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel.reloadModel(GenericSmdModel.java:42) at com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel.<init>(GenericSmdModel.java:28) at com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel.<init>(GenericSmdModel.java:33) at com.pixelmonmod.pixelmon.client.models.blocks.ModelMechanicalAnvil.<init>(ModelMechanicalAnvil.java:9) at com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMechanicalAnvil.<init>(RenderTileEntityMechanicalAnvil.java:25) at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:215) at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:127) 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:595) 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:239) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217) 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.10.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.8.0_66, Oracle Corporation Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation Memory: 675736 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.32 Powered by Forge 12.18.1.2075 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.1.2075.jar) UCHI Forge{12.18.1.2075} [Minecraft Forge] (forge-1.10.2-12.18.1.2075.jar) UCHE pixelmon{5.0.0-beta12} [Pixelmon] (Pixelmon-1.10.2-5.0.0-beta12-universal.jar) Loaded coremods (and transformers): My mods: Pixelmon The forge version for pixelmon is OK, only that it crashes before starting. --------------------------------------------------------------------------------------------------------------------------------- Im the guy who has problems. Mostly with Forge though.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.