Voice Recognition Error

Issue #1559 resolved
Adriaan Visser created an issue

Windows Version: 10 Pro

LaunchBox Version: 6.9 beta 12

System.ObjectDisposedException: Cannot access a disposed object. Object name: 'VoiceNotificationForm'.

at System.Windows.Forms.Control.CreateHandle()

at System.Windows.Forms.Form.CreateHandle()

at System.Windows.Forms.Control.get_Handle()

at (Form )

at LaunchBox.Voice.NativeMethods.ShowFormInactiveTopmost(Form form)

at (VoiceNotificationForm , String , NotificationType , Boolean )

at LaunchBox.Forms.VoiceNotificationForm.Show(String text, NotificationType type, Boolean showCommands)

at LaunchBox.Voice.Voice.ShowNotification(String text, NotificationType type, Boolean showCommands)

at (SpeechHandler , Object , SpeechRecognizedEventArgs )

at LaunchBox.Voice.SpeechHandler.recognizer_SpeechRecognized(Object sender, SpeechRecognizedEventArgs e)

at System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognizedProxy(Object sender, SpeechRecognizedEventArgs e)

Comments (5)

  1. Log in to comment