Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

tobdamagecount: NPE #1978

Closed
Owain94 opened this issue Nov 9, 2019 · 1 comment
Closed

tobdamagecount: NPE #1978

Owain94 opened this issue Nov 9, 2019 · 1 comment

Comments

@Owain94
Copy link
Contributor

Owain94 commented Nov 9, 2019

java.lang.NullPointerException: null
    at net.runelite.client.plugins.tobdamagecount.DamageCounterPlugin.onNpcDespawned(DamageCounterPlugin.java:239)
    at io.reactivex.internal.observers.LambdaObserver.onNext(LambdaObserver.java:63)
    at io.reactivex.internal.operators.observable.ObservableMap$MapObserver.onNext(ObservableMap.java:62)
    at io.reactivex.internal.operators.observable.ObservableFilter$FilterObserver.onNext(ObservableFilter.java:52)
    at com.jakewharton.rxrelay2.PublishRelay$PublishDisposable.onNext(PublishRelay.java:180)
    at com.jakewharton.rxrelay2.PublishRelay.accept(PublishRelay.java:145)
    at com.jakewharton.rxrelay2.SerializedRelay.accept(SerializedRelay.java:57)
    at net.runelite.client.eventbus.EventBus.post(EventBus.java:102)
    at net.runelite.client.callback.Hooks.post(Hooks.java:161)
    at cv.onDefinitionChanged(cv.java:113)
    at f.hp(f.java:7631)
    at client.hm(client.java:6576)
    at client.fq(client.java:3282)
    at client.ae(client.java:1614)
    at bg.av(bg.java:355)
    at bg.run(bg.java:334)
    at java.lang.Thread.run
@Ganom
Copy link
Contributor

Ganom commented Nov 9, 2019

Quite a bit of nullable entries in this plugin, what a shit show lmao.

@Ganom Ganom added bug Something isn't working good first issue Good for newcomers 🤢 Reserved for the worst. labels Nov 9, 2019
@Ganom Ganom closed this as completed Nov 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants