generated from runelite/example-plugin
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Not sure what specific part of the plugin causes this. But here is the error Ive been getting in the wilderness.
2025-09-02 19:39:27 EDT [Client] WARN n.runelite.client.eventbus.EventBus - Uncaught exception in event subscriber
java.lang.NullPointerException: null
at matsyir.pvpperformancetracker.PvpPerformanceTrackerPlugin.lambda$onGameTick$17(PvpPerformanceTrackerPlugin.java:788)
at java.base/java.util.HashMap.forEach(Unknown Source)
at matsyir.pvpperformancetracker.PvpPerformanceTrackerPlugin.onGameTick(PvpPerformanceTrackerPlugin.java:757)
at net.runelite.client.eventbus.EventBus$Subscriber.invoke(EventBus.java:70)
at net.runelite.client.eventbus.EventBus.post(EventBus.java:223)
at net.runelite.client.callback.Hooks.tick(Hooks.java:223)
at client.mq(client.java:7448)
at client.bd(client.java)
at bv.bi(bv.java:446)
at bv.om(bv.java)
at bv.run(bv.java:58555)
at java.base/java.lang.Thread.run(Unknown Source)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working