http://bugs.winehq.org/show_bug.cgi?id=15025
Summary: Direct Disk Access not implemented Product: Wine Version: 1.1.3 Platform: PC-x86-64 URL: http://mh-nexus.de/de/hxd OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nerv@dawncrow.de
Created an attachment (id=15667) --> (http://bugs.winehq.org/attachment.cgi?id=15667) Output with WINEDEBUG=io
When selecting a drive with Extras->Open Disk... it crashes. It seems like its not an error, it is just not implemented yet. see http://source.winehq.org/source//dlls/mountmgr.sys/mountmgr.c#L361
http://bugs.winehq.org/show_bug.cgi?id=15025
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Summary|Direct Disk Access not |HxD crashes on opening disk |implemented |
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-26 13:34:39 --- It wants IOCTL_DISK_GET_DRIVE_GEOMETRY and yes Wine does not implement it.
You should really use native Linux programs for this.
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-26 13:37:30 --- Hm.. wait a sec it is supported.
Which device are you trying to do this on? What is it mapped as in winecfg? Do you have access to it?
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #3 from André H. nerv@dawncrow.de 2008-08-26 14:33:42 --- i tried to use c: its just declared ../drive_c
did you found code? where?
http://bugs.winehq.org/show_bug.cgi?id=15025
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #4 from André H. nerv@dawncrow.de 2008-08-26 15:06:23 --- But i dont think it wants IOCTL_DISK_GET_DRIVE_GEOMETRY because this would be just 0x70000, but it requests 0x700a0 which has 0x28 as Function and this is not implemented.
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-26 15:18:26 --- That would be IOCTL_DISK_GET_DRIVE_GEOMETRY_EX then
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #6 from Christoph Korn c_korn@gmx.de 2009-01-15 12:10:27 --- Created an attachment (id=18714) --> (http://bugs.winehq.org/attachment.cgi?id=18714) wine output
It still crashes in current git.
http://bugs.winehq.org/show_bug.cgi?id=15025
--- Comment #7 from Austin English austinenglish@gmail.com 2010-07-15 01:11:56 --- Still present in 1.2-rc7.
http://bugs.winehq.org/show_bug.cgi?id=15025
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #8 from André H. nerv@dawncrow.de 2011-03-10 12:35:12 CST --- seems fixed to me http://source.winehq.org/git/wine.git?a=commitdiff;h=7a90e7a4442a011db17b7f2...
can someone please confirm?
http://bugs.winehq.org/show_bug.cgi?id=15025
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2011-03-18 14:39:19 CDT --- Closing bugs fixed in 1.3.16.
http://bugs.winehq.org/show_bug.cgi?id=15025
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x
http://bugs.winehq.org/show_bug.cgi?id=15025
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |---
https://bugs.winehq.org/show_bug.cgi?id=15025
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7a90e7a4442a011db17b7f297e7 | |c93af87269bc4
https://bugs.winehq.org/show_bug.cgi?id=15025
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |mountmgr.sys