[Bug 16118] New: Filedialog in wine application freeze if i use autoFS
http://bugs.winehq.org/show_bug.cgi?id=16118 Summary: Filedialog in wine application freeze if i use autoFS Product: Wine Version: 1.0.1 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: tomcheng76(a)yahoo.com.hk I use this to mount my samba share using autofs. http://www.howtoforge.com/accessing_windows_or_samba_shares_using_autofs When the samba host is down, everything is fine but wine. If a wine application open up a Filedialog and i browse the folder '/', it just freeze, i tried to wait but it never give response. it is because there is a folder /cifs. If i turn off autofs, i.e. sudo /etc/init.d/autofs stop Then wine works fine. OS is ubuntu 8.10 AMD64, en_HK.UTF-8 locale. Please tell me if you want any additional 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=16118 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-11-19 00:07:37 --- Please retest with 1.1.8. -- 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=16118 --- Comment #2 from Tommy Cheng <tomcheng76(a)yahoo.com.hk> 2008-11-19 06:24:09 --- No, Latest development release didn't fix the problem. Upgraded from [deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"] I tried that using [gksudo winecfg] = > Drives tab => Click Z: => Browse => freezed. gksudo to make sure wine don't use my applications rule and other settings -- 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=16118 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-11-19 15:10:24 --- (In reply to comment #2)
I tried that using [gksudo winecfg] = > Drives tab => Click Z: => Browse => freezed.
gksudo to make sure wine don't use my applications rule and other settings
Why are you using gksudo? -- 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=16118 --- Comment #4 from Tommy Cheng <tomcheng76(a)yahoo.com.hk> 2008-11-19 20:04:32 --- we can define applications rule in winecfg to specify dlls using either bulitin or native. That's why i don't want them to take effects during my testing. gksudo to make sure the registry/settings is clean since i never use root to run wine application. of coz just [winecfg] has 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=16118 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-11-20 01:20:59 --- (In reply to comment #4)
we can define applications rule in winecfg to specify dlls using either bulitin or native. That's why i don't want them to take effects during my testing.
gksudo to make sure the registry/settings is clean since i never use root to run wine application. of coz just [winecfg] has the same problem.
Don't use root. Use a clean wineprefix, without running as root. -- 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=16118 --- Comment #6 from Tommy Cheng <tomcheng76(a)yahoo.com.hk> 2008-11-21 06:18:35 --- (In reply to comment #5)
(In reply to comment #4)
we can define applications rule in winecfg to specify dlls using either bulitin or native. That's why i don't want them to take effects during my testing.
gksudo to make sure the registry/settings is clean since i never use root to run wine application. of coz just [winecfg] has the same problem.
Don't use root.
Use a clean wineprefix, without running as root.
It doesn't fix the problem anyway. [WINEPREFIX='/home/bomber/winetest' winecfg] In the Drives tab, i chose Z: , drive mapping is '/', then i press Browse... and then it freezed. Problem is that wine try to access /cifs which is created by AutoFS...if AutoFS is stopped by [sudo /etc/init.d/autofs stop], the problem is gone simply because of there isn't any /cifs folder anymore. -- 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=16118 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-11-22 11:29:40 --- Can you access /cifs directory outside of Wine? What happens when you run this: ls -la -d /cifs -- 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=16118 --- Comment #8 from Tommy Cheng <tomcheng76(a)yahoo.com.hk> 2008-11-24 06:03:56 --- (In reply to comment #7)
Can you access /cifs directory outside of Wine? What happens when you run this: ls -la -d /cifs
It works. bomber(a)bomber-C2D:~$ ls -la -d /cifs drwxr-xr-x 2 root root 0 2008-11-24 20:01 /cif -- 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=16118 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-05-29 12:19:35 --- Is this still an issue in current (1.1.22 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=16118 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2010-03-11 17:24:49 --- No response in 8 months, marking abandoned. If you still have an issue in current (1.1.40 or newer) wine, and can provide the needed information, feel free to reopen. -- 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=16118 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2010-03-11 17:26:04 --- 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