https://bugs.winehq.org/show_bug.cgi?id=31942
Carlos Salvador Pérez Salgado carlosalvatore@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlosalvatore@gmail.com
--- Comment #33 from Carlos Salvador Pérez Salgado carlosalvatore@gmail.com --- (In reply to Hans Leidekker from comment #29)
It depends on getting the right data from setupapi. It calls SetupDiGetClassDevsW with class GUID_DEVINTERFACE_DISK and then SetupDiEnumDeviceInterfaces. We don't store anything in the relevant registry keys so the enumeration fails immediately. However, the installer doesn't appear to check the return value.
If I put some fake data below these two keys the crash is gone: System\CurrentControlSet\Control\DeviceClasses System\CurrentControlSet\Enum
What did you put in those keys? The uuid of the CDROM?
I am mounting an iso image of the installation disk and it won't install because of the "err:msi:msi_view_get_row Error fetching data for 1" problem.
I am using wine-2.9
Regards