Closed OdinVex closed 9 months ago
Please select the correct issue template and actually use the template next time.
I thoughh I fixed that. I'll look into it again.
Okay, after reading the edit (honestly, why didn't I see it before?), I'm confused.
Do you actually want me to change something and what exactly? (There's two places where these files are copied to in the guide. Which one?)
Not at all, this was just an informational post, it can be closed, I just thought it best there was some kind of information around about it. I never got any of this working even following the Arch Pipewire guide (Manjaro), RS_ASIO never could find the DLL even after patching to the correct name.
Okay, after reading the edit (honestly, why didn't I see it before?), I'm confused.
Do you actually want me to change something and what exactly? (There's two places where these files are copied to in the guide. Which one?)
Follow-up: I couldn't get anything to work but mostly because of that regsvr32 call and apparently a libjack issue...but I managed to fix it by editing native-steam.sh
.
/pfx
to it correctly the location.regsvr32
command to WINEPREFIX="$prefix" wineasio-register
.WINEPREFIX="$prefix" wine reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts" /v LogPixels /t REG_DWORD /d 192
. (Just thought it might be helpful, you can also just use winecfg under the prefix...)/usr/lib32/[libjack.so|libjack.so.0|libjack.so.0.1.0]
to my Proton's /files/lib/
so that the Jack backend would match the system version of Jack.Edit: I'm also using 0.7.1 of RS_ASIO. I asked the author to check for wineasio.dll
and wineasio32.dll
(both for backwards compatibility, so kind) and it's working great. I do wish I could fix the low output volume though.
RS_ASIO looks for
wineasio.dll
, not32
. I asked the developer to add both DLLs as a potential source (first 32, then no suffix, for compatiblity). Just mentioning. (Edit: I know the current Arch Pipewire guide has it manually copying over aswineasio
, just mentioning for anyone's clarity.)