Supersonic crashed with NullPointerException

We are seeing the following crash every now and then from the Supersonic plugin:

W/System.err( 6529): java.lang.NullPointerException W/System.err( 6529):    at plugin.supersonic.LuaLoader.dispatchLuaEvent(LuaLoader.java:92) W/System.err( 6529):    at plugin.supersonic.LuaLoader$SupersonicRewardedVideoListenerClass.onVideoAvailabilityChanged(LuaLoader.java:394) W/System.err( 6529):    at com.supersonic.mediationsdk.sdk.ListenersWrapper$5.run(ListenersWrapper.java:181) W/System.err( 6529):    at android.os.Handler.handleCallback(Handler.java:730) W/System.err( 6529):    at android.os.Handler.dispatchMessage(Handler.java:92) W/System.err( 6529):    at android.os.Looper.loop(Looper.java:137) W/System.err( 6529):    at com.supersonic.mediationsdk.sdk.ListenersWrapper$CallbackHandlerThread.run(ListenersWrapper.java:558)

I managed to reproduce this when closing the app a little after trying to load an ad, so maybe it’s trying to use a listener that no longer exists?

Thanks for the report.

I’ll have a look at the code.

Thanks for the report.

I’ll have a look at the code.