TTS1 fails to run in release mode and ends with (Exception) java.lang.Exception: java.lang.RuntimeException: Error speaking text.
but it works fine in Debug mode when a breakpoint is created and IP reaches TTS1.Speak(text2read,False)
Any idea of what I might be missing?
TTS1 is initialized in Activity_Create and TTS1.Speak is called in a the module Button_clicked
but it works fine in Debug mode when a breakpoint is created and IP reaches TTS1.Speak(text2read,False)
Any idea of what I might be missing?
TTS1 is initialized in Activity_Create and TTS1.Speak is called in a the module Button_clicked