Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 11th, 2012  |  syntax: None  |  size: 2.63 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 2011-04-20 03:11:25 [INFO] Starting minecraft server version Beta 1.5
  2. 2011-04-20 03:11:25 [INFO] Loading properties
  3. 2011-04-20 03:11:25 [INFO] Starting Minecraft server on *:25565
  4. 2011-04-20 03:11:25 [INFO] Preparing level "world"
  5. 2011-04-20 03:11:25 [INFO] Preparing start region
  6. java.lang.ExceptionInInitializerError
  7.         at StatisticList.<clinit>(SourceFile:65)
  8.         at Block.<clinit>(SourceFile:211)
  9.         at ItemSpade.<clinit>(SourceFile:6)
  10.         at Item.<clinit>(SourceFile:62)
  11.         at fk.a(SourceFile:69)
  12.         at ko.a(SourceFile:167)
  13.         at ko.a(SourceFile:65)
  14.         at in.c(SourceFile:63)
  15.         at lh.a(SourceFile:190)
  16.         at gk.a(SourceFile:42)
  17.         at gn.e(SourceFile:98)
  18.         at gn.c(SourceFile:51)
  19.         at net.minecraft.server.MinecraftServer.a(SourceFile:199)
  20.         at net.minecraft.server.MinecraftServer.c(SourceFile:145)
  21.         at net.minecraft.server.MinecraftServer.run(SourceFile:248)
  22.         at bj.run(SourceFile:377)
  23. Caused by: java.lang.NullPointerException
  24.         at fk.<init>(SourceFile:37)
  25.         at ic.<init>(SourceFile:17)
  26.         at cq.<clinit>(SourceFile:20)
  27.         ... 16 more
  28.  
  29. StatisticList:
  30.        cq.a(); //Calls cq.<clinit> the static initializer
  31.  
  32. cq.<clinit>:
  33.         f = (new ic(0, "openInventory", 0, 0, dy.aJ, ((ic) (null)))).c();
  34.  
  35. At this point dy.<clinit> is still on the stack
  36.  
  37. /*  62*/    //    7   19:new             #146 <Class mv>                   //we are inside here
  38. /*  62*/    //    8   22:dup            
  39. /*  62*/    //    9   23:iconst_0        
  40. /*  62*/    //   10   24:getstatic       #152 <Field av av.c>
  41. /*  62*/    //   11   27:invokespecial   #344 <Method void mv(int, av)>
  42. /*  62*/    //   12   30:iconst_2        
  43. /*  62*/    //   13   31:iconst_5        
  44. /*  62*/    //   14   32:invokevirtual   #345 <Method dy mv.a(int, int)>
  45. /*  62*/    //   15   35:ldc1            #93  <String "shovelIron">
  46. /*  62*/    //   16   37:invokevirtual   #294 <Method dy a(String)>
  47. /*  62*/    //   17   40:putstatic       #246 <Field dy d>
  48. ...
  49. /* 166*/    //  962 2115:new             #117 <Class dy>
  50. /* 166*/    //  963 2118:dup            
  51. /* 166*/    //  964 2119:bipush          84
  52. /* 166*/    //  965 2121:invokespecial   #290 <Method void dy(int)>
  53. /* 166*/    //  966 2124:bipush          11
  54. /* 166*/    //  967 2126:iconst_3        
  55. /* 166*/    //  968 2127:invokevirtual   #292 <Method dy a(int, int)>
  56. /* 166*/    //  969 2130:ldc1            #11  <String "book">
  57. /* 166*/    //  970 2132:invokevirtual   #294 <Method dy a(String)>
  58. /* 166*/    //  971 2135:putstatic       #191 <Field dy aJ>                //we need to be at least here