Kron4ek / FAudio-Builds

FAudio builds for Wine
63 stars 3 forks source link

The state of 32-bit FAudio? #4

Closed lemonzest79 closed 5 years ago

lemonzest79 commented 5 years ago

Hiya

I am wondering on the state of the 32bit parts of FAudio? I had installed Victor Vran in Wine Staging 4.10 and had no sound, one solution I found was to install FAudio to enable Xaudio2 something, I tried to winetricks faudio today and noticed it broke, came to your site and then also noticed you had removed all the 32bit builds of the project, Victor Vran is a 32bit only programme.

Any help or news it gratefully received.

Kron4ek commented 5 years ago

Hi. For some reason 32-bit FAudio MinGW build doesn't work, i thought it just doesn't work in some games but then i found out that it doesn't work at all. Maybe i compile it wrong, or that's an upstream bug, i can't say for sure.

For 32-bit games that use XAudio i suggest to install xact using winetricks, that should fix sound issues.

Or you can try to use native FAudio (i mean native Linux library - libFAudio.so) if it's available in your distribution's repositories. In that case it's necessary to use vanilla Wine 4.3+, because Wine-Staging disables FAudio support for now.

mozo78 commented 5 years ago

Or use native version of the game.

lemonzest79 commented 5 years ago

Tried using winetricks to install xact and still no sound unfortunately.

Kron4ek commented 5 years ago

Tried using winetricks to install xact and still no sound unfortunately

Doesn't work for me too, i also tested native FAudio library and it doesn't fix sound in this game. But the problem is definitely XAudio related as there is a such line in game logs:

XAudio2Create failed: 800401f0

So the only solution at the moment is to use native version of the game.