[Bug 17293] New: wine from version 1.1.7 to 1.1.12 no longer uses winecfg advanced settings for drive mapping
http://bugs.winehq.org/show_bug.cgi?id=17293 Summary: wine from version 1.1.7 to 1.1.12 no longer uses winecfg advanced settings for drive mapping Product: Wine Version: 1.1.7 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: martinrs(a)softhome.net After running winecfg Drives->Show Advanced to set drive Type, wine versions from 1.1.7 no longer uses this information to find the drive type. This is confirmed by tracing through wine debug. For example, run winecfg, choose Drives tab, Add.., D: drive, Show Advanced, Path:/some-normal-directory-path, Type: CD-ROM The D: drive is not detected as CD-ROM but rather as a normal disk. Also confirmed with Type: Local using a path that is a bind mount point (not even a network mount), and it detects as remote drive rather than local drive. This is confirmed from version 1.1.7 to 1.1.12 (not sure after that). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Martin Fontaigne <martinrs(a)softhome.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine from version 1.1.7 to |wine from version 1.1.8 to |1.1.12 no longer uses |1.1.12 no longer uses |winecfg advanced settings |winecfg advanced settings |for drive mapping |for drive mapping --- Comment #1 from Martin Fontaigne <martinrs(a)softhome.net> 2009-02-07 01:03:29 --- The issue starts from version 1.1.8, not 1.1.7. Changed title to reflect this. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Martin Fontaigne <martinrs(a)softhome.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine from version 1.1.8 to |wine from version 1.1.9 to |1.1.12 no longer uses |1.1.12 no longer uses |winecfg advanced settings |winecfg advanced settings |for drive mapping |for drive mapping --- Comment #2 from Martin Fontaigne <martinrs(a)softhome.net> 2009-02-07 01:08:06 --- Nope. The issue exists from 1.1.9. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-02-07 01:50:20 --- Run a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression OS/Version|All |other Platform|All |Other Summary|wine from version 1.1.9 to |wine no longer uses winecfg |1.1.12 no longer uses |advanced settings for drive |winecfg advanced settings |mapping |for drive mapping | Version|1.1.7 |unspecified --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-07 12:55:33 --- What Wine version do you have now? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Martin Fontaigne <martinrs(a)softhome.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine no longer uses winecfg |winecfg drive cdrom type is |advanced settings for drive |ignored for networked |mapping |mounted paths --- Comment #5 from Martin Fontaigne <martinrs(a)softhome.net> 2009-02-18 03:22:34 --- I now have wine 1.1.12. I have pinpointed this problem to be related to network mount paths, and modified the title to correctly reflect this. Here is how to reproduce: In winecfg, change a drive to a local directory path and drive type as cdrom. It is detected as cdrom by applications. Now change a drive to a network mounted directory path and set the drive type as cdrom too. It is detected as a network drive, not a cdrom. This behavior is different from wine 1.0.x last time I used, where it consistently detects the path as cdrom whether the directory is local or network mounted. It seems like the newer wine no longer follows the manually set device type if the device is detected as unix network drive. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Martin Fontaigne <martinrs(a)softhome.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.12 --- Comment #6 from Martin Fontaigne <martinrs(a)softhome.net> 2009-02-18 03:30:11 --- I believe, before version 1.1.12, all mounted directory paths (whether networked or local bind) device type couldn't be overriden using winecfg. Now it seems that local directory paths device types are able to be overriden properly, but not nfs-mounted directory paths. Thus the bug title reflects this new information. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-08-26 13:21:20 --- Is this still present in current (1.1.28 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2011-10-01 13:08:13 CDT --- (In reply to comment #7)
Is this still present in current (1.1.28 or newer) wine?
1 year, no response, no download => abandoned. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17293 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2011-10-01 13:18:14 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org