Jump to content
  • 0

No Such Item: NEI Can't Spawn Tekkit Items, just displays No Such Item in chat


redranger

Question

Launcher/pack Version: Server files and launcher downloaded from this Tekkit page today: http://www.technicpack.net/tekkit/

Operating System: Server is CentOS, launcher is Mac and Windows (happening on both)

Version of Java: 1.7.0_03

Description of Problem: I've installed Tekkit on a server for somebody and it's crashing when they add items to the bottom row of their inventory (to hold them). Also doesn't seem to be loading correctly.

Error Messages:

This error occurs on startup:

2012-04-07 14:15:36 [iNFO] [RecipeManager] Loading RecipeManager v1.1c.

2012-04-07 14:15:36 [WARNING] [RecipeManager] Spout not detected, restricting recipes not possible!

2012-04-07 14:15:36 [iNFO] [RecipeManager] loading all settings...

2012-04-07 14:15:36 [iNFO] [RecipeManager] loaded 0 custom fuels.

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #1 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #2 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #3 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #4 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #5 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #6 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #7 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #8 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #9 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #10 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #11 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #12 error:null, null

2012-04-07 14:15:36 [sEVERE] [RecipeManager] custom_recipes.txt recipe #14 error:null, null

This one happens when I try putting an item in my hand, seems to be any random item:

2012-04-07 14:31:27 [sEVERE] java.lang.NullPointerException

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.ItemStack.setData(ItemStack.java:153)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.ItemStack.<init>(ItemStack.java:39)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.Packet.b(Packet.java:150)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.Packet107SetCreativeSlot.a(SourceFile:25)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.Packet.a(Packet.java:79)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.NetworkManager.h(NetworkManager.java:152)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.NetworkManager.c(NetworkManager.java:270)

2012-04-07 14:31:27 [sEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:76)

2012-04-07 14:31:27 [iNFO] stevevbrewer lost connection: disconnect.genericReason

Link to pastebin of log: http://pastebin.com/AqBE39ma

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Re: Crashes: custom_recipes.txt recipe #1 error:null, null

The error on startup is fine, I get that on my server also and everything works fine. It looks like it happens because only slot 13 has a custom recipe for it to load.

The other error is because you are playing in creative mode, it doesn't work right with Tekkit.

You have to use NEI to spawn items, putting stuff on your hotbar while in creative mode causes those crashes you are seeing.

If you don't know how to turn on item spawning with NEI, read the following thread:

http://forums.technicpack.net/index.php/topic,1513.0.html

Link to comment
Share on other sites

  • 0

Re: Crashes: custom_recipes.txt recipe #1 error:null, null

It turns out this wasn't fixed, it only allows us to place basic Minecraft items, if I try placing any Tekkit items I still get disconnected with the same error.

I've changed NEI.cfg and changed the inventory options as instructed in the forum thread you linked me to but still placing Tekkit items disconnects me from the server.

Link to comment
Share on other sites

  • 0

Going by the original log you posted, it doesn't seem to be loading any of the actual mods, just the Bukkit plugins. Make sure the 'mods' directory is there under the server directory and filled with a bunch of .zip files (e.g., maybe you forgot to copy subdirectories over when installing the server).

(Edit: And if that is the case, then they might want to restart their world if they haven't invested too much effort in it yet, as it'll be missing a lot of stuff like the new ores and trees in chunks that have already been generated.)

Link to comment
Share on other sites

  • 0

Did you manually move the Tekkit.jar file to the 'jar' directory under there? It may be looking for everything relative to that, so it's expecting the mod files to be in 'jar/mods', configs to be in 'jar/config', etc. Try moving the jar file back to the main server directory.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...