Not Enough Items crash on mouseclick

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

itssnowing

New Member
Jul 29, 2019
25
0
0
Though I technically don't have FTB, the Direwolf modpack is very close to my mod configuration. Sometimes when I log into my friend's server (I don't play singleplayer,) I crash an error. This is (part of) the crash report:
---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 09/03/13 10:46 PM
Description: Updating screen events

java.lang.NullPointerException
at codechicken.nei.LayoutManager.onMouseClicked(LayoutManager.java:105)
at codechicken.nei.forge.GuiContainerManager.mouseClicked(GuiContainerManager.java:467)
at avf.a(GuiContainer.java:419)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:729)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)
(The rest won't fit because of limitations set by the forum.)
Any ideas on what is causing it? I thought I had fixed it before, but.. apparently not :/
 

NJM1564

New Member
Jul 29, 2019
2,348
-1
0
Probably you don't have the same version of some of the mods.
Codechicken's perhaps.
 

Nerixel

New Member
Jul 29, 2019
1,239
0
0
We can't really guarantee a solution, considering you're not using an FTB pack, but I can still try.
Common solutions:
  • Make sure mods are up to date
  • Update Java if required
In the meantime, can you post the whole error log to pastebin.com and provide the link?
 

Kaz!

New Member
Jul 29, 2019
94
0
1
Though I technically don't have FTB, the Direwolf modpack is very close to my mod configuration. Sometimes when I log into my friend's server (I don't play singleplayer,) I crash an error. This is (part of) the crash report:
---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 09/03/13 10:46 PM
Description: Updating screen events

java.lang.NullPointerException
at codechicken.nei.LayoutManager.onMouseClicked(LayoutManager.java:105)
at codechicken.nei.forge.GuiContainerManager.mouseClicked(GuiContainerManager.java:467)
at avf.a(GuiContainer.java:419)
at aul.d(SourceFile:127)
at avf.d(GuiContainer.java:729)
at aul.m(SourceFile:111)
at net.minecraft.client.Minecraft.l(Minecraft.java:1511)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)
(The rest won't fit because of limitations set by the forum.)
Any ideas on what is causing it? I thought I had fixed it before, but.. apparently not :/

The client and the server are not in sync, this is a chicken bones Nei issue make sure you both have identical packs except for the things that are server and others that are client side only.
 

itssnowing

New Member
Jul 29, 2019
25
0
0
We can't really guarantee a solution, considering you're not using an FTB pack, but I can still try.
Common solutions:
  • Make sure mods are up to date
  • Update Java if required
In the meantime, can you post the whole error log to pastebin.com and provide the link?
Here you go!

The client and the server are not in sync, this is a chicken bones Nei issue make sure you both have identical packs except for the things that are server and others that are client side only.
Oh, okay. I'll ask the admin to check what he has.
 
Status
Not open for further replies.