[go: up one dir, main page]

Menu

#9 Program crashes when trying to tell the time

1.2.2
open
None
2019-10-01
2019-09-16
mpam
No

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

Discussion

  • Vijay Koushik S

    Vijay Koushik S - 2019-09-17

    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 📋

    1. Which system language are you using?
    2. Which is your default voice for speech on the windows settings? and
    3. Can you Check if the issue persists when running the app with administrator previlage?

    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 format ClockALert Log <date>.txt

     
  • Vijay Koushik S

    Vijay Koushik S - 2019-09-17
    • assigned_to: Vijay Koushik S
     
  • mpam

    mpam - 2019-09-19

    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

     
    👍
    1
    • Vijay Koushik S

      Vijay Koushik S - 2019-10-01

      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.

       

Log in to post a comment.