Advertisement
Pythros

Untitled

Aug 23rd, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Error received on SMP on 12w34a when placing an item frame. Get kicked from server with "Internal Server Error" with the below error in the console. Works in singplayer
  2. java 7
  3.  
  4. java.lang.NoSuchMethodException: kc.<init>(vg, int, int, int, int)
  5. at java.lang.Class.getConstructor0(Class.java:2721)
  6. at java.lang.Class.getConstructor(Class.java:1674)
  7. at ru.a(SourceFile:43)
  8. at ru.a(SourceFile:28)
  9. at rz.a(SourceFile:94)
  10. at gz.a(SourceFile:246)
  11. at hd.a(SourceFile:372)
  12. at ej.a(SourceFile:58)
  13. at be.b(SourceFile:333)
  14. at hd.d(SourceFile:56)
  15. at he.b(SourceFile:35)
  16. at gb.b(SourceFile:30)
  17. at net.minecraft.server.MinecraftServer.r(SourceFile:449)
  18. at fx.r(SourceFile:222)
  19. at net.minecraft.server.MinecraftServer.q(SourceFile:380)
  20. at net.minecraft.server.MinecraftServer.run(SourceFile:313)
  21. at es.run(SourceFile:536)
  22. 2012-08-23 14:26:38 [WARNING] Failed to handle packet: java.lang.NullPointerException
  23. java.lang.NullPointerException
  24. at ru.a(SourceFile:31)
  25. at rz.a(SourceFile:94)
  26. at gz.a(SourceFile:246)
  27. at hd.a(SourceFile:372)
  28. at ej.a(SourceFile:58)
  29. at be.b(SourceFile:333)
  30. at hd.d(SourceFile:56)
  31. at he.b(SourceFile:35)
  32. at gb.b(SourceFile:30)
  33. at net.minecraft.server.MinecraftServer.r(SourceFile:449)
  34. at fx.r(SourceFile:222)
  35. at net.minecraft.server.MinecraftServer.q(SourceFile:380)
  36. at net.minecraft.server.MinecraftServer.run(SourceFile:313)
  37. at es.run(SourceFile:536)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement