How can I resolve the following TapForTap crash?
(The log was automatically reported by a remote user, so I cannot reproduce it or get in contact with the user).
java.lang.NullPointerException
com.tapfortap.DiskCache.initialize(Unknown Source)
com.tapfortap.TapForTap.initialize(Unknown Source)
com.tapfortap.TapForTap.initialize(Unknown Source)
plugin.tapfortap.TapForTap.initialize(TapForTap.java:24)
plugin.tapfortap.TapForTap.access$000(TapForTap.java:14)
plugin.tapfortap.TapForTap$InitializeTapForTap.invoke(TapForTap.java:84)
com.ansca.corona.JavaToNativeShim.nativeResize(Native Method)
com.ansca.corona.JavaToNativeShim.resize(JavaToNativeShim.java:314)
com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onSurfaceChanged(CoronaGLSurfaceView.java:355)
com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1611)
com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1377)