You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running muvm box64 wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v "d3d8" /d native,builtin /f in a prefix created under emulation I get reg: Unable to access or create the specified registry key but the same command on my x86 machine works fine, this makes installing and removing DXVK automatically harder.
The text was updated successfully, but these errors were encountered:
m1m1k4tz
changed the title
[WOW64] Unable to add reg key in a prefix created under emulation
Unable to add reg key in a prefix created under emulation
Dec 19, 2024
I don't reproduce this issue on my side with latest box64/box32 (using wine 9.20-tkg, or 9.22-tkg). I'll retry tomorrow on a clean prefix (I have The Settlers 3 from GoG that needs some registry keys to be imported to work properly), but it was working for me lately.
EDIT: Also which version of wine are you using (32bits, 64bits or new Wow64?)
When running
muvm box64 wine reg add 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v "d3d8" /d native,builtin /f
in a prefix created under emulation I getreg: Unable to access or create the specified registry key
but the same command on my x86 machine works fine, this makes installing and removing DXVK automatically harder.The text was updated successfully, but these errors were encountered: