No Sound... Buffer cannot loack

ThermoDust

New Member

  1. Loading audio scripts...

  2. FmodAssertFailed: SFXFMODDevice::createBuffer - Failed to alloc sound!

  3. SFXFMODBuffer::copyData - failed to lock a sound buffer! (65328720)

  4. SFXFMODBuffer::copyData - failed to lock a sound buffer! (65328848)

  5. SFXFMODBuffer::copyData - failed to lock a sound buffer! (65329040)

Any ideas what can make this happen? It isn't my computer it is a friends.

http://pastebin.com/HXDGP2aM - Prefs file from second install.
http://pastebin.com/6YLFKJje - Console file from first download\install
http://pastebin.com/tHvmciVS - Console file from second download\install
http://pastebin.com/yxRj6CMh - Console file from prefs edit fix

FYI: Some fixes we have tried; SoundFix.dso.cs, Delete and redownload game, and load game as Administator.
 

ThermoDust

New Member
New findings; If the USB headset is disconnected and the sound is set to the main speakers(audio card) then sound works.
 

RockeyRex

Legions Developer
http://www.fmod.org/forum/viewtopic.php?f=10&t=9305

System::init fails with FMOD_ERR_OUTPUT_CREATEBUFFER.

After some research, we’ve realized that just because you can set a speaker mode in XP, doesn’t mean the soundcard supports creating a directsound buffer in that format.

We repro’d the issue, and found the following : on a lot of sound devices, stereo and 5.1 configure ok, but surround, and 7.1 and others fail with FMOD_ERR_OUTPUT_CREATEBUFFER.

And from what I gathered, that headset is surround.
http://www.logitech.com/en-us/webcam-communications/internet-headsets-phones/devices/5095
 
Top