2.0.2 issues
Having some problems with 2.0.2
I can load a resource via setinputstream. e.g. - mWorldView.setInputStream(getResources().openRawResource(R.drawable.centerlogo));
When I call setinputstream again to change the image, it crashes. The inputstream I am feeding it is from the sd card
e.g. - is = (InputStream) new RandomAccessFileInputStream(file); mWorldView.setInputStream(is);
04-04 23:20:02.820: E/AndroidRuntime(4492): FATAL EXCEPTION: drawThread 04-04 23:20:02.820: E/AndroidRuntime(4492): java.lang.NullPointerException 04-04 23:20:02.820: E/AndroidRuntime(4492): at com.sigseg.android.view.Scene$Cache.update(Scene.java:387) 04-04 23:20:02.820: E/AndroidRuntime(4492): at com.sigseg.android.view.Scene$Viewport.draw(Scene.java:309) 04-04 23:20:02.820: E/AndroidRuntime(4492): at com.sigseg.android.view.Scene.draw(Scene.java:118) 04-04 23:20:02.820: E/AndroidRuntime(4492): at com.sigseg.android.map.ImageSurfaceView$DrawThread.run(ImageSurfaceView.java:213)
Hi Johnny
Please let me know what else I can do to help you diagnose this problem!
MIke
Hello Jonny
Have you seen these problems or is it just me?
Hey sorry, I have not been able to get to it.
John Lombardo [email protected]
On Wed, Apr 10, 2013 at 5:39 PM, dirtmike [email protected] wrote:
Hello Jonny
Have you seen these problems or is it just me?
— Reply to this email directly or view it on GitHubhttps://github.com/johnnylambada/WorldMap/issues/4#issuecomment-16211049 .