Advertisement
Mykeware

Untitled

Dec 13th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. nextDraw has not been initialized
  2. 13.12 14:28:13 [Server] INFO kotlin.UninitializedPropertyAccessException: lateinit property nextDraw has not been initialized
  3. 13.12 14:28:13 [Server] INFO at de.randombyte.lottery.Lottery.access$getNextDraw$cp(Lottery.kt:33) ~[Lottery.class:?]
  4. 13.12 14:28:13 [Server] INFO at de.randombyte.lottery.Lottery$Companion.getNextDraw(Lottery.kt:42) ~[Lottery$Companion.class:?]
  5. 13.12 14:28:13 [Server] INFO at de.randombyte.lottery.Lottery$Companion.getDurationUntilDraw(Lottery.kt:68) ~[Lottery$Companion.class:?]
  6. 13.12 14:28:13 [Server] INFO at de.randombyte.lottery.commands.InfoCommand.executedByPlayer(InfoCommand.kt:14) ~[InfoCommand.class:?]
  7. 13.12 14:28:13 [Server] INFO at de.randombyte.lottery.commands.PlayerCommandExecutor.execute(PlayerCommandExecutor.kt:19) ~[PlayerCommandExecutor.class:?]
  8. 13.12 14:28:13 [Server] INFO at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:179) ~[ChildCommandElementExecutor.class:1.10.2-2123-5.1.0-BETA-1925]
  9. 13.12 14:28:13 [Server] INFO at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:351) ~[CommandSpec.class:1.10.2-2123-5.1.0-BETA-1925]
  10. 13.12 14:28:13 [Server] INFO at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2123-5.1.0-BETA-1925]
  11. 13.12 14:28:13 [Server] INFO at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:291) [SpongeCommandManager.class:1.10.2-2123-5.1.0-BETA-1925]
  12. 13.12 14:28:13 [Server] INFO at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
  13. 13.12 14:28:13 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913) [me.class:?]
  14. 13.12 14:28:13 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892) [me.class:?]
  15. 13.12 14:28:13 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [im.class:?]
  16. 13.12 14:28:13 [Server] INFO at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [im.class:?]
  17. 13.12 14:28:13 [Server] INFO at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:136) [PacketUtil.class:1.10.2-2123-5.1.0-BETA-1925]
  18. 13.12 14:28:13 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjc000(SourceFile:39) [fl$1.class:?]
  19. 13.12 14:28:13 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
  20. 13.12 14:28:13 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101]
  21. 13.12 14:28:13 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101]
  22. 13.12 14:28:13 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
  23. 13.12 14:28:13 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  24. 13.12 14:28:13 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  25. 13.12 14:28:13 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  26. 13.12 14:28:13 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement