WorldMap icon indicating copy to clipboard operation
WorldMap copied to clipboard

2.0.2 issues

Open ghost opened this issue 12 years ago • 3 comments

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)

ghost avatar Apr 05 '13 03:04 ghost

Hi Johnny

Please let me know what else I can do to help you diagnose this problem!

MIke

ghost avatar Apr 05 '13 13:04 ghost

Hello Jonny

Have you seen these problems or is it just me?

ghost avatar Apr 11 '13 00:04 ghost

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 .

johnnylambada avatar Apr 11 '13 14:04 johnnylambada