siramix / buzzwords

A mobile word game that will change the word.
www.siramix.com/buzzwords
GNU General Public License v3.0
10 stars 1 forks source link

Crash when going to Settings #116

Closed lucasrowe closed 11 years ago

lucasrowe commented 11 years ago

We've seen this issue logged in the Google play reports...

Apr 6, 2013 2.1 going to settings crashes the app Mar 30, 2013 2.1 Crashes when I click "settings." Mar 18, 2013 2.1 touching "settings" crashes every time

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.buzzwordslite/com.buzzwordslite.SettingsPreferenceActivity}: java.lang.NullPointerException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230) at android.app.ActivityThread.access$600(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5041) 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:793) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.NullPointerException at com.buzzwordslite.SettingsPreferenceActivity.updatePreferenceSummary(SettingsPreferenceActivity.java:166) at com.buzzwordslite.SettingsPreferenceActivity.onCreate(SettingsPreferenceActivity.java:127) at android.app.Activity.performCreate(Activity.java:5104) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144) ... 11 more

edwardrowe commented 11 years ago

This was simply a bad Const name in the Consts file. It's been fixed and submitted to the stores.