3

Sometimes Winamp shows me the following error message:

Error message with the following text: Error creating DirectSound buffer. Error code: 88780096

After that there is no audio output (just the error message) at all until I reboot the system. Is it possible to have audio again without rebooting? How could I completely avoid this kind of errors?

Environment: Windows 7, x64 on a Lenovo T420. It usually happens when I connect or disconnect and USB headset (Plantronics .Audio 655).

palacsint
  • 627
  • 2
  • 8
  • 24

4 Answers4

3

A workaround: restart the Windows Audio Windows Service.

Source: http://answers.yahoo.com/question/index?qid=20091119071014AAQN2Iy

mirh
  • 1,172
palacsint
  • 627
  • 2
  • 8
  • 24
2

This worked for me:

  • Open Winamp preferences (Ctrl+P)
  • Go to plug-ins -> output
  • Highlight DirectSound Output -> Configure
  • Change device to what you have (in my case ddj-400)
  • Same with WaveOut Output
  • Restart Winamp
zx485
  • 2,337
0

88780096 = DSERR_BUFFERLOST

// The buffer memory has been lost, and must be restored
#define DSERR_BUFFERLOST                MAKE_DSHRESULT(150)

Update the soundcard drivers and hope this fixes it. Als disable hardware mixing:

http://devmaster.net/forums/topic/6340-question-about-dserr-bufferlost/

mirh
  • 1,172
-1

Restore the settings in your Sound Manager/audio manager, say Realtek Audio manager, to rectify this error and then restart your computer.

Jens Erat
  • 18,485
  • 14
  • 68
  • 80