Some apps (Mega Man X DiVE Offline, steam appid: 2183650), explicitly check for these keys, and throw error dialogs if they aren't found in the registry.
From: Patrick Hibbs hibbsncc1701@gmail.com
Some apps (Mega Man X DiVE Offline, steam appid: 2183650), explicitly check for these keys, and throw error dialogs if they aren't found in the registry.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57703 --- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 892078a4a96..adbb3cb25be 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -222,6 +222,8 @@ FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes" Control="System\CurrentControlSet\Control"
[Classes] +HKCR,AppID{B8C54A54-355E-11D3-83EB-00A0C92A2F2D},,2,"Windows Media Player" +HKCR,Applications\wmplayer.exe,,16 HKCR,.chm,,2,"chm.file" HKCR,.cpl,,2,"cplfile" HKCR,.hlp,,2,"hlpfile"