java.lang.NullPointerException #80


  • New
  • Defect
Open
Assigned to _ForgeUser7440132
  • _ForgeUser9973353 created this issue Jul 30, 2013

    What steps will reproduce the problem?
    1. Launch Bukkit

    What is the expected output? What do you see instead?
    13:17:50 [SEVERE] Error occurred while enabling Herobrine v7.2 (Is it up to date?)
    java.lang.NullPointerException
            at com.kreckin.herobrine.api.ActionManager.loadDefaultActions(ActionManager.java:51)
            at com.kreckin.herobrine.Herobrine.onEnable(Herobrine.java:42)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
            at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:282)
            at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:264)
            at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:313)
            at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:290)
            at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:250)
            at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:151)
            at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
            at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)

    What version of the product are you using?
    Herobrine 7.2
    Bukkit 1.6.2-R0.1

  • _ForgeUser9973353 added the tags New Defect Jul 30, 2013
  • _ForgeUser9973353 posted a comment Jul 30, 2013

    I tried removing my config.yml in case that was related. It appears to have regenerated a default config.yml before crashing.

    java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)


To post a comment, please login or register a new account.