Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. > /help
  2. [14:40:46] [Server thread/INFO]: Error occurred while executing command: null
  3. [14:40:46] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'help' for source DedicatedServer: null
  4. java.util.NoSuchElementException
  5. at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:61) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1684]
  6. at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1684]
  7. at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:73) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1684]
  8. at org.spongepowered.common.text.TextComponentIterator.next(TextComponentIterator.java:38) ~[TextComponentIterator.class:1.10.2-2073-5.0.0-BETA-1684]
  9. at org.spongepowered.common.service.pagination.PaginationCalculator.getWidth(PaginationCalculator.java:149) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1684]
  10. at org.spongepowered.common.service.pagination.PaginationCalculator.getLines(PaginationCalculator.java:99) ~[PaginationCalculator.class:1.10.2-2073-5.0.0-BETA-1684]
  11. at org.spongepowered.common.service.pagination.SpongePaginationList.lambda$sendTo$0(SpongePaginationList.java:108) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1684]
  12. at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_101]
  13. at java.util.Iterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
  14. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_101]
  15. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_101]
  16. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_101]
  17. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_101]
  18. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_101]
  19. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_101]
  20. at org.spongepowered.common.service.pagination.SpongePaginationList.sendTo(SpongePaginationList.java:110) ~[SpongePaginationList.class:1.10.2-2073-5.0.0-BETA-1684]
  21. at org.spongepowered.common.service.pagination.SpongePaginationBuilder.sendTo(SpongePaginationBuilder.java:112) ~[SpongePaginationBuilder.class:1.10.2-2073-5.0.0-BETA-1684]
  22. at org.spongepowered.common.command.SpongeHelpCommand.lambda$create$3(SpongeHelpCommand.java:86) ~[SpongeHelpCommand.class:1.10.2-2073-5.0.0-BETA-1684]
  23. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:332) ~[CommandSpec.class:1.10.2-2073-5.0.0-BETA-1684]
  24. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333) ~[SimpleDispatcher.class:1.10.2-2073-5.0.0-BETA-1684]
  25. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:274) [SpongeCommandManager.class:1.10.2-2073-5.0.0-BETA-1684]
  26. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:82) [bd.class:?]
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:423) [ld.class:?]
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:388) [ld.class:?]
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  31. at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement