Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FromTheMarket: java.lang.NullPointerException Source method CameraObscuraMainMenu.onActivityResult() #44

Closed
n8fr8 opened this issue Jun 14, 2011 · 2 comments
Assignees
Labels

Comments

@n8fr8
Copy link
Member

n8fr8 commented Jun 14, 2011

NullPointerException in org.witness.sscphase1
Crash
Exception class java.lang.NullPointerException
Source method CameraObscuraMainMenu.onActivityResult()
Show user messages

Mark as old
Platforms
OTHER
1 reports/week
1 reports
Stack traces
v1.0.0
Jun 10, 2011 8:40:43 AM
1 reports/week
1 reports
java.lang.RuntimeException: Unable to resume activity {org.witness.sscphase1/org.witness.sscphase1.CameraObscuraMainMenu}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=-1, data=null} to activity {org.witness.sscphase1/org.witness.sscphase1.CameraObscuraMainMenu}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2241)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2256)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1789)
at android.app.ActivityThread.access$1500(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:939)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3835)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=-1, data=null} to activity {org.witness.sscphase1/org.witness.sscphase1.CameraObscuraMainMenu}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:2653)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2228)
... 12 more
Caused by: java.lang.NullPointerException
at org.witness.sscphase1.CameraObscuraMainMenu.onActivityResult(CameraObscuraMainMenu.java:77)
at android.app.Activity.dispatchActivityResult(Activity.java:3908)
at android.app.ActivityThread.deliverResults(ActivityThread.java:2649)
... 13 more
For applications that include obfuscated code, stack traces contain obfuscated symbol names. If the application was obfuscated using ProGuard, you can unobfuscate the stack trace using the "retrace" tool, included in the Android SDK Tools r8 and later. For more information, see the ProGuard document.

@ghost ghost assigned vanevery Jun 14, 2011
@ghost ghost assigned harlo Aug 9, 2011
@n8fr8
Copy link
Member Author

n8fr8 commented Aug 23, 2011

related to issue #57 and fixed by commit ef624e0

@n8fr8 n8fr8 closed this as completed Aug 23, 2011
@n8fr8
Copy link
Member Author

n8fr8 commented Aug 23, 2011

related to issue #57 and fixed by commit ef624e0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants