- Joined
- Jul 24, 2014
- Messages
- 188
- Thread Author
- #1
I implemented ChatboxListener in my main script class, and implemented the method onMessageReceived(MessageEvent msg);
But now everytime I start the script I get this, and no messages are being logged.
When I remove the implements I don't get the error.
@Cloud @Cloud
But now everytime I start the script I get this, and no messages are being logged.
When I remove the implements I don't get the error.
@Cloud @Cloud
Exception in thread "Thread-37" java.lang.NullPointerException
at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(Unknown Source)
at sun.reflect.UnsafeObjectFieldAccessorImpl.get(Unknown Source)
at java.lang.reflect.Field.get(Unknown Source)
at com.runemate.game.a.AuX.short(bib:519)
at com.runemate.game.a.AuX.do(bib:252)
at com.runemate.game.api.b.coN.short(dxb:79)
at com.runemate.game.api.b.Prn.void(tob:76)
at com.runemate.game.api.a.d.nuL.void(qsb:277)
at com.runemate.game.api.a.d.coN.run(cvb:35)