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
With actual winetricks, when installing a dll in a custom wine prefix by using WINEPREFIX=<custom-wine-prefix> /usr/bin/winetricks ole32, I got a message box
regedit: The file C:\Windows\Temp\override-dll.regnot found
and in the command line i see
Using native,builtin override for following DLLs: ole32
++ WINEPREFIX=/home/<user>/.wine64
++ /usr/bin/wine64 'C:\windows\regedit.exe' 'C:\windows\Temp\override-dll.reg'
which means that the specified wine prefix has been ignored.
/usr/bin/winetricks --version
Executing cd /usr/bin
20250102 - sha256sum: 657e0c4260424723476aea7668414a10ed859baf4660f96626694df9b2398460
The text was updated successfully, but these errors were encountered:
rhabacker
changed the title
winetricks does not support the environment variable WINEPREFIX for user-defined wine prefixes
winetricks does not support environment variable WINEPREFIX for installing dll overrides in user-defined wine prefixes
Jan 13, 2025
A subsequent analysis showed that this is not a problem of winetricks, but that a wrapper with the name wine64 was included in a local search path that specified the wine prefix.
With actual
winetricks
, when installing a dll in a custom wine prefix by usingWINEPREFIX=<custom-wine-prefix> /usr/bin/winetricks ole32
, I got a message boxregedit: The file
C:\Windows\Temp\override-dll.regnot found
and in the command line i see
which means that the specified wine prefix has been ignored.
The text was updated successfully, but these errors were encountered: