Recent Posts

Pages: 1 ... 8 9 [10]
91
Bug Reports / Re: AccessViolationException at SpeechLib.ISpeechVoice.Speak
« Last post by jitterjames on January 30, 2022, 11:05:08 AM »
Hmm.  That's a tough one.  I'm using 2.3.1.1. and do not have that issue.

Can you send me the command XML please.

Are you using the SP version?

Which TTS engine and voice are you using?  Have you tried with different voices?

Are you running VC in a dropbox?  I don't know if that is a problem or not, except that it will be uploading your log files all the time.
92
Bug Reports / AccessViolationException at SpeechLib.ISpeechVoice.Speak
« Last post by Telorast on January 28, 2022, 01:33:47 PM »
I recently upgraded from 2.3.0.8 to 2.3.1.1b and now VC keeps crashing.
I'm trying to run a SpeakSync command and half the sentence will be read correctly, then the crash happens.

The last entry in the logfile is:
Code: [Select]
2022-01-28 17:59:08 849 Action from plugin: C:\Dropbox\Apps\Vox Commando\Plugins\TTS\TTS.dll
2022-01-28 17:59:08 913 Action RESULT:
2022-01-28 17:59:08 913 Action claims to be threadsafe.
2022-01-28 17:59:08 913 action repeat set to: 1
2022-01-28 17:59:08 913 Action:  TTS.SpeakSync
2022-01-28 17:59:08 913 Param1:Friday: minus 4 degrees. Up to 2 degrees and Clear.
2022-01-28 17:59:08 913 addHistoryItem [action] TTS.SpeakSync:Friday: minus 4 degrees. Up to 2 degrees and Clear.

2022-01-28 17:59:08 913 Action from plugin: C:\Dropbox\Apps\Vox Commando\Plugins\TTS\TTS.dll

Event viewer shows the following exception:

Code: [Select]
Application: VoxCommando32.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
   at SpeechLib.ISpeechVoice.Speak(System.String, SpeechLib.SpeechVoiceSpeakFlags)
   at vcPlugin.ttsObj.mySpeak(System.String, Boolean, Boolean)
   at vcPlugin.Plugin.doAction(System.String[], System.String[])
   at eval_g.eval_ᜃ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g.eval_ᜂ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g.eval_ᜁ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g+eval_ᜂ.eval_ᜀ()
   at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[[eval_g+eval_ᜂ, VoxCommando, Version=2.3.1.1, Culture=neutral, PublicKeyToken=null]](eval_ᜂ ByRef)
   at eval_g.eval_ᜁ(VoxCommando.activeCommand)
   at eval_g.eval_ᜂ(VoxCommando.activeCommand)
   at eval_g.eval_ᜀ(VoxCommando.activeCommand, System.String, Boolean)
   at eval_g.eval_ᜀ(System.String, System.Collections.Generic.List`1<System.String>)
   at eval_g.eval_ᜇ(System.String)
   at eval_g.eval_ᜃ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g.eval_ᜂ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g.eval_ᜁ(VoxCommando.macroElement, System.Collections.Generic.List`1<System.String>, Int32)
   at eval_g+eval_ᜂ.eval_ᜀ()
   at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[[eval_g+eval_ᜂ, VoxCommando, Version=2.3.1.1, Culture=neutral, PublicKeyToken=null]](eval_ᜂ ByRef)
   at eval_g.eval_ᜁ(VoxCommando.activeCommand)
   at eval_g.eval_ᜂ(VoxCommando.activeCommand)
   at eval_g.eval_ᜀ(VoxCommando.activeCommand, System.String, Boolean)
   at eval_g.eval_ᜀ(System.Object, System.Speech.Recognition.SpeechRecognizedEventArgs)
   at System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognizedProxy(System.Object, System.Speech.Recognition.SpeechRecognizedEventArgs)

Exception Info: System.Reflection.TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
   at System.Delegate.DynamicInvokeImpl(System.Object[])
   at System.Speech.Internal.AsyncSerializedWorker.WorkerProc(System.Object)

Exception Info: System.Reflection.TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
   at System.Delegate.DynamicInvokeImpl(System.Object[])
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
   at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
   at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
   at eval_᜖.ᜀ()

I don't get any crash logs in VC folder.

I have tried doing a fresh install in a different folder as well as testing with both 32b and 64b versions. Also tried 2.3.1.0 but same problem.

Reinstalling 2.3.0.8 fixes the problem so I'll just stay there for now.
93
Tasker + VC / Re: VC Companion Android App (Caller ID and More)
« Last post by JonPeyton on January 28, 2022, 01:13:57 PM »
Excellent usage.(Further justifies my having AV and AR Pro also  :biglaugh )
Thanks for this.

JP
94
MediaMonkey / Re: MediaMonkey 5
« Last post by jitterjames on January 03, 2022, 12:27:36 PM »
Hi again. Sorry to report that it does not work with MM5.

I took a look to see if I could update or create a new plugin that would work with MM5 because they have changed their API, only to discover that it is completely broken.

Here's the ticket that was opened back in May of 2021 and no one seems to be doing anything about it.

https://www.ventismedia.com/mantis/view.php?id=17897

and here is some discussion of the bug:
https://www.mediamonkey.com/forum/viewtopic.php?p=481745#p481745

So unless someone at Ventis fixes this bug your only option for using MM with VC will be to downgrade MM to version 4.

If this bug is ever fixed, hopefully someone will advise me so that I can take another look at it.
95
MediaMonkey / Re: MediaMonkey 5
« Last post by jitterjames on January 02, 2022, 09:46:42 PM »
I'm not sure actually.  I tried MM5 a while back but was not happy with it.  I thought at the time that VC worked with it but I'll have to take another look to see if it works for me now.
96
MediaMonkey / MediaMonkey 5
« Last post by bobsbrewery on December 31, 2021, 10:09:08 PM »
Does anyone know if the current MediaMonkey plugin works with MM5. I recently upgraded both VC and MM to the latest versions, and it doesn't seem to work. :(
97
Поддержка русского языка / Re: TTS Phrase Completion Event
« Last post by jitterjames on December 21, 2021, 11:51:30 AM »
После окончания работы TTS, команда «Test» срабатывает с задержкой в две с половиной секунды. В чём может быть причина такой большой задержки?

The event is fired with a slight delay intentionally.  Using the ++ method is probably preferable for what you are trying to accomplish.
98
Поддержка русского языка / Re: TTS Phrase Completion Event
« Last post by Kalle on December 20, 2021, 03:22:45 AM »
You can try James suggestion with my command above by renaming the command so that it starts with ++
99
Поддержка русского языка / Re: TTS Phrase Completion Event
« Last post by John Smith on December 19, 2021, 11:43:19 AM »
После окончания работы TTS, команда «Test» срабатывает с задержкой в две с половиной секунды. В чём может быть причина такой большой задержки?
100
Поддержка русского языка / Re: TTS Phrase Completion Event
« Last post by Kalle on December 17, 2021, 01:52:46 AM »
@John Smith
My suggestion was exactly according to your requirements  ;)
Pages: 1 ... 8 9 [10]