Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  Plugin AuthMe v5.5.0-SNAPSHOT-b2116 generated an exception while executing task 81
  2. java.lang.IllegalArgumentException: Name cannot be null
  3.         at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[patched_1.13.2.jar:git-Paper-488]
  4.         at org.bukkit.craftbukkit.v1_13_R2.CraftServer.getPlayerExact(CraftServer.java:496) ~[patched_1.13.2.jar:git-Paper-488]
  5.         at fr.xephi.authme.service.BukkitService.getPlayerExact(BukkitService.java:201) ~[?:?]
  6.         at fr.xephi.authme.process.login.AsynchronousLogin.displayOtherAccounts(AsynchronousLogin.java:290) ~[?:?]
  7.         at fr.xephi.authme.process.login.AsynchronousLogin.performLogin(AsynchronousLogin.java:252) ~[?:?]
  8.         at fr.xephi.authme.process.login.AsynchronousLogin.forceLogin(AsynchronousLogin.java:114) ~[?:?]
  9.         at fr.xephi.authme.process.register.executors.AbstractPasswordRegisterExecutor.lambda$executePostPersistAction$0(AbstractPasswordRegisterExecutor.java:92) ~[?:?]
  10.         at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:82) ~[patched_1.13.2.jar:git-Paper-488]
  11.         at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-488]
  12.         at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-488]
  13.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_201]
  14.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_201]
  15.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement