Program crashes when trying to tell the time
A Clock that rings every hour
Brought to you by:
kumaresans,
moon01man
I'm getting the following error message when version 1.2.1 tries to tell me the time.
Version 1.2.0, which I've rolled back to, works fine.
2019-09-16 15:09:59
Source:
System.Speech
Message:
No voice installed on the system or none available with the current security setting.
Stack Trace:
at System.Speech.Internal.Synthesis.VoiceSynthesis..ctor(WeakReference speechSynthesizer)
at System.Speech.Synthesis.SpeechSynthesizer.get_VoiceSynthesizer()
at System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(Prompt prompt)
at System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(String textToSpeak)
at Clock_Alert.Startup.ico_MouseClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.NotifyIcon.OnMouseClick(MouseEventArgs mea)
at System.Windows.Forms.NotifyIcon.WmMouseUp(Message& m, MouseButtons button)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I'm on Windows 10 x64
Hi mpam,
Thanks for raising the issue 👍🏽. I'm afraid I'm unable to reproduce the issue on my Windows 10 x64 machine 😕. Can you specify the following details 📋
And Can you post the log file? It's usually in
C:\Users\<user>\AppData\Roaming\Moon01Man\Clock Alert
with the file name of the formatClockALert Log <date>.txt
Hi,
My system is in English (US). My default voice is "Microsoft David Mobile". And the program indeed doesn't crash (plays voice successfully) when I run it with admin privileges.
As for the log, it contains just what I posted in my original message
Hi,
Thanks for the information 👍🏽. I'll look into the issue. As for the work around, run the app on administrator mode or downgrade to the previous version if you'd prefer that.