[Bug 23320] New: regedit regsvr

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 22 14:41:38 CDT 2010


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 at winehq.org
        ReportedBy: denis.bonnenfant at 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.


More information about the wine-bugs mailing list