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

NPE GameActivity.onSaveInstanceState #6

Closed
vbarthel-fr opened this issue Apr 17, 2014 · 1 comment
Closed

NPE GameActivity.onSaveInstanceState #6

vbarthel-fr opened this issue Apr 17, 2014 · 1 comment
Assignees
Labels

Comments

@vbarthel-fr
Copy link
Member

java.lang.NullPointerException
at fr.tvbarthel.games.chasewhisply.GameActivity.onSaveInstanceState(GameActivity.java:38)
at android.app.Activity.performSaveInstanceState(Activity.java:1113)
at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1188)
at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3337)
at android.app.ActivityThread.access$700(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1163)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4507)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:978)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745)
at dalvik.system.NativeStart.main(Native Method)

@vbarthel-fr vbarthel-fr self-assigned this Apr 17, 2014
vbarthel-fr added a commit that referenced this issue Apr 23, 2014
@vbarthel-fr
Copy link
Member Author

Should be fixed 2752abd

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

1 participant