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

slayer: NPE #1974

Closed
Owain94 opened this issue Nov 9, 2019 · 0 comments
Closed

slayer: NPE #1974

Owain94 opened this issue Nov 9, 2019 · 0 comments

Comments

@Owain94
Copy link
Contributor

Owain94 commented Nov 9, 2019

java.lang.NullPointerException: null
    at net.runelite.client.plugins.slayer.SlayerPlugin.killedOne(SlayerPlugin.java:874)
    at net.runelite.client.plugins.slayer.SlayerPlugin.onStatChanged(SlayerPlugin.java:765)
    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 client.experiencedChanged(client.java:1065)
    at client.hm(client.java:6922)
    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 Ganom added the bug Something isn't working label Nov 9, 2019
@Ganom Ganom closed this as completed Nov 9, 2019
Ganom added a commit that referenced this issue Nov 10, 2019
* deathindicator: Fixes #1951

* worldpoint: if chunkX|Y >= 13, null.
Fixes #1667
Fixes #1949
Fixes #1981

* maxhit: null check autocast.
Fixes #1977

* metronome: ensure tock is > 0
Fixes: #1973

* clanchat: check if clan is null
Fixes #1959

* entityhider: null check values.
Fixes #1966

* slayer: null check task
Fixes #1974

* chatfilter: Use concurrent list.
Fixes #1982

* vorkath: null check vorkath
Fixes #1983
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