This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
troubleshooting [2022/03/29 13:59] jan |
troubleshooting [2022/03/29 21:45] (current) jan Completed |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Wren troubleshooting ===== | ||
+ | |||
* When you have stuttering audio see the section about [[Stuttering_audio]]. | * When you have stuttering audio see the section about [[Stuttering_audio]]. | ||
* When there is no sound at all see [[No_sound]]. | * When there is no sound at all see [[No_sound]]. | ||
Line 5: | Line 7: | ||
When Wren will not start up make sure that it was installed properly, that is: | When Wren will not start up make sure that it was installed properly, that is: | ||
- | | + | |
When an ASIO device is being used things may not work when the ASIO sample rate differs from the Wren sample rate. Check the Settings Screen F3 for this. | When an ASIO device is being used things may not work when the ASIO sample rate differs from the Wren sample rate. Check the Settings Screen F3 for this. | ||
- | Had a user report that the program would not run in Windows 7. Turned out his antivirus was blocking it as an unsigned program that was downloaded from the web … with a message saying ' | + | Had a user report that the program would not run in Windows 7. Turned out his antivirus was blocking it as an unsigned program that was downloaded from the web … with a message saying: |
+ | |||
+ | * ' | ||
Had another user report repeatedly popped up access violations. It seems that this can be caused by the PortAudio DLL (or Wren's interaction with it most likely). You can read more about this on an electro-music.com forum thread. | Had another user report repeatedly popped up access violations. It seems that this can be caused by the PortAudio DLL (or Wren's interaction with it most likely). You can read more about this on an electro-music.com forum thread. | ||
- | When the startup screen appears and disappears again and Wren does not start try to temporarily rename the espeak_sapi.dll to _espeak_sapi.dll, | + | When the startup screen appears and disappears again and Wren does not start try to temporarily rename the espeak_sapi.dll to _espeak_sapi.dll, |
On some computers it was reported that when an audio input was selected PortAudio refused to work (reporting an error on opening the input stream). For Wren releases after 2020.6.24.0 it is possible to explicitely select ' | On some computers it was reported that when an audio input was selected PortAudio refused to work (reporting an error on opening the input stream). For Wren releases after 2020.6.24.0 it is possible to explicitely select ' | ||
Line 19: | Line 23: | ||
From time to time users are discovering exciting new bugs, please let me know about any failures. For this please go to the Wren Debug Screen F5, Wren logs some information there. When you right click on it you can highlight the text, and then with another right click copy it. At times I will ask for the information present there to help troubleshoot issues. By default this information is written to a log file in the Wren application directory as well, look for wren.log. | From time to time users are discovering exciting new bugs, please let me know about any failures. For this please go to the Wren Debug Screen F5, Wren logs some information there. When you right click on it you can highlight the text, and then with another right click copy it. At times I will ask for the information present there to help troubleshoot issues. By default this information is written to a log file in the Wren application directory as well, look for wren.log. | ||
- | Also see [[Wren/ | + | Also see [[General_troubleshooting]]. |