That is a permgen error, adding this line to your JVM arguments in the java settings section of the launcher may help: -XX:MaxPermSize=256M (Allocating more memory for minecraft to run and PermSize memory are 2 different things.)
It helped! You were right. PermGen size was definitely not enough and allocating more memory for this is the solution.
Here's the log from Java VisualVM without -XX:MaxPermSize=256M:
Here's the log from Java VisualVM with -XX:MaxPermSize=256M:
Thank you very much, mr. painter73! I am happy now for a long time.
A am also allocating more PermGen memory to my server as well because i have nearly the same picture as for client.
May be Chicken-Bones should add it to FAQ section in questions about "Omg, my supermodded minecraft freezes", i don't know.
Also i found a notification about changing PermGen size on spigot forum: http://www.spigotmc.org/wiki/changing-permgen-size/
Hi, today I've updated Eclipse with the lastest Forge and NEI for 1.7.10 but when I build path to CCC and NEI -dev.jar I end up with this game crash. Without adding them to the project, it loads fine included CCC and NEI but I have to remove the NEI support folder.
I tried downgrading versions but apparently they no longer work and older versions put me in a loophole requiring newer versions of this or that. Til yesterday I saw nothing of this :s
[18:30:37] [main/INFO] [GradleStart]: Extra: []
[18:30:37] [main/INFO] [GradleStart]: Found and added coremod: codechicken.core.launch.CodeChickenCorePlugin
[18:30:37] [main/INFO] [GradleStart]: Found and added coremod: codechicken.nei.asm.NEICorePlugin
[18:30:38] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, [long path here]/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker]
[18:30:38] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:30:38] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[18:30:38] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.GradleStartCommon$GradleStartTweaker
[18:30:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[18:30:38] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading
[18:30:38] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_31, running on Windows XP:x86:5.1, installed at C:\Programs\Java\jre1.8.0_31
[18:30:38] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[18:30:38] [main/INFO] [FML]: Found a command line coremod : codechicken.nei.asm.NEICorePlugin
[18:30:38] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at GradleStart.main(GradleStart.java:45)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 16 more
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 18 more
[18:30:38] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at [long path here]\Gradle1710\eclipse\. for Forge Mod Loader
java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18) ~[NotEnoughItems-1.7.10-1.0.4.90-dev.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_31]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_31]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_31]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_31]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458) ~[forgeSrc-1.7.10-10.13.2.1291.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) ~[forgeSrc-1.7.10-10.13.2.1291.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forgeSrc-1.7.10-10.13.2.1291.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forgeSrc-1.7.10-10.13.2.1291.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forgeSrc-1.7.10-10.13.2.1291.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forgeSrc-1.7.10-10.13.2.1291.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85) [start/:?]
at GradleStart.main(GradleStart.java:45) [start/:?]
Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
... 16 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
... 16 more
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ASMInit
Exception in thread "main" [18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at codechicken.nei.asm.NEICorePlugin.<init>(NEICorePlugin.java:18)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.newInstance(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:458)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:85)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at GradleStart.main(GradleStart.java:45)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ASMInit
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.ClassLoader.loadClass(Unknown Source)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 16 more
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.NullPointerException
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[18:30:38] [main/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 18 more
Any idea anyone? My research led to very old threads
Thanks
Are you working off-line?? I only ask because the entire crash is pointing to the dreaded "NoClassDefoundError" which is a 'lib' file CCC needs and usually downloads automatically when on-line. Otherwise you could try and manually add it. You can get it here: http://files.minecraftforge.net/CodeChickenLib/
I am no modder but it belongs in the 1.7.10 folder you'll find the 'mods' folder, but uncertain if that's the case in a dev environment.(or perhaps when you updated there is still an old 'lib' file still in there)
Trying to get Nei to work in my eclipse dev inviorment, getting this error http://pastebin.com/fec7cQUH
CCC 1.0.4.29-dev
NEI 1.0.3.74-dev
Forge 1.7.10-10.13.2.1307-1.7.10
Attempt to start, asks for Mcp conf folder, I select it and then it errors.
Also I used forge source to setup my src, and had to grab MCP and manually to get the conf folder.
The Meaning of Life, the Universe, and Everything.
Join Date:
7/9/2011
Posts:
56
Member Details
yeah. ~200 mods = headaches. least i figured out cauldron was breaking my mystcraft. shame that. no more bukkit servers for me. but i did find worldedit forge edition so thats something.
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:329)
at codechicken.nei.PositionedStack.generatePermutations(PositionedStack.java:70)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:32)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:39)
at neiplugins.forge.OreDictionaryList$CachedOreDictionaryEntry.<init>(OreDictionaryList.java:27)
at neiplugins.forge.OreDictionaryList.getAllItems(OreDictionaryList.java:84)
at neiplugins.forge.OreDictionaryList.loadUsageRecipes(OreDictionaryList.java:106)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:329)
at codechicken.nei.PositionedStack.generatePermutations(PositionedStack.java:70)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:32)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:39)
at neiplugins.forge.OreDictionaryList$CachedOreDictionaryEntry.<init>(OreDictionaryList.java:27)
at neiplugins.forge.OreDictionaryList.getAllItems(OreDictionaryList.java:84)
at neiplugins.forge.OreDictionaryList.loadUsageRecipes(OreDictionaryList.java:106)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
Oh!
That's not good!
You can't really play then, eh?
What should we do now?
How about we try to help you with that...
Let me ask you a couple of questions in order to help you:
- What's your favorite colour?
- Are you a cat or a dog person?
- Pizza or pasta?
- Could you post a crashlog?
Cheers
i think that is my game is running out of memory because of the mobs inside the spawners, my game didn't literally crash it just keep stopping and i have to close him this is happening on 1.7.10 on the latest release
Hi guys, i'm hoping that this is a simple fix. I am using NEI 1.0.4.90 universal on a 1.7.10 server, and while on that server, my friend and I are unable to access creative+ mode, magnet mode, or the inventory save options. The both of us are op, the world is gamemode 1, and yet we are still unable to access these options. All of these options work fine on a solo world client side. I am unable to locate in my server folder or client folder a NEIserver.cfg, or any other config file for NEI server side. Any help fixing this issue, hopefully a simple one, would be appreciated. If you need any logs, ask and you shall recieve. Thanks guys!
I've been attempting to manually install a handful of mods in 1.7.10, and adding NEI to the mods folder seems to prevent the game from launching. Removing only NEI solves the problem, while removing everything except for NEI and CoFH core does not solve the problem. This failure is giving me crash logs like the following:
Hi guys, i'm hoping that this is a simple fix. I am using NEI 1.0.4.90 universal on a 1.7.10 server, and while on that server, my friend and I are unable to access creative+ mode, magnet mode, or the inventory save options. The both of us are op, the world is gamemode 1, and yet we are still unable to access these options. All of these options work fine on a solo world client side. I am unable to locate in my server folder or client folder a NEIserver.cfg, or any other config file for NEI server side. Any help fixing this issue, hopefully a simple one, would be appreciated. If you need any logs, ask and you shall recieve. Thanks guys!
You might be locked in recipe mode. While in game go to your inventory screen and hit the NEI 'options' button down in the left corner, then hit the 'inventory' button and then the 'Global' button you see in the upper right corner. Un-highlight the "W" you see by the cheat/recipe mode, a simple right click on it should do.(make certain you are Opped)
I've been attempting to manually install a handful of mods in 1.7.10, and adding NEI to the mods folder seems to prevent the game from launching. Removing only NEI solves the problem, while removing everything except for NEI and CoFH core does not solve the problem. This failure is giving me crash logs like the following:
You might be locked in recipe mode. While in game go to your inventory screen and hit the NEI 'options' button down in the left corner, then hit the 'inventory' button and then the 'Global' button you see in the upper right corner. Un-highlight the "W" you see by the cheat/recipe mode, a simple right click on it should do.(make certain you are Opped)
I have tried this, no dice. Cheat mode is enabled. And I am opped. Will post some screenshots when I get home.
Sorry for your troubles bro...all I can say is open your "world" folder of your server, then the NEI folder and make sure the config looks something like this:
#List of players who can use these features.
#Eg. time=CodeChicken, Friend1
permissions
{
adventure=OP
creative=OP
creative+=OP
delete=OP
enchant=OP
heal=OP
item=OP
magnet=OP
notify-item=CONSOLE, OP
potion=OP
rain=OP
save-state=OP
time=OP
}
Put your spoiler here.
Only thing I can really think of.....I run version 1.0.4.83 with CodeChickenCore 1.0.4.35 on a 1.7.10 server just fine and flawless Again, sorry for your troubles but maybe try and roll back a version or 7 Or perhaps add your in-game name directly to that list next to the "OP" So like Adventure mode would be : adventure=OP,<in-game name>
It helped! You were right. PermGen size was definitely not enough and allocating more memory for this is the solution.
Here's the log from Java VisualVM without -XX:MaxPermSize=256M:
Here's the log from Java VisualVM with -XX:MaxPermSize=256M:
Thank you very much, mr. painter73! I am happy now for a long time.
A am also allocating more PermGen memory to my server as well because i have nearly the same picture as for client.
May be Chicken-Bones should add it to FAQ section in questions about "Omg, my supermodded minecraft freezes", i don't know.
Also i found a notification about changing PermGen size on spigot forum: http://www.spigotmc.org/wiki/changing-permgen-size/
Are you working off-line?? I only ask because the entire crash is pointing to the dreaded "NoClassDefoundError" which is a 'lib' file CCC needs and usually downloads automatically when on-line. Otherwise you could try and manually add it. You can get it here: http://files.minecraftforge.net/CodeChickenLib/
I am no modder but it belongs in the 1.7.10 folder you'll find the 'mods' folder, but uncertain if that's the case in a dev environment.(or perhaps when you updated there is still an old 'lib' file still in there)
CCC 1.0.4.29-dev
NEI 1.0.3.74-dev
Forge 1.7.10-10.13.2.1307-1.7.10
Attempt to start, asks for Mcp conf folder, I select it and then it errors.
Also I used forge source to setup my src, and had to grab MCP and manually to get the conf folder.
crash-log
http://pastebin.com/yVtydhhq
also found item physics mod. its so cool XD
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 12.03.15 9:30
Description: Updating screen events
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:329)
at codechicken.nei.PositionedStack.generatePermutations(PositionedStack.java:70)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:32)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:39)
at neiplugins.forge.OreDictionaryList$CachedOreDictionaryEntry.<init>(OreDictionaryList.java:27)
at neiplugins.forge.OreDictionaryList.getAllItems(OreDictionaryList.java:84)
at neiplugins.forge.OreDictionaryList.loadUsageRecipes(OreDictionaryList.java:106)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1628)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:329)
at codechicken.nei.PositionedStack.generatePermutations(PositionedStack.java:70)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:32)
at codechicken.nei.PositionedStack.<init>(PositionedStack.java:39)
at neiplugins.forge.OreDictionaryList$CachedOreDictionaryEntry.<init>(OreDictionaryList.java:27)
at neiplugins.forge.OreDictionaryList.getAllItems(OreDictionaryList.java:84)
at neiplugins.forge.OreDictionaryList.loadUsageRecipes(OreDictionaryList.java:106)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:346)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:471)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at net.minecraft.client.gui.inventory.GuiContainer.func_73869_a(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:474)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:464)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiChest
update NEI. issues has been fixed
i think that is my game is running out of memory because of the mobs inside the spawners, my game didn't literally crash it just keep stopping and i have to close him this is happening on 1.7.10 on the latest release
http://pastebin.com/eFdnbiJg
I can provide more information if needed. (I'm sort of unsure if this is the sort of crash log you want.)
You might be locked in recipe mode. While in game go to your inventory screen and hit the NEI 'options' button down in the left corner, then hit the 'inventory' button and then the 'Global' button you see in the upper right corner. Un-highlight the "W" you see by the cheat/recipe mode, a simple right click on it should do.(make certain you are Opped)
You are running on java 6.....You need the latest java 7 (latest update) or java 8 or none of chicken bones will work for you.
http://support.feed-the-beast.com/t/infinity-1-2-1-every-time-i-stop-the-server-it-crashes-due-to-chickenchunks/11997
I have tried this, no dice. Cheat mode is enabled. And I am opped. Will post some screenshots when I get home.
#List of players who can use these features.
#Eg. time=CodeChicken, Friend1
permissions
{
adventure=OP
creative=OP
creative+=OP
delete=OP
enchant=OP
heal=OP
item=OP
magnet=OP
notify-item=CONSOLE, OP
potion=OP
rain=OP
save-state=OP
time=OP
}
Put your spoiler here.
Good Luck!!
Make sure your OP permission level in your server.properties is above a 1. Make it 4 just to make sure.
nvm i fixed it