No sound device detected

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
raghaven.kumar
Newbie
Newbie
Posts: 1
Joined: Mon Nov 03, 2008 10:23 am

No sound device detected

Post by raghaven.kumar »

Hi,
Im using intrepid and wine 1.0.1
and I am trying to play Dynasty Warriors 6 Demo
which shows the below error

On googling i found that i need set doublebuffering in winecfg
but i have no doublebuffering option in my winecfg.
Now, How do I run the demo?

Code: Select all

fixme:win:EnumDisplayDevicesW ((null),0,0x32f8fc,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:dsound:DllCanUnloadNow (void): stub
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

No sound device detected

Post by austin987 »

On Mon, Nov 3, 2008 at 9:28 AM, raghaven.kumar
<[email protected]> wrote:
Hi,
Im using intrepid and wine 1.0.1
and I am trying to play Dynasty Warriors 6 Demo
which shows the below error

On googling i found that i need set doublebuffering in winecfg
but i have no doublebuffering option in my winecfg.
Now, How do I run the demo?

Code:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f8fc,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible
Doublebuffering isn't a winecfg option, your game may have it. That's
why the fixme says configure the application.

--
-Austin
Locked