weimingtom / openwig

Automatically exported from code.google.com/p/openwig
1 stars 0 forks source link

Crash when opening "You See" #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What cartridge are you playing?
http://coord.info/GC4GMDC in the PowerPC version

What is your phone/PDA manufacturer and model? What GPS are you using?
Samsung Galaxy S2 and Galaxy S3, both with android 4.1.2

What steps will reproduce the problem?
1. Playing the game http://coord.info/GC4GMDC
2. Going further until the point where two items appear in the "You see" 
section.
3. Click the "You see" and WhereYouGo crashes.

What is the expected output? What happens instead?
A crash should not happen

If you see an error screen, please type its contents here:
"WhereYouGo angehalten"

What version are you using?
0.6.0

Please provide any additional information below.
With USB debugging you see a NullPointerException as reason for the crash:
W/dalvikvm(31283): threadid=1: thread exiting with uncaught exception 
(group=0x40fa22a0)
W/System.err(31283): java.lang.RuntimeException: Unable to resume activity 
{menion.android.whereyougo/menion.android.whe
reyougo.gui.ListThings}: java.lang.NullPointerException
W/System.err(31283):    at 
android.app.ActivityThread.performResumeActivity(ActivityThread.java:2616)
W/System.err(31283):    at 
android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2644)
W/System.err(31283):    at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2130)
W/System.err(31283):    at 
android.app.ActivityThread.access$600(ActivityThread.java:140)
W/System.err(31283):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1227)
W/System.err(31283):    at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err(31283):    at android.os.Looper.loop(Looper.java:137)
W/System.err(31283):    at 
android.app.ActivityThread.main(ActivityThread.java:4898)
W/System.err(31283):    at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err(31283):    at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err(31283):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
W/System.err(31283):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
W/System.err(31283):    at dalvik.system.NativeStart.main(Native Method)
W/System.err(31283): Caused by: java.lang.NullPointerException
W/System.err(31283):    at menion.android.whereyougo.gui.ListVarious.b(L:72)
W/System.err(31283):    at menion.android.whereyougo.gui.t.run(L:253)
W/System.err(31283):    at 
android.app.Activity.runOnUiThread(Activity.java:4784)
W/System.err(31283):    at menion.android.whereyougo.gui.ListVarious.a(L:216)
W/System.err(31283):    at 
menion.android.whereyougo.gui.ListVarious.onResume(L:212)
W/System.err(31283):    at 
android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1188)
W/System.err(31283):    at 
android.app.Activity.performResume(Activity.java:5280)
W/System.err(31283):    at 
android.app.ActivityThread.performResumeActivity(ActivityThread.java:2606)
W/System.err(31283):    ... 12 more
D/FlurryAgent(31283): Ending session

Original issue reported on code.google.com by fr.r...@gmail.com on 1 Aug 2013 at 7:31