[Bug 15191] New: Lightroom SQLite GetVolumePathNameW error
http://bugs.winehq.org/show_bug.cgi?id=15191 Summary: Lightroom SQLite GetVolumePathNameW error Product: Wine Version: 1.1.4 Platform: All URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=13203 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: prodrigestivill(a)gmail.com CC: marcus(a)jet.franken.de Adobe Lightroom 2 uses SQLite. It seams that SQLite or Lightroom thinks that drive_c is not a local volume. The error from application: "Lightroom Catalogs can not be opened on network volumes, removable storage, or read only volumes." It shows the error after printing: fixme:volume:GetVolumePathNameW (L"C:\\windows\\profiles\\user\\My Pictures\\Lightroom", 0x32f3c8, 259), stub! -- 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=15191 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown Platform|All |Other Summary|Lightroom SQLite |Lightroom SQLite does not |GetVolumePathNameW error |install --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-08 20:07:19 --- Is your $HOME on the local hard disk or NFS? Attach complete terminal output including the exact command you used to start the application. And the exact directory you were in. Also can you try this and see if it helps? cd ~ wget http://www.kegel.com/wine/winetricks sh winetricks volnum -- 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=15191 --- Comment #2 from plue <prodrigestivill(a)gmail.com> 2008-09-08 20:22:04 --- Created an attachment (id=15940) --> (http://bugs.winehq.org/attachment.cgi?id=15940) Output until the error The same error after do the winetricks you proposed and using my home mount options as default: /dev/hda4 on /home type xfs -- 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=15191 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer -- 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=15191 plue <prodrigestivill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Installer | Summary|Lightroom SQLite does not |Lightroom SQLite |install |GetVolumePathNameW error --- Comment #3 from plue <prodrigestivill(a)gmail.com> 2008-09-08 20:35:50 --- It is not an installer problem, it happen after successfully install the software. When trying to run the installed application. -- 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=15191 --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-09 09:40:34 --- (In reply to comment #2)
The same error after do the winetricks you proposed and using my home mount options as default: /dev/hda4 on /home type xfs
When did xfs became default? What distro is 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=15191 --- Comment #5 from plue <prodrigestivill(a)gmail.com> 2008-09-09 09:46:06 --- (In reply to comment #4)
When did xfs became default? What distro is this?
I said mount options and not filesistem. It is debian installed from netinst as usual. Do you think that xfs could affect? Other reporters from the same application also report the application didn't install so I can't be sure if they have the same problem. -- 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=15191 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-09-09 13:21:12 --- Does the demo show the same problem? https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom -- 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=15191 --- Comment #7 from plue <prodrigestivill(a)gmail.com> 2008-09-09 13:29:43 --- (In reply to comment #6)
Does the demo show the same problem?
https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom
Yes. -- 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=15191 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-09 13:42:52 --- this is probably a duplicate of http://bugs.winehq.org/show_bug.cgi?id=8224, except that failed on GetVolumePathNameA , not {W} There's a patch in that bug for GetVolumePathNameA, just extending it to GetVolumePathNameW would be straightforward, and should work around the bug i guess -- 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=15191 plue <prodrigestivill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|-unknown |kernel32 Resolution| |DUPLICATE Summary|Lightroom SQLite |Adobe Lightroom 2 |GetVolumePathNameW error |GetVolumePathNameW error --- Comment #9 from plue <prodrigestivill(a)gmail.com> 2008-09-09 16:38:39 --- The patch worked for Adobe Lightroom 2. Somebody can commit this patch? Please. http://www.winehq.org/pipermail/wine-patches/attachments/20080816/ddbce562/a... *** This bug has been marked as a duplicate of bug 8224 *** -- 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=15191 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-10 02:34:53 --- 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.
http://bugs.winehq.org/show_bug.cgi?id=15191 plue <prodrigestivill(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |REMIND --- Comment #11 from plue <prodrigestivill(a)gmail.com> 2008-09-17 15:06:20 --- The patch isn't commited yet... (In reply to comment #9)
Somebody can commit this patch? Please.
http://www.winehq.org/pipermail/wine-patches/attachments/20080816/ddbce562/a...
-- 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=15191 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED Resolution|REMIND |DUPLICATE --- Comment #12 from Lei Zhang <thestig(a)google.com> 2008-09-17 15:28:18 --- Please don't change the resolution on duplicate bugs. *** This bug has been marked as a duplicate of bug 8224 *** -- 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=15191 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Lei Zhang <thestig(a)google.com> 2008-09-17 15:28:27 --- 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.
https://bugs.winehq.org/show_bug.cgi?id=15191 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |focht(a)gmx.net Hardware|Other |x86 URL|http://appdb.winehq.org/obj |https://web.archive.org/web |ectManager.php?sClass=versi |/20151202053944/ftp://ftp.a |on&iId=13203 |dobe.com/pub/adobe/lightroo | |m/win/2.x/LTRM2_WWEFG_win.e | |xe Summary|Adobe Lightroom 2 |Adobe Lightroom 2 fails |GetVolumePathNameW error |with error 'Lightroom | |Catalogs can not be opened | |on network volumes, | |removable storage, or read | |only volumes.' | |(kernel32.GetVolumePathName | |W too stubby) -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla