Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spigot 1.8 Login NullPointerException #10

Closed
msesterhenn opened this issue Nov 29, 2014 · 2 comments
Closed

Spigot 1.8 Login NullPointerException #10

msesterhenn opened this issue Nov 29, 2014 · 2 comments

Comments

@msesterhenn
Copy link

Hello,

today i updated my servers to Spigot 1.8.
As previously, spigot generates random uuids in offline-mode, so i switched back to online-mode
(for the backend servers).
This worked, until 1.8:

[11:49:39] [User Authenticator #2/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) ~[2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:491) [2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
at net.minecraft.server.v1_8_R1.ThreadPlayerLookupUUID.fireLoginEvents(ThreadPlayerLookupUUID.java:79) [2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
at net.minecraft.server.v1_8_R1.ThreadPlayerLookupUUID.run(ThreadPlayerLookupUUID.java:31) [2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
Caused by: java.lang.NullPointerException
at lilypad.bukkit.connect.login.LoginListener.onAsyncPlayerPreLogin(LoginListener.java:34) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[2014-11-29-11-16-38-spigot1658.jar:git-Spigot-"606148f"]
... 5 more
[11:49:39] [User Authenticator #2/INFO]: Disconnecting com.mojang.authlib.GameProfile@10bb93e4id=8dec9c7d-1fe1-3bdf-94d0-04e226a4953e,name=maxs97,properties={},legacy=false: LilyPad: Internal server error
[11:49:39] [Server thread/INFO]: com.mojang.authlib.GameProfile@10bb93e4id=8dec9c7d-1fe1-3bdf-94d0-04e226a4953e,name=maxs97,properties={},legacy=false lost connection: LilyPad: Internal server error

I'm using Bukkit-Connect v86

@coelho
Copy link
Member

coelho commented Nov 29, 2014

You are not on the latest version of Spigot 1.8.

@msesterhenn
Copy link
Author

hmm, i compilied the code last night, won't work. i recompiled it now, and it works. anyway, thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants