When did you do the build for this? The line numbers don't correspond with the current state in git - I'd like to track down exactly what line 368 of flushGraphics() contains.
Steve On Thu, Jul 21, 2016 at 9:01 AM, Gareth Murfin <[email protected]> wrote: > Just got this bug report, looks strange, any ideas? > > [EDT] 0:0:39,316 - java.lang.NullPointerException > [EDT] 0:0:39,321 - java.lang.NullPointerException > at com.codename1.impl.android.AndroidAsyncView.flushGraphics( > AndroidAsyncView.java:368) > at com.codename1.impl.android.AndroidImplementation.flushGraphics( > AndroidImplementation.java:934) > at com.codename1.impl.CodenameOneImplementation.paintDirty( > CodenameOneImplementation.java:547) > at com.codename1.ui.Display.edtLoopImpl(Display.java:1074) > at com.codename1.ui.Display.mainEDTLoop(Display.java:996) > at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120) > at com.codename1.impl.CodenameOneThread$1.run( > CodenameOneThread.java:60) > at java.lang.Thread.run(Thread.java:864) > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at > https://groups.google.com/group/codenameone-discussions. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/315c4ae7-8372-49ea-8b83-f498b60df8f8%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/315c4ae7-8372-49ea-8b83-f498b60df8f8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWOrDk%3DakWe6QuDfZoGc1rBt8jGm7j08K%3DtCWvfFdr3TQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
