continue xAuth

Discussion in 'Archived: Plugin Requests' started by beleg, Dec 21, 2011.

  1. Offline

    beleg

    aymanh likes this.
  2. Offline

    KingWar92

    It's still working.
     
  3. Offline

    beleg

    I know I have it on my server. But it has Errors and it could breake at any new craftbukkit build...
     
  4. Offline

    KingWar92

    Post errors
     
  5. Offline

    beleg

    Code:
    2011-12-16 20:30:34 [SEVERE] Could not pass event PLAYER_TELEPORT to NoLagg
    java.lang.NullPointerException
    at com.all.bukkit.threadcheck.ThreadCheck.check(ThreadCheck.java:118)
    at com.all.bukkit.threadcheck.PlayerListener.onPlayerTeleport(PlayerListener.java:20)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:321)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:297)
    at org.bukkit.craftbukkit.entity.CraftEntity.teleport(CraftEntity.java:156)
    at com.cypherx.xauth.xAuth$2.run(xAuth.java:302)
    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    at java.lang.Thread.run(Thread.java:636)
    thrown by nolagg because of xauth..
     
  6. Offline

    Sayshal

    Update nolagg. Fixed for me.
     
  7. Offline

    beleg

    xAuth shouldnt use async threads..
     
  8. Offline

    Kaikz

    That's a NoLagg error, not xAuth. That said, xAuth 1.2.5 still works fine.
     
  9. Offline

    beleg

    no its not its just thrown by nolagg! but xAuth has got the error
     
  10. Offline

    KingWar92

    How do you know that's caused by xAuth
     
  11. Offline

    beleg

    at com.cypherx.xauth.xAuth$2.run(xAuth.java:302)
    because of this ;)
     
  12. Offline

    sorklin

    Nolagg added the exceptions to indicate which plugins were using bukkit calls from async threads. xAuth is a big culprit.
     
  13. Offline

    beleg

    yap I know thats why someone should take care of it :D
     
  14. Offline

    KingWar92

    I didn't see it =)
     
  15. Offline

    The Wizard

    Someone should continue xauth.
    It's a nice and easy to use plugin.
     
  16. Offline

    KingWar92

    THAT'SN'T INACTIVE !
     
  17. Offline

    beleg

    xAuth is inactive :s, isnt it?
    If you have the time please take it up :)
     
  18. Offline

    KingWar92

    THAT'S NOT !!!!!!!! GGRRR
     
  19. Offline

    beleg

    I know you cant imagine it but it is :/
     
  20. Offline

    KingWar92

    Do you see [INACTIVE] in thread title ? If not, you can confirm it's not inactive for "bukkit", if yes buy a better screen.
     
  21. Offline

    beleg

    who cares if there is an [INACTIVE] in the title if its inactive??
     
  22. Offline

    Roelmb

    It works great for me without errors.
     
  23. Offline

    Fress_

    It doesn't work for most of the people who run build 1597 + even if you get it to run it deletes the enchanted items after log out.

    The error I get:
    Code:
    2011-12-23 21:44:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'register' in plugin xAuth v2.0b4.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
        at com.cypherx.xauth.xAuth.restore(xAuth.java:318)
        at com.cypherx.xauth.xAuth.removeGuest(xAuth.java:280)
        at com.cypherx.xauth.xAuth.login(xAuth.java:363)
        at com.cypherx.xauth.commands.RegisterCommand.onCommand(RegisterCommand.java:59)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    

    I agree with the OP, the xAuth thread is getting desperate. Someone please pick it up!
     

Share This Page