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

Reoccuring exception with BossBarRunner #24

Open
ChecksumDev opened this issue Aug 20, 2022 · 0 comments
Open

Reoccuring exception with BossBarRunner #24

ChecksumDev opened this issue Aug 20, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ChecksumDev
Copy link
Contributor

The following exception has been reoccurring with differentiating values in the Minecraft server, caught by sentry on multiple occasions.
https://sentry.io/share/issue/fd21872fc4664f7c89069a3f66aa538d/

java.lang.IllegalArgumentException: Progress must be between 0.0 and 1.0 (4.027783963979611) at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220) at org.bukkit.craftbukkit.v1_19_R1.boss.CraftBossBar.setProgress(CraftBossBar.java:158) at moe.velvet.infernalmobs.utils.BossBarRunner.run(BossBarRunner.kt:27) at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1519) at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1443) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1213) at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310) at java.lang.Thread.run(Thread.java:833)

@ChecksumDev ChecksumDev added the bug Something isn't working label Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants