1. Welcome to our bug report and feature request forum.
    • For game exploits, post in the Private Issues forum. Please provide details in your message.
    • For all other suggestions and reports:
      • Apply the appropriate prefix to your post
      • Please include every detail (such as how a mechanic works or how to reproduce a bug)
      • Remember that new features need to be balanced and fair.

Game freezing

Discussion in 'Suggest + Report Bugs + Get Help' started by carter1215, Jun 17, 2014.

  1. carter1215

    carter1215 UNDEFINED AWNSER

    Joined:
    Jun 8, 2014
    Messages:
    18
    Likes Received:
    2
    Ever since the new Alice update every time I click E to open my inventory my game would completely freeze up. In the log this would pop up when it freezes:

    2014-06-17 11:32:20 [SEVERE] [ForgeModLoader] Unable to launch
    java.lang.reflect.InvocationTargetException
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.OutOfMemoryError: PermGen space

    I don't know what this means and if it isn't enough info I can try to find the crash log. (forgot where it was)

    Anyone know how to fix this?
     
  2. LordRedstone

    LordRedstone Best Coder 2k15

    Joined:
    Jun 14, 2012
    Messages:
    391
    Likes Received:
    73
    java.lang.OutOfMemoryError: PermGen space means that your PermGen is too low. Either update to Java 8 or increase your PermGen size to 256 or 512 in the launcher options.
     
  3. carter1215

    carter1215 UNDEFINED AWNSER

    Joined:
    Jun 8, 2014
    Messages:
    18
    Likes Received:
    2
    I literally just figure it out XD I had to increase the PermGen, thanks!