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

Purpur 1.20.4: Could not pass event InventoryClickEvent to AuctionHouse v2.113.6 #93

Closed
smscentras opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@smscentras
Copy link

[20:45:36 ERROR]: Could not pass event InventoryClickEvent to AuctionHouse v2.113.6
java.lang.NoClassDefFoundError: Could not initialize class ca.tweetzy.auctionhouse.flight.utils.profiles.mojang.MojangAPI
        at ca.tweetzy.auctionhouse.flight.utils.profiles.objects.Profileable$UsernameProfileable.getProfile0(Profileable.java:207) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.flight.utils.profiles.objects.Profileable$AbstractProfileable.getProfile(Profileable.java:45) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.flight.utils.profiles.objects.Profileable$OfflinePlayerProfileable.getProfile0(Profileable.java:274) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.flight.utils.profiles.objects.Profileable$AbstractProfileable.getProfile(Profileable.java:45) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.flight.utils.profiles.builder.ProfileInstruction.apply(ProfileInstruction.java:159) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.flight.utils.QuickItem.of(QuickItem.java:435) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.guis.filter.GUIFilterSelection.draw(GUIFilterSelection.java:64) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.guis.filter.GUIFilterSelection.<init>(GUIFilterSelection.java:49) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.guis.core.GUIAuctionHouse.lambda$drawFilterButton$16(GUIAuctionHouse.java:596) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.core.gui.Gui.onClick(Gui.java:833) ~[AuctionHouse.2.113.6.jar:?]
        at ca.tweetzy.auctionhouse.core.gui.GuiManager$GuiListener.onClickGUI(GuiManager.java:171) ~[AuctionHouse.2.113.6.jar:?]
        at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:git-Purpur-2176]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:617) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at net.minecraft.server.network.ServerGamePacketListenerImpl.handleContainerClick(ServerGamePacketListenerImpl.java:3193) ~[?:?]
        at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:58) ~[?:?]
        at net.minecraft.network.protocol.game.ServerboundContainerClickPacket.handle(ServerboundContainerClickPacket.java:25) ~[?:?]
        at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:54) ~[?:?]
        at net.minecraft.server.TickTask.run(TickTask.java:18) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[?:?]
        at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
        at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1498) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:194) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:123) ~[?:?]
        at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1475) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1398) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:133) ~[?:?]
        at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1376) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1265) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.4.jar:git-Purpur-2176]
        at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.ExceptionInInitializerError [in thread "Server thread"]
        at ca.tweetzy.auctionhouse.flight.utils.profiles.mojang.MojangAPI.<clinit>(MojangAPI.java:30) ~[AuctionHouse.2.113.6.jar:?]
        ... 34 more
@smscentras smscentras added the bug Something isn't working label Jul 19, 2024
kiranhart added a commit that referenced this issue Jul 19, 2024
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
None yet
Development

No branches or pull requests

2 participants