haroldkeith / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

FATAL Exception in loadMidiSoundFromArray(FeedbackController.java #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Talkback on
2. Transfer vedio file by using the BT

What is the expected output? What do you see instead?
blue error screen

What version of the product are you using? On what operating system?
Android 4.2.2

Please provide any additional information below.
07-12 13:55:11.055 4095    4095     E AndroidRuntime: FATAL EXCEPTION: main
07-12 13:55:11.055 4095    4095     E AndroidRuntime: 
java.lang.NullPointerException
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.googlecode.eyesfree.utils.FeedbackController.loadMidiSoundFromArray(Feedback
Controller.java:470)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.googlecode.eyesfree.utils.FeedbackController.preloadSound(FeedbackController
.java:217)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.googlecode.eyesfree.utils.FeedbackController.playSound(FeedbackController.ja
va:278)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.PreferenceFeedbackController.playCustomSound(
PreferenceFeedbackController.java:93)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue.provideFeedbackForUtteran
ce(ProcessorEventQueue.java:169)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue.processAndRecycleEvent(Pr
ocessorEventQueue.java:150)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue.access$100(ProcessorEvent
Queue.java:39)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue$ProcessorEventHandler.pro
cessAllEvents(ProcessorEventQueue.java:259)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue$ProcessorEventHandler.han
dleMessage(ProcessorEventQueue.java:239)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.google.android.marvin.talkback.ProcessorEventQueue$ProcessorEventHandler.han
dleMessage(ProcessorEventQueue.java:224)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.googlecode.eyesfree.utils.WeakReferenceHandler.handleMessage(WeakReferenceHa
ndler.java:62)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
android.os.Handler.dispatchMessage(Handler.java:99)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
android.os.Looper.loop(Looper.java:137)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
android.app.ActivityThread.main(ActivityThread.java:5238)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
java.lang.reflect.Method.invokeNative(Native Method)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
java.lang.reflect.Method.invoke(Method.java:511)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:564)
07-12 13:55:11.055 4095    4095     E AndroidRuntime:   at 
dalvik.system.NativeStart.main(Native Method)
07-12 13:55:11.085 1102    1168     W BlueErrorDialog: [BLUE_ERROR_HANDLER] : 
Sorry Popup

Original issue reported on code.google.com by hanatest02 on 12 Jul 2013 at 9:36

GoogleCodeExporter commented 9 years ago
This issue has been resolved in a previous release.

Original comment by caseybur...@google.com on 5 Dec 2013 at 9:58