I have a strange issue running the 1.5.2 beta FTB modpack with gregtech. I have a server running this and on my client, I'm using MultiMC to play. I've imported the modpack from FTB into MultiMC. Everything runs fine in Minecraft for a few mins, then I freeze and then crash. It's a strange crash. I couldn't generate a crash log because MultiMC closes that debug screen instead of keeping it open like normal crashes...hence why it's a strange crash. I can upload this file: ForgeModLoader-client-0.log if necessary. Where should I upload it to if necessary? That file doesn't include my mod list but it does have logs. This is a snippet of the log:
2013-05-27 01:06:31 [INFO] [STDERR] Exception in thread "Thread-18" java.lang.OutOfMemoryError: PermGen space
2013-05-27 01:06:31 [INFO] [STDERR] at sun.misc.Unsafe.defineClass(Native Method)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.ClassDefiner.defineClass(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generate(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generateMethod(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystemConfig.runMethod(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystemConfig.getLibraryTitle(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Channel.getClassName(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Channel.errorCheck(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.libraries.ChannelLWJGLOpenAL.attachBuffer(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.libraries.SourceLWJGLOpenAL.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Library.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Library.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystem.CommandPlay(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystem.CommandQueue(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.CommandThread.run(Unknown Source)
2013-05-27 01:06:50 [INFO] [Minecraft-Client] Stopping!
2013-05-27 01:06:50 [INFO] [STDOUT]
2013-05-27 01:06:50 [INFO] [STDOUT] SoundSystem shutting down...
2013-05-27 01:06:55 [INFO] [STDOUT] Error in class 'SoundSystem'
2013-05-27 01:06:55 [INFO] [STDOUT] Command thread did not die!
2013-05-27 01:06:55 [INFO] [STDOUT] Ignoring errors... continuing clean-up.
2013-05-27 01:06:55 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-05-27 01:06:55 [INFO] [STDOUT]
2013-05-27 01:06:56 [INFO] [STDERR] Exception in thread "Thread-6" java.lang.OutOfMemoryError: PermGen space
This is strange because I gave it adequate RAM. First from 512MB - 1024MB then from 1024MB - 1536MB. I have a decent computer - 8GB RAM, Intel i5 2500k, GeForce 430. I never encountered this error in any other instance, even other custom built 1.5.2 instance.
Change the RAM. Minimum - 512MB and put 3024MB as Maximum, try it. And as a Java Argument put this: -XX:MaxPermSize=512m (the JVM Argument in MultiMC settings
Change the RAM. Minimum - 512MB and put 3024MB as Maximum, try it. And as a Java Argument put this: -XX:MaxPermSize=512m (the JVM Argument in MultiMC settings
I have a strange issue running the 1.5.2 beta FTB modpack with gregtech. I have a server running this and on my client, I'm using MultiMC to play. I've imported the modpack from FTB into MultiMC. Everything runs fine in Minecraft for a few mins, then I freeze and then crash. It's a strange crash. I couldn't generate a crash log because MultiMC closes that debug screen instead of keeping it open like normal crashes...hence why it's a strange crash. I can upload this file: ForgeModLoader-client-0.log if necessary. Where should I upload it to if necessary? That file doesn't include my mod list but it does have logs. This is a snippet of the log:
2013-05-27 01:06:31 [INFO] [STDERR] Exception in thread "Thread-18" java.lang.OutOfMemoryError: PermGen space
2013-05-27 01:06:31 [INFO] [STDERR] at sun.misc.Unsafe.defineClass(Native Method)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.ClassDefiner.defineClass(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generate(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.MethodAccessorGenerator.generateMethod(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystemConfig.runMethod(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystemConfig.getLibraryTitle(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Channel.getClassName(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Channel.errorCheck(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.libraries.ChannelLWJGLOpenAL.attachBuffer(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.libraries.SourceLWJGLOpenAL.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Library.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.Library.play(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystem.CommandPlay(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.SoundSystem.CommandQueue(Unknown Source)
2013-05-27 01:06:31 [INFO] [STDERR] at paulscode.sound.CommandThread.run(Unknown Source)
2013-05-27 01:06:50 [INFO] [Minecraft-Client] Stopping!
2013-05-27 01:06:50 [INFO] [STDOUT]
2013-05-27 01:06:50 [INFO] [STDOUT] SoundSystem shutting down...
2013-05-27 01:06:55 [INFO] [STDOUT] Error in class 'SoundSystem'
2013-05-27 01:06:55 [INFO] [STDOUT] Command thread did not die!
2013-05-27 01:06:55 [INFO] [STDOUT] Ignoring errors... continuing clean-up.
2013-05-27 01:06:55 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
2013-05-27 01:06:55 [INFO] [STDOUT]
2013-05-27 01:06:56 [INFO] [STDERR] Exception in thread "Thread-6" java.lang.OutOfMemoryError: PermGen space
This is strange because I gave it adequate RAM. First from 512MB - 1024MB then from 1024MB - 1536MB. I have a decent computer - 8GB RAM, Intel i5 2500k, GeForce 430. I never encountered this error in any other instance, even other custom built 1.5.2 instance.
Any help on this would be greatly appreciated!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOkay I will try it, thank you!