http://bugs.winehq.org/show_bug.cgi?id=18309
Summary: Wine doesn't install programs from multiple floppies Product: Wine Version: 1.0.1 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: scott@open-vote.org
From launchpad: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/184932
I would like an automatic umount/remount of the floppy drive to install windows programs from multiple floppies.
I installed Quicken 4 in wine. The installation stopped with the 2nd floppy. The Quicken installer was looking for the 2nd floppy but got stuck with the reference from the first one.
To bypass the bug, I launched a terminal, typed " umount /media/floppy ; mount /media/floppy " between each floppy exchange and then press enter in wine to continue the process.
Quicken uses labels on floppies to maintain the installation order.
http://bugs.winehq.org/show_bug.cgi?id=18309
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-04-30 19:39:58 --- Wine is not what mounts/unmounts media. I don't see why it should be special for floppies?
http://bugs.winehq.org/show_bug.cgi?id=18309
--- Comment #2 from Scott Ritchie scott@open-vote.org 2009-04-30 21:23:21 --- I may have misunderstood the reporter. I thought this was a case of a program waiting to detect when a new floppy is inserted and then working automatically when it is; that would imply it's telling the operating system something different from just "read the file on disk". If that were the case then in theory Wine could respect that system call
http://bugs.winehq.org/show_bug.cgi?id=18309
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | Summary|Wine doesn't install |Wine doesn't report floppy |programs from multiple |disk change |floppies |
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-01 08:24:50 --- In this case the only part Wine might be able to fix is "press enter in wine to continue the process". umount/mount should still be done manually or with automounter.
http://bugs.winehq.org/show_bug.cgi?id=18309
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-05-01 15:40:16 --- (In reply to comment #2)
I may have misunderstood the reporter. I thought this was a case of a program waiting to detect when a new floppy is inserted and then working automatically when it is; that would imply it's telling the operating system something different from just "read the file on disk". If that were the case then in theory Wine could respect that system call
Windows doesn't have such a notification. See e.g. Raymond Chen: http://blogs.msdn.com/oldnewthing/archive/2009/04/02/9528175.aspx
Whether or not you have to umount/mount the floppy is up to the distribution, and unrelated to the whether notification occurs when a floppy change happens.
Even if such a notification existed in the distribution, there's no corresponding notification you could send in Wine that would change the Windows program's behavior, as there's no Windows signal that a floppy change has in fact occurred.
http://bugs.winehq.org/show_bug.cgi?id=18309
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|ntdll |-unknown
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-01 23:13:49 --- Closing.