http://bugs.winehq.org/show_bug.cgi?id=10624
Summary: REG_DWORD should be unsigned not signed in regedit Product: Wine Version: 0.9.49. Platform: All OS/Version: All Status: UNCONFIRMED Severity: trivial Priority: P4 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: ted@midg3t.net
Wine's regedit displays the integer representation of REG_DWORD values as a signed value, whereas regedit on my Windows 2000 machine shows the integer representation as unsigned.
To test, create a REG_DWORD value and set the data to ffffffff. It should be 4294967295 but Wine's regedit shows -1.
http://bugs.winehq.org/show_bug.cgi?id=10624
--- Comment #1 from Ted Percival ted@midg3t.net 2007-12-01 01:28:49 --- Created an attachment (id=9427) --> (http://bugs.winehq.org/attachment.cgi?id=9427) Proposed patch
http://bugs.winehq.org/show_bug.cgi?id=10624
Alexander Nicolaysen Sørnes alex@thehandofagony.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex@thehandofagony.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Alexander Nicolaysen Sørnes alex@thehandofagony.com 2007-12-01 08:08:41 --- Confirmed with regedit on Win 98SE as well. Go for wine-patches if you already haven't. Nice catch.
http://bugs.winehq.org/show_bug.cgi?id=10624
Ted Percival ted@midg3t.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9427 is|0 |1 obsolete| |
--- Comment #3 from Ted Percival ted@midg3t.net 2007-12-02 00:50:16 --- Created an attachment (id=9449) --> (http://bugs.winehq.org/attachment.cgi?id=9449) Proposed patch
The hex representation uses lowercase characters in Windows regedit, too (Wine's regedit uses uppercase hex). This patch makes both changes.
http://bugs.winehq.org/show_bug.cgi?id=10624
--- Comment #4 from Ted Percival ted@midg3t.net 2007-12-02 04:22:47 --- Sent to wine-patches.
http://bugs.winehq.org/show_bug.cgi?id=10624
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Vijay Kamuju infyquest@gmail.com 2007-12-03 12:36:48 --- resolving as fixed, as the patch proposed is in git
http://bugs.winehq.org/show_bug.cgi?id=10624
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel dank@kegel.com 2008-01-28 05:45:48 --- Closing all RESOLVED FIXED bugs older than four weeks.
http://bugs.winehq.org/show_bug.cgi?id=10624
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other
--- Comment #7 from Austin English austinenglish@gmail.com 2012-02-23 15:12:16 CST --- Removing deprecated 'All' Platform/OS.