The Meaning of Life, the Universe, and Everything.
Join Date:
7/30/2015
Posts:
58
Member Details
Hello!
I've recently gotten to playing around with my mods and it seems that my Botania, Witchery, and Plant Mega Pack mods aren't working together. I played around with them a little bit, and it seems that Witchery and Plant Mega Pack are what disagree with each other the most. In my most recent try of seeing if they worked together, this is the message that I got:
[11:46:34] [Server thread/INFO]: Perford2004[local:E:e7f9cb11] logged in with entity id 4351 at (252.23356031567798, 79.0, 1022.0238156171588)
[11:46:34] [Server thread/INFO]: Perford2004 joined the game
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling provider registered at -2147483648
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling dimension registered at -2147483648
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling for Instability started. Expect some lag.
[11:46:49] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.OutOfMemoryError: PermGen space
at java.lang.Throwable.getStackTraceElement(Native Method) ~[?:1.6.0_65]
at java.lang.Throwable.getOurStackTrace(Throwable.java:591) ~[?:1.6.0_65]
at java.lang.Throwable.getStackTrace(Throwable.java:582) ~[?:1.6.0_65]
at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:115) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:98) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:114) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:90) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.Logger.log(Logger.java:110) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448) [log4j-api-2.0-beta9.jar:2.0-beta9]
at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.common.FMLLog.log(FMLLog.java:40) ~[FMLLog.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.handleException(EventBus.java:152) ~[EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:143) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:247) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:590) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
[11:47:00] [Server thread/INFO] [FML]: Applying holder lookups
[11:47:00] [Server thread/INFO] [FML]: Holder lookups applied
It never crashes and shows me a crash log, I have to force it to quit. If it helps to know, I just change the settings so that more RAM is dedicated to Minecraft.
If you need anything else, please let me know! I would love to get these mods working together, they're some of my favorites to work with!
The Meaning of Life, the Universe, and Everything.
Join Date:
4/8/2015
Posts:
332
Member Details
Use java 8 or allocate more PermGen space.
Preferably java 8, as minecraft likes it better then 6 or 7. Also be sure that minecraft is actually using java 8, as it does often use the wrong version. You can see what java version is being used in the edit profile menu.
You will need to uninstall java first through Control Panel then install java versions, FIRST "Windows x86 Offline", THEN "Windows x64", (remember to download the exe version and to select "Accept License Agreement")
Mabey also add -XX:MaxPermSize=1024m to your JVM Arguments, if you don't have more than 4Gb RAM try a bit less than 1024
Hello!
I've recently gotten to playing around with my mods and it seems that my Botania, Witchery, and Plant Mega Pack mods aren't working together. I played around with them a little bit, and it seems that Witchery and Plant Mega Pack are what disagree with each other the most. In my most recent try of seeing if they worked together, this is the message that I got:
[11:46:34] [Server thread/INFO]: Perford2004[local:E:e7f9cb11] logged in with entity id 4351 at (252.23356031567798, 79.0, 1022.0238156171588)
[11:46:34] [Server thread/INFO]: Perford2004 joined the game
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling provider registered at -2147483648
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling dimension registered at -2147483648
[11:46:38] [Server thread/INFO] [Mystcraft]: Baseline Profiling for Instability started. Expect some lag.
[11:46:49] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.OutOfMemoryError: PermGen space
at java.lang.Throwable.getStackTraceElement(Native Method) ~[?:1.6.0_65]
at java.lang.Throwable.getOurStackTrace(Throwable.java:591) ~[?:1.6.0_65]
at java.lang.Throwable.getStackTrace(Throwable.java:582) ~[?:1.6.0_65]
at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:115) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:98) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:114) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:90) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.core.Logger.log(Logger.java:110) [log4j-core-2.0-beta9.jar:2.0-beta9]
at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448) [log4j-api-2.0-beta9.jar:2.0-beta9]
at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83) ~[forge-1.7.10-10.13.4.1492-1.7.10.jar:?]
at cpw.mods.fml.common.FMLLog.log(FMLLog.java:40) ~[FMLLog.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.handleException(EventBus.java:152) ~[EventBus.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:143) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:247) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:590) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
[11:47:00] [Server thread/INFO] [FML]: Applying holder lookups
[11:47:00] [Server thread/INFO] [FML]: Holder lookups applied
It never crashes and shows me a crash log, I have to force it to quit. If it helps to know, I just change the settings so that more RAM is dedicated to Minecraft.
If you need anything else, please let me know! I would love to get these mods working together, they're some of my favorites to work with!
Pardon my ignorance but I don't know how to fix that. Haha
Use java 8 or allocate more PermGen space.
Preferably java 8, as minecraft likes it better then 6 or 7. Also be sure that minecraft is actually using java 8, as it does often use the wrong version. You can see what java version is being used in the edit profile menu.
You are a gem! Thank you!
If I needed to figure out how to allocate more PermGen space, could I easily google that?
Okay! So I tried looking up and updating the Java version but when I did my minecraft wouldn't launch. So I probably did that wrong too...
Logs.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
That's just it, nothing happened. The minecraft launcher turned white and nothing was in the logs.
Upload the fml log somewhere.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
How did you update java? If you are getting java 8 and you got a 64 bit system you will need both 32 and 64 bit java. Updating from your toolbar will NOT give you the correct java version. It's best to update from here http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
You will need to uninstall java first through Control Panel then install java versions, FIRST "Windows x86 Offline", THEN "Windows x64", (remember to download the exe version and to select "Accept License Agreement")
Mabey also add -XX:MaxPermSize=1024m to your JVM Arguments, if you don't have more than 4Gb RAM try a bit less than 1024
Thank you, this is the most helpful!