Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error en manejo de memoria. #3

Open
Khyretos opened this issue May 6, 2022 · 0 comments
Open

Error en manejo de memoria. #3

Khyretos opened this issue May 6, 2022 · 0 comments

Comments

@Khyretos
Copy link

Khyretos commented May 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant