http://bugs.winehq.org/show_bug.cgi?id=10068 Summary: string definition mistake in ntdll.dll Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-kernel AssignedTo: wine-bugs(a)winehq.org ReportedBy: naclx(a)vip.sina.com There is a string definition mistake in dlls/ntdll/reg.c. In function RTL_GetKeyHandle, the string "control" is defined with "Registry\\Machine System\\Current ControlSet\\Control". but there shouldn't be a blank in "Current Controlset". The functions that call RTL_GetKeyHandle to get this key will return with an error. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.