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>
Good Luck!!
Thanks guys. And there is no NEI folder anywhere in WORLD or anywhere else. Does this mean that NEI isn't even starting server side? And OP permission is set to 4.
Thanks guys. And there is no NEI folder anywhere in WORLD or anywhere else. Does this mean that NEI isn't even starting server side? And OP permission is set to 4.
Yeah, that could be it. Maybe its just not loading for some reason. My Forge server and my Cauldron server both have a "NEI" folder inside the 'world' folder, thats where the configs are. (not located in the actual 'config' folder) Maybe you forgot to actually put the mod in the mods folder(server side)...LMAO Otherwise, like I said maybe just try another version
I fixed the issue. It was a problem on my server hosters end, their stop button doesn't properly issue the 'stop' command in console to save all the worlds and chunks. So I reported it to them so they can fix it but in the meantime I'll just use the stop command.
I have noted that one of your mods are creating crash reports when the unix SIGTERM is issued to the server to stop the server process. Additionally ith as been noted that the mod does not create a crash report when the stop command is used. May I ask if this is intended behavior or an oversight in regards to respect unix process signals?
Here is a link to the crash report that is created when the SIGTERM is used to stop the server: http://pastebin.com/WpnU6Rki
[17:40:38] [Client thread/ERROR] [FML/]: There was a critical exception handling a packet on channel NEI
java.lang.NoClassDefFoundError: codechicken/nei/recipe/ShapedRecipeHandler
at codechicken.nei.recipe.RecipeInfo.load(RecipeInfo.java:93) ~[RecipeInfo.class:?]
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:260) ~[NEIClientConfig.class:?]
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) ~[NEIClientConfig.class:?]
at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) ~[NEICPH.class:?]
at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) ~[NEICPH.class:?]
at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:98) ~[PacketCustom$ClientInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:75) ~[PacketCustom$CustomInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:62) ~[PacketCustom$CustomInboundHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.ClassNotFoundException: codechicken.nei.recipe.ShapedRecipeHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25
Add this to your JVM arguments in java settings of the launcher (or update to java 8): -XX:MaxPermSize=256M
Hi, I'm in the process of creating a new mod pack for my friends and I to play, but when I add the Chicken Chunks mod it stops the help function on the server from working.
Has anybody else noticed this or is this unique to my setup?
Before I added the Chicken Chunks mod, typing 'help' on the server listed all the help options as it should. After installing Chicken Chunks it gives this error:
I have so far included these mods in my pack while testing.
(Using Minecraft 1.7.10)
forge-1.7.10-10.13.2.1291-universal
AbyssalCraft-1.7.10-1.8.2
AnimationAPI-1.7.10-1.2.4
AppleCore-mc1.7.10-1.1.0
AsieLib-1.7.10-0.3.9
BattleTowers-1.7.10
ChickenChunks-1.7.10-1.3.4.16-universal
CodeChickenCore-1.7.10-1.0.4.29-universal
CoFHCore-[1.7.10]3.0.0RC7-211
CoFHLib-[1.7.10]1.0.0RC7-127
IguanaTinkerTweaks-1.7.10-2.1.2
IguanaTweaks-1.7.10-Beta-19
Mantle-1.7.10-0.3.2
millenaire-6.0.0
MobiusCore-1.2.3_1.7.10
mystcraft-1.7.10-0.11.0.00
natura-1.7.10-2.2.0.1
NotEnoughItems-1_7_10-1_0_3_74-universal
Numina-0.4.0.87
Opis-1.2.3_1.7.10
Ruins-1.7.10
TConstruct-1.7.10-1.8.2a
twilightforest-1.7.10-2.3.2
Baubles-1.7.10-1.0.1.10
CodeChickenLib-1.7.10-1.1.3.127-universal
ForgeMultipart-1.7.10-1.1.1.321-universal
LibSandstone-1.0.0
MrTJPCore-1.7.10-1.0.5.11-universal
I know a lot of those mods don't do anything on their own, they're needed for other mods I'm adding later. I'm adding them one at a time to try to find out which mods are causing the various issues I have with the full pack, such as NEI crashing to desktop if inventory is full and you try to give yourself one more item. With this list of mods, that doesn't happen yet. Another bug is random timeout kicking people off the server and then freezing the server up, again with this list of mods that doesn't happen so far.
Once I find out which mod causes those problems too I'll update the threads I've posted those errors in too
Ok, I figured I'd finally ask here, since numerous searches aren't helping at all.
Somehow, some way, I broke NEI and it's not searching.I have NO IDEA what I did. The only way I can search is by @[mod] and that means going through every item in the mod.
I downloaded the latest build (the experimental one, I think) and it has 0/0 items on the side.
My MC is 1.7.10.
The only thing I can think of that's the problem is InventoryTweaks, but even after removing that, nothing changes.
I miss being able to search items rather than having to run through each mod's page. It's such a headache.
I'm getting a lot of disconnect:timeout errors when using the recipe or use-lookup functions. It doesn't happen every time, but every other or every third time I try to look up what an item is used for we're getting disconnected. NEI 1.0.4.83 is installed on both the client and server, launcher is MultiMC. I can't find anything obvious in any of the logs, but if you have an idea of which one would be most helpful, I can upload it.
MC version 1.7.10, Java 8.31, forge 10.13.2.1307, codechickencore 1.0.4.35.
I am having an Issue with the latest version of NEI which is 1.0.5.92 (1.8)...I have the latest version of ChickenCodecore1.0.5.34-universal (1.8) and ChickenCodeLib 1.1.2.132-universal (1.8) with the latest version of Forge which is 11.14.1.1337(1.8).
Everytime I download the lastest version of Not Enough Items the game doesn't register that I even have the mod installed so what I did to check on that was just double-click the file and the most recent version file is saying its corrupted. This is happening each time I redownload the file. I'm not really sure whats going on...So what I'm doing for right now until a newer version comes out is using an older version or 1.0.5.91 as that file isn't corrupted after download. Just thought you'd like to know incase anyone else has a similar problem to mine.
Rollback Post to RevisionRollBack
I am a 1.8 Minecraft enthusiast. If i give any ideas to you for your mod that you like or even if I just came to say I like this mod, that basically means I would like this mod for 1.8.
I have ASD. I will most likely speak in a way that could offend people, that's the way I've always been (socially awkward), however, I do not mean to be offensive to anyone. Tactfulness has never been one of my strong suits. So, if your going to hate me...then don't bother talking to me as you will just waste my time and yours as well.
Despite what you're thinking the age in my profile is the actual true age. I find it amazing how many people think that ten is my actual age.
I am a 1.8 Minecraft enthusiast. If i give any ideas to you for your mod that you like or even if I just came to say I like this mod, that basically means I would like this mod for 1.8.
I have ASD. I will most likely speak in a way that could offend people, that's the way I've always been (socially awkward), however, I do not mean to be offensive to anyone. Tactfulness has never been one of my strong suits. So, if your going to hate me...then don't bother talking to me as you will just waste my time and yours as well.
Despite what you're thinking the age in my profile is the actual true age. I find it amazing how many people think that ten is my actual age.
Thanks guys. And there is no NEI folder anywhere in WORLD or anywhere else. Does this mean that NEI isn't even starting server side? And OP permission is set to 4.
Yeah, that could be it. Maybe its just not loading for some reason. My Forge server and my Cauldron server both have a "NEI" folder inside the 'world' folder, thats where the configs are. (not located in the actual 'config' folder) Maybe you forgot to actually put the mod in the mods folder(server side)...LMAO
I fixed the issue.
It was a problem on my server hosters end, their stop button doesn't properly issue the 'stop' command in console to save all the worlds and chunks.So I reported it to them so they can fix it but in the meantime I'll just use the stop command.As stated below that is what is happening.
Here is a link to the crash report that is created when the SIGTERM is used to stop the server: http://pastebin.com/WpnU6Rki
java.lang.NoClassDefFoundError: codechicken/nei/recipe/ShapedRecipeHandler
at codechicken.nei.recipe.RecipeInfo.load(RecipeInfo.java:93) ~[RecipeInfo.class:?]
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:260) ~[NEIClientConfig.class:?]
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208) ~[NEIClientConfig.class:?]
at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:109) ~[NEICPH.class:?]
at codechicken.nei.NEICPH.handlePacket(NEICPH.java:23) ~[NEICPH.class:?]
at codechicken.lib.packet.PacketCustom$ClientInboundHandler.handle(PacketCustom.java:98) ~[PacketCustom$ClientInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:75) ~[PacketCustom$CustomInboundHandler.class:?]
at codechicken.lib.packet.PacketCustom$CustomInboundHandler.channelRead0(PacketCustom.java:62) ~[PacketCustom$CustomInboundHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049) [bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.ClassNotFoundException: codechicken.nei.recipe.ShapedRecipeHandler
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25 more
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25
Caused by: java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0]
... 25
Has anybody else noticed this or is this unique to my setup?
Before I added the Chicken Chunks mod, typing 'help' on the server listed all the help options as it should. After installing Chicken Chunks it gives this error:
Log file:
http://pastebin.com/AuBR5tsV
I have so far included these mods in my pack while testing.
(Using Minecraft 1.7.10)
forge-1.7.10-10.13.2.1291-universal
AbyssalCraft-1.7.10-1.8.2
AnimationAPI-1.7.10-1.2.4
AppleCore-mc1.7.10-1.1.0
AsieLib-1.7.10-0.3.9
BattleTowers-1.7.10
ChickenChunks-1.7.10-1.3.4.16-universal
CodeChickenCore-1.7.10-1.0.4.29-universal
CoFHCore-[1.7.10]3.0.0RC7-211
CoFHLib-[1.7.10]1.0.0RC7-127
IguanaTinkerTweaks-1.7.10-2.1.2
IguanaTweaks-1.7.10-Beta-19
Mantle-1.7.10-0.3.2
millenaire-6.0.0
MobiusCore-1.2.3_1.7.10
mystcraft-1.7.10-0.11.0.00
natura-1.7.10-2.2.0.1
NotEnoughItems-1_7_10-1_0_3_74-universal
Numina-0.4.0.87
Opis-1.2.3_1.7.10
Ruins-1.7.10
TConstruct-1.7.10-1.8.2a
twilightforest-1.7.10-2.3.2
Baubles-1.7.10-1.0.1.10
CodeChickenLib-1.7.10-1.1.3.127-universal
ForgeMultipart-1.7.10-1.1.1.321-universal
LibSandstone-1.0.0
MrTJPCore-1.7.10-1.0.5.11-universal
I know a lot of those mods don't do anything on their own, they're needed for other mods I'm adding later. I'm adding them one at a time to try to find out which mods are causing the various issues I have with the full pack, such as NEI crashing to desktop if inventory is full and you try to give yourself one more item. With this list of mods, that doesn't happen yet. Another bug is random timeout kicking people off the server and then freezing the server up, again with this list of mods that doesn't happen so far.
Once I find out which mod causes those problems too I'll update the threads I've posted those errors in too
Somehow, some way, I broke NEI and it's not searching.I have NO IDEA what I did. The only way I can search is by @[mod] and that means going through every item in the mod.
I downloaded the latest build (the experimental one, I think) and it has 0/0 items on the side.
My MC is 1.7.10.
The only thing I can think of that's the problem is InventoryTweaks, but even after removing that, nothing changes.
I miss being able to search items rather than having to run through each mod's page. It's such a headache.
Digital Artist | GX Fanatic
I'm getting a lot of disconnect:timeout errors when using the recipe or use-lookup functions. It doesn't happen every time, but every other or every third time I try to look up what an item is used for we're getting disconnected. NEI 1.0.4.83 is installed on both the client and server, launcher is MultiMC. I can't find anything obvious in any of the logs, but if you have an idea of which one would be most helpful, I can upload it.
MC version 1.7.10, Java 8.31, forge 10.13.2.1307, codechickencore 1.0.4.35.
http://prntscr.com/6h8h8s
I make sure not to make simple mistakes like that before I ask for help.
Digital Artist | GX Fanatic
If you're using WALIA, this happens when using an older one with NEI 1.0.4. WAILA 1.5.9 works best.
This game is so oreing.
Forge 1.8-11.14.1.1337
NEI 1.8-1.0.5.92
NEI is not showing at all, in game.
Everytime I download the lastest version of Not Enough Items the game doesn't register that I even have the mod installed so what I did to check on that was just double-click the file and the most recent version file is saying its corrupted. This is happening each time I redownload the file. I'm not really sure whats going on...So what I'm doing for right now until a newer version comes out is using an older version or 1.0.5.91 as that file isn't corrupted after download. Just thought you'd like to know incase anyone else has a similar problem to mine.
I am a 1.8 Minecraft enthusiast. If i give any ideas to you for your mod that you like or even if I just came to say I like this mod, that basically means I would like this mod for 1.8.
I have ASD. I will most likely speak in a way that could offend people, that's the way I've always been (socially awkward), however, I do not mean to be offensive to anyone. Tactfulness has never been one of my strong suits. So, if your going to hate me...then don't bother talking to me as you will just waste my time and yours as well.
Despite what you're thinking the age in my profile is the actual true age. I find it amazing how many people think that ten is my actual age.
#Give1.8aChance
Is the file your downloading being corrupted upon finishing the download? That's the samething happening to me.
I am a 1.8 Minecraft enthusiast. If i give any ideas to you for your mod that you like or even if I just came to say I like this mod, that basically means I would like this mod for 1.8.
I have ASD. I will most likely speak in a way that could offend people, that's the way I've always been (socially awkward), however, I do not mean to be offensive to anyone. Tactfulness has never been one of my strong suits. So, if your going to hate me...then don't bother talking to me as you will just waste my time and yours as well.
Despite what you're thinking the age in my profile is the actual true age. I find it amazing how many people think that ten is my actual age.
#Give1.8aChance
Digital Artist | GX Fanatic