http://bugs.winehq.org/show_bug.cgi?id=26704
Summary: SIV can no longer access it's driver - IoCreateSymbolicLink() broken? Product: Wine Version: 1.3.17 Platform: x86 URL: http://rh-software.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ray@pobox.co.uk
SIV (http://rh-software.com/) can no longer access it's driver, the driver seems to start, but there is no SIVDRIVER to \Device\SIVDRIVER mapping. I have checked and both the IoCreateDevice() and IoCreateSymbolicLink() calls worked, but the link is missing. This used to work with Wine 1.3.5.
Using the SIV 4.17 release you can check the MS-DOS names using Menu->System->DOS Devices which uses QueryDosDevice( NULL, buf, 65535 ).
I have also tried to create the mapping using DefineDosDevice( DDD_RAW_TARGET_PATH, ... ).