[Bug 23320] New: regedit regsvr
http://bugs.winehq.org/show_bug.cgi?id=23320 Summary: regedit regsvr Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: denis.bonnenfant(a)diderot.org Just a quite simple bug : when installing SolidWorks 2010, the installer crashes with this message : regedit: ERROR, invalid hex value regedit: ERROR Key HKEY_LOCAL_MACHINE\Software\SolidWorks\SolidWorks 2010\General not created. Value: EnableImproveDrawingViewCreation, Data: dword:0000000000000001 As 0000000000000001 is definitely not a dword, i guess that some cast/formatting should be needed to avoid such cases. reg.exe command works perfectly : wine reg add "HKLM\Software\SolidWorks\SolidWorks 2010\General" /t REG_DWORD /v EnableImproveDrawingViewCreation /d "0000000000000001" ADD - HKLM\Software\SolidWorks\SolidWorks 2010\General EnableImproveDrawingViewCreation 0 REG_DWORD 0000000000000001 0 L'op�ration s'est termin�e avec succ�s -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 denis bonnenfant <denis.bonnenfant(a)diderot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|regedit regsvr |regedit problem with 64 | |bits DWORD ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-23 23:39:32 --- There is no such a thing as "64 bits DWORD". -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 denis bonnenfant <denis.bonnenfant(a)diderot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|regedit problem with 64 |regedit problem when |bits DWORD ? |writing 64 bits value to | |DWORD --- Comment #2 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2010-06-24 04:01:19 --- True. Summary was confusive. I correct it. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-03 22:59:02 CDT --- Is this still an issue in wine 1.5.3? XP regedit does not add such key values too. Maybe windows 7 does? A .reg sample would help. wine reg add works because it parses the input as base 10 number using strtol, so 00000001 = 1. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-10-10 19:09:54 CDT --- No answer to last question, no download, no testcase. Could not reproduce too, resolving abandoned. If anyone is still able to reproduce the issue feel free to reopen. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=23320 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-10-22 18:06:57 CDT --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org