http://bugs.winehq.org/show_bug.cgi?id=24871
Summary: Floppy diskette label and serial number not reported by WINE Product: Wine Version: 1.3.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: cparke@parkerfamily.name
For floppy diskettes, GetVolumeInformation() returns blank for the diskette label and 0000-0000 for the serial number. For key floppy diskettes needed to allow an installer to run, this causes key validation to fail!
WINE should either read the volume label and serial number correctly from the boot record and FAT file system on the diskette, or should allow us to hardcode the values needed in WINECFG (currently this is allowed for hard disks but not floppies!)
http://bugs.winehq.org/show_bug.cgi?id=24871
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-10-24 03:37:00 CDT --- (In reply to comment #0)
WINE should either read the volume label and serial number correctly from the boot record and FAT file system on the diskette, or should allow us to hardcode the values needed in WINECFG (currently this is allowed for hard disks but not floppies!)
It should be read from the device provided you have the necessary permissions. If it doesn't work despite that, please send me an image of the floppy by private email.
http://bugs.winehq.org/show_bug.cgi?id=24871
Chris Parker cparke@parkerfamily.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|mountmgr.sys |kernel32
http://bugs.winehq.org/show_bug.cgi?id=24871
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-25 09:55:38 CDT --- Let's set component to Unknown until somebody performs an investigation.
http://bugs.winehq.org/show_bug.cgi?id=24871
Chris Parker cparke@parkerfamily.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
--- Comment #3 from Chris Parker cparke@parkerfamily.name 2010-10-25 10:06:28 CDT --- (In reply to comment #2)
Let's set component to Unknown until somebody performs an investigation.
http://bugs.winehq.org/show_bug.cgi?id=24871
--- Comment #4 from Chris Parker cparke@parkerfamily.name 2010-10-25 10:10:41 CDT --- (In reply to comment #2)
Let's set component to Unknown until somebody performs an investigation.
Alexandre Julliard already found teh bug to be in kernel32.dll/volume.c based on the floppy immage I provided. That's why I updated the component originally. The FAT super block reader had considered a FAT12 set to only 1 sector/cluster to be unreasonable, but that's exactly how a floppy diskette is typically formatted!
I leave it to him to update the status to CONFIRMED when appropriate.
http://bugs.winehq.org/show_bug.cgi?id=24871
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Floppy diskette label and |Floppy diskette label and |serial number not reported |serial number not reported |by WINE |
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-25 11:16:12 CDT --- Probably fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=1379269587e6f158a22e2b...
http://bugs.winehq.org/show_bug.cgi?id=24871
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2010-10-28 06:53:51 CDT --- Marking fixed.
http://bugs.winehq.org/show_bug.cgi?id=24871
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2010-10-29 12:56:51 CDT --- Closing bugs fixed in 1.3.6.
http://bugs.winehq.org/show_bug.cgi?id=24871
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-04 11:19:52 CDT --- *** Bug 25024 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=24871
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x
http://bugs.winehq.org/show_bug.cgi?id=24871
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |---
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-12-03 12:51:57 CST --- Removing 1.2.x milestone from bugs included in 1.2.2.
http://bugs.winehq.org/show_bug.cgi?id=24871
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com