1.0.0 WONT START

Discussion in 'Bukkit Help' started by wolf9988, Nov 26, 2011.

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

    wolf9988

    i attempted to update bukkit to 1.0.0. im good with bukkit but everything i try wont work! i keep getting this error:
    Code:
    java.lang.ExceptionInInitializerError
            at net.minecraft.server.StatisticCollector.<clinit>(SourceFile:5)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:31)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:562)
            at org.bukkit.craftbukkit.Main.main(Main.java:134)
    Caused by: java.lang.NullPointerException
            at java.util.Properties$LineReader.readLine(Unknown Source)
            at java.util.Properties.load0(Unknown Source)
            at java.util.Properties.load(Unknown Source)
            at net.minecraft.server.StatisticStorage.<init>(SourceFile:17)
            at net.minecraft.server.StatisticStorage.<clinit>(SourceFile:8)
            ... 4 more
    Press any key to continue . . .
     
  2. Offline

    arnotsai

    it happens to me too! how do i fix
     
  3. Offline

    wolf9988

    its only been a few hours but usually i get a response by now im losing it waiting for another reply so while were waiting click on my eggs :p
     
  4. well, you need to change s0mething in the bukkit starter (for example "CraftBukkit Starter"). Rightclick on the batch file, open it with notepad (or notepad++), delete everything in the file, and paste this in:
    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-1.0.0-snapshot.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-1.0.0-snapshot.jar"
    PAUSE
    

    I think it will not load in your case because the starter is out of date. This should make the starter uptodate again.
    Hope you will be helped with this... Oh before I forget: you have got the official bukkit snapshot.jar? (it is not a recommended build, but it works!) Because that will make a lot difference. Tell me the name of your snapshot please.
     
  5. Offline

    wolf9988

    it didnt help the name of my file is: craftbukkit-1.0.0-SNAPSHOT.jar
    the error is still:
    Code:
    java.lang.ExceptionInInitializerError
            at net.minecraft.server.StatisticCollector.<clinit>(SourceFile:5)
            at net.minecraft.server.StatisticList.<clinit>(SourceFile:31)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:562)
            at org.bukkit.craftbukkit.Main.main(Main.java:134)
    Caused by: java.lang.NullPointerException
            at java.util.Properties$LineReader.readLine(Unknown Source)
            at java.util.Properties.load0(Unknown Source)
            at java.util.Properties.load(Unknown Source)
            at net.minecraft.server.StatisticStorage.<init>(SourceFile:17)
            at net.minecraft.server.StatisticStorage.<clinit>(SourceFile:8)
            ... 4 more
    Press any key to continue . . .
     
Thread Status:
Not open for further replies.

Share This Page