[PATCH 0/1] MR6614: wine.inf: Add a couple of NTFS registry values.
From: Hans Leidekker <hans(a)codeweavers.com> --- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index ac1a20ef46a..456555e28b9 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -596,6 +596,8 @@ HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem" HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1" HKLM,Software\Policies,,16 HKLM,Software\Registered Applications,,16 +HKLM,System\CurrentControlSet\Control\Filesystem,"NtfsDisable8dot3NameCreation",0x10003,0 +HKLM,System\CurrentControlSet\Control\Filesystem,"NtfsDisableLastAccessUpdate",0x10003,0x80000002 HKLM,System\CurrentControlSet\Control\hivelist,,16 HKLM,System\CurrentControlSet\Control\Lsa,"Security Packages",0x10002,kerberos,schannel HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6614
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=148851 Your paranoid android. === debian11b (64 bit WoW report) === kernel32: comm.c:1574: Test failed: AbortWaitCts hComPortEvent failed comm.c:1586: Test failed: Unexpected time 1001, expected around 500
Do any apps rely on these values being present? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6614#note_84039
Yes, I have an app that expects these values to be present. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6614#note_84040
participants (4)
-
Aida Jonikienė -
Hans Leidekker -
Hans Leidekker (@hans) -
Marvin