You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despues de usarlo por 1-2 min, parece que se traba la memoria y no puede seguir escribiendo. ya esto es un error de C++ que no puedo resolver.
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at napi_call_function(napi_env__* , napi_value__* , napi_value__* , UInt64 , napi_value__** , napi_value__** )
at dispatchEventFromCs(String data, String evName)
at System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChangedProxy(Object sender, AudioStateChangedEventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Speech.Recognition.RecognizerBase.Recognize(TimeSpan initialSilenceTimeout)
at VoiceRecognizer.Recognizer.Listen() in D:\Node-Packages\voice-recognition\cs\CsRecognizer.cs:line 214
The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command npm run start" terminated with exit code: 1.
The text was updated successfully, but these errors were encountered:
Despues de usarlo por 1-2 min, parece que se traba la memoria y no puede seguir escribiendo. ya esto es un error de C++ que no puedo resolver.
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at napi_call_function(napi_env__* , napi_value__* , napi_value__* , UInt64 , napi_value__** , napi_value__** )
at dispatchEventFromCs(String data, String evName)
at System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChangedProxy(Object sender, AudioStateChangedEventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Speech.Recognition.RecognizerBase.Recognize(TimeSpan initialSilenceTimeout)
at VoiceRecognizer.Recognizer.Listen() in D:\Node-Packages\voice-recognition\cs\CsRecognizer.cs:line 214
The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command npm run start" terminated with exit code: 1.
The text was updated successfully, but these errors were encountered: