Issue with plugin not parsing UUIDs correctly (guess) #18


  • Defect
  • Started
Open
Assigned to yosoyaesthetik
  • _ForgeUser11667248 created this issue Dec 29, 2014

    What steps will reproduce the problem?

    1. Load up the plugin on the server
    2. Turn on the whitelist
    3. Watch console!

    What is the expected output? What do you see instead?

    Expected output: No errors, of course.

    Actual output: 29.12 13:05:06 [Server] INFO Disconnecting com.mojang.authlib.GameProfile@8155bfe[id=6f5204c1-5b37-4c2e-980d-6f55ae31a861,name=JRS3000mc,properties={textures=[com.mojang.authlib.properties.Property@1f7fff67]},legacy=false] (/24.24.181.62:1140): The whitelist is on! This means the server is undergoing maintenance. Please check back later! 29.12 13:05:06 [Server] INFO ... 13 more 29.12 13:05:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71] 29.12 13:05:06 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71] 29.12 13:05:06 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_71] 29.12 13:05:06 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71] 29.12 13:05:06 [Server] INFO at com.zack6849.superlogger.EventListener.onPlayerJoin(EventListener.java:161) ~[?:?] 29.12 13:05:06 [Server] INFO Caused by: java.lang.NullPointerException 29.12 13:05:06 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_71] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:528) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:625) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:786) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.ServerConnection.c(ServerConnection.java:82) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:159) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:97) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerList.attemptLogin(PlayerList.java:392) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509) [Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) ~[Spigot18.jar:git-Spigot-"609cd55"] 29.12 13:05:06 [Server] INFO org.bukkit.event.EventException 29.12 13:05:06 [Server] ERROR Could not pass event PlayerLoginEvent to SuperLogger v1.6

    What version of the product are you using?

    Version 1.6

    Do you have an error log of what happened?

    See the Actual Output

    Please provide any additional information below.

  • _ForgeUser11667248 added the tags New Defect Dec 29, 2014
  • zack6849 posted a comment Jan 5, 2015

    That's very strange, i'll look into it

    Also, i'm very sorry it took me so long to get back to you, curse wouldn't let me login to my account o r reset my password for some reason!

  • zack6849 removed a tag New Jan 5, 2015
  • zack6849 added a tag Started Jan 5, 2015
  • zack6849 edited description Jan 5, 2015

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