1. Welcome to LilyPad. Download the project, explore the forums, and create your own LilyPad network.


    If you use the software and enjoy it or have a question, or would like to contribute to the future of the software directly or through resources, please sign up and join our little community.

Solved Issue with spigot 1.8

Discussion in 'Support' started by fatboy2380, Dec 13, 2014.

  1. fatboy2380

    fatboy2380 New Member

    MC Version: Spigot 1.8
    LilyPad-Connect Build: #86
    GoLilyPadProxy Build: #114 Linux-64
    GoLilyPadConnect Build: #48 Linux-64

    Everything works fine until I attempt to join and get this error:

    Code (text):
    [08:44:32 ERROR]: Could not pass event AsyncPlayerPreLoginEvent to LilyPad-Connect v86
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) ~[spigot.jar:git-Spigot-"f9e39d3"]
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-"f9e39d3"]
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [spigot.jar:git-Spigot-"f9e39d3"]
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:491) [spigot.jar:git-Spigot-"f9e39d3"]
            at net.minecraft.server.v1_8_R1.ThreadPlayerLookupUUID.fireLoginEvents(ThreadPlayerLookupUUID.java:79) [spigot.jar:git-Spigot-"f9e39d3"]
            at net.minecraft.server.v1_8_R1.ThreadPlayerLookupUUID.run(ThreadPlayerLookupUUID.java:31) [spigot.jar:git-Spigot-"f9e39d3"]
    Caused by: java.lang.NullPointerException
            at lilypad.bukkit.connect.login.LoginListener.onAsyncPlayerPreLogin(LoginListener.java:34) ~[?:?]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_72]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_72]
            at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_72]
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[spigot.jar:git-Spigot-"f9e39d3"]
            ... 5 more
     
    It's a fresh instance of minecraft and has very few other plugins, I can't seem to find the cause of the issues, any input would be delightful
  2. The_Zip

    The_Zip Active Member Resource Contributor

    Update and recompile your spigot.jar file.
  3. fatboy2380

    fatboy2380 New Member

    Worked perfectly thank you @The_Zip

Share This Page