https://bugs.winehq.org/show_bug.cgi?id=39087
Bug ID: 39087 Summary: Apps won't save on a gvfs mounted share Product: Wine Version: 1.7.49 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lox@knc.nc Distribution: ---
Created attachment 52078 --> https://bugs.winehq.org/attachment.cgi?id=52078 Program Logs
When trying to save a file created with a widows App, it is not possible to save to a GVFS mounted share.
For example Photoshop CS6 complains with a disk error.
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Can you reproduce the issue with wine notepad?
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #2 from Laurent Dinclaux lox@knc.nc --- (In reply to Bruno Jesus from comment #1)
Can you reproduce the issue with wine notepad?
Nope, notepad works properly
https://bugs.winehq.org/show_bug.cgi?id=39087
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Apps won't save on a gvfs |Photoshop CS6 won't save on |mounted share |a gvfs mounted share
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net ---
From the log:
---------- err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. ----------
You are missing a dependency of Wine. You need to fix that.
https://bugs.winehq.org/show_bug.cgi?id=39087
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
Could be related.
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #5 from Laurent Dinclaux lox@knc.nc --- Applies to Fireworks CS6 and Fireworks 8.
Fireworks 8 was able to save to GVFS mounted share before.
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #6 from Laurent Dinclaux lox@knc.nc --- (In reply to Rosanne DiMesio from comment #3)
From the log:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You are missing a dependency of Wine. You need to fix that.
Installing winbind didn't help
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #7 from Laurent Dinclaux lox@knc.nc --- (In reply to Laurent Dinclaux from comment #6)
(In reply to Rosanne DiMesio from comment #3)
From the log:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
You are missing a dependency of Wine. You need to fix that.
Installing winbind didn't help
Though I don't have the error message anymore after installing winbind, saving to a GVFS mounted windows share is still giving the same error in the affected apps.
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- How are you saving to the GVFS share? Are you navigating to ~/.gvfs or is there a "mount shortcut" in the file save dialog?
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #9 from Laurent Dinclaux lox@knc.nc --- ~ ntlm_auth -V Version 4.1.13-Ubuntu
I tried both, first through the automount folder that ubuntu creates here: /var/run/user/1000/gvfs/smb-share:server=[server-ip],share=[share-name-ip]
But because this path has chars that windows don't like, I have a symlink in: ~/Volumes/[share-name]
This symlink hack used to work well with wine apps.
https://bugs.winehq.org/show_bug.cgi?id=39087
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- Please try again in Wine 5.6 or later.
I know of some native Linux apps (VLC for example) that can also have problems with certain GVFS mounts. I have to workaround these by using 'sudo mount...'. I don't know if this is an option for you.