Jump to content
  • 0

Crafting Table III and NEI recipe search crashes client


xerogabe106

Question

Title: Crafting Table III and NEI recipe search crashes client

Version: 3.0.3/3.0.4

OS: Windows 7 64bit (fully updated)

Java Version: Java 7 64bit (build 1.7.0-b147)

Description of Problem:

For the past couple of days when I look thru the crafting table 3 or search for an item in NEI and click it to view the recipe it causes the client to crash.

I searched the forums a bit and some people suggested it might be a button binding issue. I changed all the bindings, all different keys and no conflicts and the issue still occurs.

Error Messages:

White Screen N/A

Error Log:


Full Log: http://pastebin.com/6wrqwNJx

 

Relevant bit... I think....

 

[04:45:41] [sEVERE] Received a TileEntityData packet for a location that did not have a TileEntity: (-16, 57, 45) 1: 54, 0, 0

[04:47:23] [sEVERE] java.lang.IndexOutOfBoundsException: Index: 32, Size: 16

[04:47:23] [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)

[04:47:23] [sEVERE] at java.util.ArrayList.set(Unknown Source)

[04:47:23] [sEVERE] at codechicken.nei.ContainerRecipe.a(ContainerRecipe.java:88)

[04:47:23] [sEVERE] at adl.a(NetClientHandler.java:939)

[04:47:23] [sEVERE] at fu.a(SourceFile:26)

[04:47:23] [sEVERE] at lg.b(NetworkManager.java:343)

[04:47:23] [sEVERE] at adl.b(NetClientHandler.java:68)

[04:47:23] [sEVERE] at je.c(SourceFile:50)

[04:47:23] [sEVERE] at net.minecraft.client.Minecraft.k(Minecraft.java:1867)

[04:47:23] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:819)

[04:47:23] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:747)

[04:47:23] [sEVERE] at java.lang.Thread.run(Unknown Source)

 

Full Log #2 http://pastebin.com/PQpV2RqG

 

Relevant Bit...

 

  1. [20:10:34] [sEVERE] java.lang.IndexOutOfBoundsException: Index: 22, Size: 20
  2. [20:10:34] [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
  3. [20:10:34] [sEVERE] at java.util.ArrayList.set(Unknown Source)
  4. [20:10:34] [sEVERE] at codechicken.nei.ContainerRecipe.a(ContainerRecipe.java:88)
  5. [20:10:34] [sEVERE] at adl.a(NetClientHandler.java:939)
  6. [20:10:34] [sEVERE] at fu.a(SourceFile:26)
  7. [20:10:34] [sEVERE] at lg.b(NetworkManager.java:343)
  8. [20:10:34] [sEVERE] at adl.b(NetClientHandler.java:68)
  9. [20:10:34] [sEVERE] at je.c(SourceFile:50)
  10. [20:10:34] [sEVERE] at net.minecraft.client.Minecraft.k(Minecraft.java:1867)
  11. [20:10:34] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:819)
  12. [20:10:34] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:747)
  13. [20:10:34] [sEVERE] at java.lang.Thread.run(Unknown Source)
  14. [20:10:45] [sEVERE] Exception in thread "AWT-EventQueue-0"
  15. [20:10:45] [sEVERE] java.lang.NullPointerException: component argument pData
  16. [20:10:45] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
  17. [20:10:45] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
  18. [20:10:45] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
  19. [20:10:45] [sEVERE] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
  20. [20:10:45] [sEVERE] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
  21. [20:10:45] [sEVERE] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
  22. [20:10:45] [sEVERE] at java.awt.Component.getGraphics(Unknown Source)
  23. [20:10:45] [sEVERE] at sun.awt.RepaintArea.paint(Unknown Source)
  24. [20:10:45] [sEVERE] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
  25. [20:10:45] [sEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source)
  26. [20:10:45] [sEVERE] at java.awt.Component.dispatchEvent(Unknown Source)
  27. [20:10:45] [sEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  28. [20:10:45] [sEVERE] at java.awt.EventQueue.access$000(Unknown Source)
  29. [20:10:45] [sEVERE] at java.awt.EventQueue$3.run(Unknown Source)
  30. [20:10:45] [sEVERE] at java.awt.EventQueue$3.run(Unknown Source)
  31. [20:10:45] [sEVERE] at java.security.AccessController.doPrivileged(Native Method)
  32. [20:10:45] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  33. [20:10:45] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  34. [20:10:45] [sEVERE] at java.awt.EventQueue$4.run(Unknown Source)
  35. [20:10:45] [sEVERE] at java.awt.EventQueue$4.run(Unknown Source)
  36. [20:10:45] [sEVERE] at java.security.AccessController.doPrivileged(Native Method)
  37. [20:10:45] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  38. [20:10:45] [sEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source)
  39. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  40. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  41. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  42. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  43. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  44. [20:10:45] [sEVERE] at java.awt.EventDispatchThread.run(Unknown Source)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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...