-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
App crashed when set custom sound notification #1130
Comments
I found that even I copied |
Hello, Are you sure the file is properly encoded ? Unfortunately, your log don't have the exception in it. |
I close the program, and clean the log file, than reopen the program to reproduce the problem, after the crash happened, I copy the log as soon as possible and here is it:
|
|
I also try to close the program and change config file manually {
...
"CustomNotificationFilePath":"C:\\Windows\\Media\\Windows Message Nudge.wav",
...
} Then after I changed it and reopened the program, the crash happened immediately, and here is the log
|
but why "Windows Message Nudge.wav" in win10 become invaild sound? It can be played by any player without any issue. |
That's a good question, to be honest it shouldn't have cause issue in the first place. My guess is, the file you have on your Win 10 install is truncated. Most player seems to deal okay with that, but the reader I use in SoundSwitch doesn't like it. |
I don't think is the install problem, because
And in the screenshots I gave shows the different of "Windows Message Nudge.wav" in Windows 10 and 11 |
Alarm01.wav also have Bit rate 705.6 kb/s and Sampling rate 22.05 kHz, are same with "Windows Message Nudge.wav" in Windows 10, but not Windows 11, I think the real problem is probably |
## [6.6.0](v6.5.4...v6.6.0) (2023-03-26) ### Features * **Profile::Foreground:** Let profile be able to switch the foreground application. ([a63eac9](a63eac9)), closes [#1117](#1117) ### Bug Fixes * **CustomSound:** Don't crash on invalid custom sound. ([5a0acf2](5a0acf2)), closes [#1130](#1130) * **Icon:** Don't change icon when communication device is changed. ([84b7b46](84b7b46)), closes [#1134](#1134) * **Profile:** Not switching all devices ([b23fffc](b23fffc)), closes [#1126](#1126) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([c2bd813](c2bd813)), closes [#1123](#1123) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([41ea9ac](41ea9ac)), closes [#1123](#1123)
🎉 This issue has been resolved in version 6.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [6.6.0](v6.5.4...v6.6.0) (2023-04-09) ### Features * **Profile::Foreground:** Let profile be able to switch the foreground application. ([a63eac9](a63eac9)), closes [#1117](#1117) ### Bug Fixes * **CustomSound:** Don't crash on invalid custom sound. ([5a0acf2](5a0acf2)), closes [#1130](#1130) * **Icon:** Don't change icon when communication device is changed. ([84b7b46](84b7b46)), closes [#1134](#1134) * **Profile:** Not switching all devices ([b23fffc](b23fffc)), closes [#1126](#1126) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([c2bd813](c2bd813)), closes [#1123](#1123) * **Tooltip:** Fix not showing the right recording device in tooltip when SoundSwitch starts ([41ea9ac](41ea9ac)), closes [#1123](#1123) ### Languages * **Arabic:** Translated Settings using Weblate ([0a76385](0a76385)) * **Arabic:** Translated Update Download using Weblate ([2942b01](2942b01))
🎉 This issue has been resolved in version 6.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What happened?
App crashed when set custom sound notification file to
C:\Windows\Media\Windows Message Nudge.wav
Step to reproduce
bandicam.2023-02-28.04-38-44-905.mp4
Version
6.5.4.0
What version of Windows are you seeing the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: