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

Possible Crash Error #18

Open
XZot1K opened this issue Aug 25, 2022 · 0 comments
Open

Possible Crash Error #18

XZot1K opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels
Bug Something isn't working Priority 3

Comments

@XZot1K
Copy link
Owner

XZot1K commented Aug 25, 2022

The following crash error occurs when changing a warp status to private (user had MySQL enabled and cross-server set to true):
[15:31:49] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread [15:31:49] [Paper Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE [15:31:49] [Paper Watchdog Thread/ERROR]: Stack: [15:31:49] [Paper Watchdog Thread/ERROR]: java.base@17.0.2/java.lang.Object.hashCode(Native Method) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.ImmutableSet$RegularSetBuilderImpl.insertInHashTable(ImmutableSet.java:759) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.ImmutableSet$RegularSetBuilderImpl.add(ImmutableSet.java:754) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.ImmutableSet$Builder.add(ImmutableSet.java:519) [15:31:49] [Paper Watchdog Thread/ERROR]: me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible.lambda$getEffectivePermissions$0(LuckPermsPermissible.java:218) [15:31:49] [Paper Watchdog Thread/ERROR]: me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible$$Lambda$11204/0x0000000802eda450.accept(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.Maps$TransformedEntriesMap.lambda$forEach$0(Maps.java:2197) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.Maps$TransformedEntriesMap$$Lambda$11206/0x0000000802f43b30.accept(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: java.base@17.0.2/java.util.concurrent.ConcurrentHashMap.forEach(ConcurrentHashMap.java:1603) [15:31:49] [Paper Watchdog Thread/ERROR]: com.google.common.collect.Maps$TransformedEntriesMap.forEach(Maps.java:2197) [15:31:49] [Paper Watchdog Thread/ERROR]: java.base@17.0.2/java.util.Collections$UnmodifiableMap.forEach(Collections.java:1553) [15:31:49] [Paper Watchdog Thread/ERROR]: me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible.getEffectivePermissions(LuckPermsPermissible.java:218) [15:31:49] [Paper Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R1.entity.CraftHumanEntity.getEffectivePermissions(CraftHumanEntity.java:268) [15:31:49] [Paper Watchdog Thread/ERROR]: HyperDrive-5.5.2_Build_6.jar//xzot1k.plugins.hd.api.Manager.canUseStatus(Manager.java:1688) [15:31:49] [Paper Watchdog Thread/ERROR]: HyperDrive-5.5.2_Build_6.jar//xzot1k.plugins.hd.core.internals.Listeners.runEditMenuClick(Listeners.java:1581) [15:31:49] [Paper Watchdog Thread/ERROR]: HyperDrive-5.5.2_Build_6.jar//xzot1k.plugins.hd.core.internals.Listeners.onClick(Listeners.java:81) [15:31:49] [Paper Watchdog Thread/ERROR]: com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor671.execute(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) [15:31:49] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.EventExecutor$$Lambda$6207/0x0000000801d8c000.execute(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [15:31:49] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [15:31:49] [Paper Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:664) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:3047) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:58) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:23) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$10810/0x0000000802ebb178.run(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1358) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:183) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1335) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1328) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1462) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1187) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302) [15:31:49] [Paper Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4330/0x00000008014d7d30.run(Unknown Source) [15:31:49] [Paper Watchdog Thread/ERROR]: java.base@17.0.2/java.lang.Thread.run(Thread.java:833) [15:31:49] [Paper Watchdog Thread/ERROR]: ------------------------------ [15:31:49] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- [15:31:49] [Paper Watchdog Thread/ERROR]: ------------------------------

@XZot1K XZot1K self-assigned this Aug 25, 2022
@XZot1K XZot1K added Bug Something isn't working Priority 3 labels Aug 25, 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 Priority 3
Projects
Status: Done
Development

No branches or pull requests

1 participant