[Bug 19533] reg.exe missing most options; breaks firefox and chromium builds

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 22 11:53:08 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=19533





--- Comment #5 from Dan Kegel <dank at kegel.com>  2010-01-22 11:53:07 ---
Chromium's build also executes the batch file
http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/cygwin/setup_mount.bat
which contains the line
reg add "%MOUNT_KEY%" /v "cygdrive flags" /t REG_DWORD /d 34 /f 
which fails with the messages

ADD - HKCU\Software\Cygnus Solutions\Cygwin\mounts v0 cygdrive flags 0
REG_DWORD 34 1
Unhandled Type 0x4  data 34
The operation completed successfully

(Despite the failure, it claims the operation was successful.)
I'll attach a patch that gets past this problem.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list