Error code i get when launching my server

Discussion in 'Bukkit Help' started by Jason_Dealley, May 6, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Jason_Dealley

    I use java 7 64 bit mode.
    I use Bukkit build 1.2.5-R1.4.
    Here is the code
    Code:
    java.lang.NullPointerException
            at java.io.Reader.<init>(Unknown Source)
            at java.io.InputStreamReader.<init>(Unknown Source)
            at net.minecraft.server.AchievementMap.<init>(SourceFile:15)
            at net.minecraft.server.AchievementMap.<clinit>(SourceFile:9)
            at net.minecraft.server.Statistic.d(SourceFile:38)
            at net.minecraft.server.CounterStatistic.d(SourceFile:15)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:28)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
            at org.bukkit.craftbukkit.Main.main(Main.java:134)
    java.lang.ExceptionInInitializerError
            at net.minecraft.server.LocaleI18n.<clinit>(SourceFile:5)
            at net.minecraft.server.Item.l(SourceFile:449)
            at net.minecraft.server.StatisticList.a(SourceFile:139)
            at net.minecraft.server.StatisticList.c(SourceFile:86)
            at net.minecraft.server.Item.<clinit>(SourceFile:254)
            at net.minecraft.server.Block.<clinit>(Block.java:601)
            at net.minecraft.server.StatisticList.a(SourceFile:122)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:56)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:605)
            at org.bukkit.craftbukkit.Main.main(Main.java:134)
    Caused by: java.lang.NullPointerException
            at java.io.Reader.<init>(Unknown Source)
            at java.io.InputStreamReader.<init>(Unknown Source)
            at net.minecraft.server.LocaleLanguage.b(SourceFile:35)
            at net.minecraft.server.LocaleLanguage.<init>(SourceFile:21)
            at net.minecraft.server.LocaleLanguage.<clinit>(SourceFile:10)
            ... 10 more
    Druk op een toets om door te gaan. . .
     
  2. Offline

    JWhy

  3. Offline

    Jason_Dealley

    Downloaded and used the R1.0 still get the error..:(
     
  4. Offline

    Azareal

    What plugins do you have installed?
     
  5. Offline

    Shukaku

    You may be attempting to use plugins that haven't been updated to the latest version of Bukkit.
     
  6. Offline

    Kane

    Solution: Don't have symbols and odd characters in your pathway. Example C:\Bukkit! Would give you this error. The correct way is now C:\Bukkit. Spaces and etc seem to work but mainly characters like the exclamation mark causes this error.
     
  7. Offline

    ZeroZX4

    make new server on desktop with this

    download bukkit gui from here
    http://dev.bukkit.org/server-mods/bukkitgui/

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01026_1.2.5-R1.0/


    follow this 3 steps
    http://i.imgur.com/J9ey6.png

    and your done
    --------------------------------------

    but if u really need/want to stay with bat files

    here are 4 different bat files
    http://www32.zippyshare.com/v/36778740/file.html
    http://www32.zippyshare.com/v/14686885/file.html
    http://www32.zippyshare.com/v/6449618/file.html
    http://www32.zippyshare.com/v/58488266/file.html

    1st you rename your craftbukkit.1.1.1.jar file to craftbukkit.jar

    and if you want to have gui but that is a plugin than download this 2 plugins and drop them to plugins folder
    http://dev.bukkit.org/server-mods/pail/
    http://dev.bukkit.org/server-mods/pailplus/

    than you put all of them in your bukkit folder and 1 of them will work for sure

    to minimize console you may want to install this program called trayit!

    http://www.teamcti.com/trayit/trayit.htm
    just rightclick on window minimize button
     
Thread Status:
Not open for further replies.

Share This Page