Error: "Recording failed: Cannot record a sound"

You receive this error message when trying to use the Sound Recorder.

Resolution

This is usually caused by the Xiph.Org Open Codecs codec pack, which is automatically included with our software.

To resolve the problem:

  1. Log into Windows as an administrator.
  2. Open the Windows Start menu, start typing add or remove programs and click the result when it appears.
  3. Select Xiph.Org Open Codecs... and click Uninstall.
  4. Download and run the installer below.
  5. Restart the computer. 

For IT Professionals

If multiple computers are affected, it's possible to silently reinstall the codec pack via command line.

We recommend saving the following commands into a batch file, and then creating a Scheduled Task that runs it once at boot (or logon) with Administrator privileges. The task can be removed after all the computers have been fixed.

Please note: the letter "S" below must be uppercase!

Silent Uninstall:

if exist "%programfiles%\Xiph.Org\Open Codecs\uninst.exe" (
"%programfiles%\Xiph.Org\Open Codecs\uninst.exe" /S
) else (
if exist "%programfiles(x86)%\Xiph.Org\Open Codecs\uninst.exe" (
"%programfiles(x86)%\Xiph.Org\Open Codecs\uninst.exe" /S
)
)

Silent Install:

"\\<servername>\<sharename>\opencodecs_0.85.17777.exe" /S


Downloads
About this article
Published
2nd November 2017
Last revised
16th December 2019
Applies to
  • Clicker 7
  • DocsPlus for Windows / Mac
  • DocsPlus Universal for Windows / Mac
Keywords