hardware emulation in the newer wine versions

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

hardware emulation in the newer wine versions

Post by melancholy »

ok, I can't figure it out...

I'd like to play some games with sound, but to make that work, I need to set the acceleration to emulation.
Since that option is gone in the newer wine versions, I need some help to set this up in the wine registry.

could someone help me please?
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: hardware emulation in the newer wine versions

Post by dimesio »

melancholy wrote:ok, I can't figure it out...

I'd like to play some games with sound, but to make that work, I need to set the acceleration to emulation.
Since that option is gone in the newer wine versions, I need some help to set this up in the wine registry.

could someone help me please?
The easiest way is with winetricks:

Code: Select all

sh winetricks dsoundhw=Emulation
If you want to set it yourself in regedit, the key is

Code: Select all

[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"HardwareAcceleration"="Emulation"
melancholy
Level 2
Level 2
Posts: 39
Joined: Sun Sep 11, 2011 3:12 pm

Re: hardware emulation in the newer wine versions

Post by melancholy »

dimesio wrote:
melancholy wrote:ok, I can't figure it out...

I'd like to play some games with sound, but to make that work, I need to set the acceleration to emulation.
Since that option is gone in the newer wine versions, I need some help to set this up in the wine registry.

could someone help me please?
The easiest way is with winetricks:

Code: Select all

sh winetricks dsoundhw=Emulation
If you want to set it yourself in regedit, the key is

Code: Select all

[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"HardwareAcceleration"="Emulation"
great, thank you
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: hardware emulation in the newer wine versions

Post by vitamin »

dimesio wrote:If you want to set it yourself in regedit, the key is

Code: Select all

[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"HardwareAcceleration"="Emulation"
This is no more. It's been removed when DSound got reimplemented on top of mmdevapi.

Now Wine only supports "Emulation" hw acceleration, so this option was removed.
leaguegamer101
Level 1
Level 1
Posts: 5
Joined: Mon Aug 11, 2014 1:41 am

Re: hardware emulation in the newer wine versions

Post by leaguegamer101 »

Strange. If sound emulation is still working, why am I not getting sound in a game which is running perfectly fine graphic wise? I getting no lag or anything, but there is no sound.
Locked