I'm currently writing a new script for the game Alien Swarm, which can be found here.
When testing the new script I stumbled over multiple problems:
- When installing steam I get the following error message:

Luckily this message is ignorable, and can be closed without terminating the installation.
- Afterwards I've discovered, that I had no sound in the game. This lead me to the wine configuration and Regedit to take a look at the sound configuration of wine, which looks like this:


As far as I know, the wine configuration should at least show a selected driver, which in my screenshot is none (Kein).
In addition, as far as I understand https://wiki.winehq.org/Sound, a registry entry HKEY_CURRENT_USER\Software\Wine\Drivers should exist, which should contain at least the sound driver settings.
Do you have any idea how to fix these issues?
I'm currently writing a new script for the game Alien Swarm, which can be found here.
When testing the new script I stumbled over multiple problems:
Luckily this message is ignorable, and can be closed without terminating the installation.
As far as I know, the wine configuration should at least show a selected driver, which in my screenshot is
none(Kein).In addition, as far as I understand https://wiki.winehq.org/Sound, a registry entry
HKEY_CURRENT_USER\Software\Wine\Driversshould exist, which should contain at least the sound driver settings.Do you have any idea how to fix these issues?