Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlockBall causes a NoSuchMethod error in rare cases in the latest versions #402

Closed
Shynixn opened this issue Jun 24, 2021 · 0 comments
Closed
Labels
Projects

Comments

@Shynixn
Copy link
Owner

Shynixn commented Jun 24, 2021

org.bukkit.command.CommandException: Unhandled exception executing command 'blockball' in plugin BlockBall v6.25.1
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:761) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:1936) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1779) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1732) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:50) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:28) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1061) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1054) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(SourceFile:127) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1038) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:970) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[spigot-1.16.5.jar:3090-Spigot-9fb885e-90a4d64]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]
Caused by: java.lang.NoSuchMethodError: java.util.stream.Stream.toList()Ljava/util/List;
at com.github.shynixn.blockball.core.logic.business.service.TemplateServiceImpl.getAvailableTemplates(TemplateServiceImpl.kt:75) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.commandmenu.TemplateSettingsPage.execute(TemplateSettingsPage.kt:64) ~[?:?]
at com.github.shynixn.blockball.core.logic.business.commandexecutor.ArenaCommandExecutor.onExecuteCommand(ArenaCommandExecutor.k

@Shynixn Shynixn added the bug label Jun 24, 2021
@Shynixn Shynixn added this to To do in BlockBall via automation Jun 24, 2021
@Shynixn Shynixn moved this from To do to In progress in BlockBall Jul 2, 2021
@Shynixn Shynixn moved this from In progress to Done in BlockBall Jul 2, 2021
@Shynixn Shynixn closed this as completed Jul 2, 2021
@Shynixn Shynixn moved this from Done to Snapshot/Documented in BlockBall Jul 2, 2021
@Shynixn Shynixn moved this from Snapshot/Documented to Released in BlockBall Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
BlockBall
  
Released
Development

No branches or pull requests

1 participant