http://bugs.winehq.org/show_bug.cgi?id=16779 --- Comment #12 from Sander <info(a)goldenelite.com> 2009-01-05 10:14:07 --- I think i fixed my issue. I had this in my /etc/fstab: /dev/sda1 /jfs jfs user,relatime,errors=remount-ro 0 1 i changed it to: /dev/sda1 /jfs jfs relatime,errors=remount-ro 0 1 After removing the 'user' mount option, the bug disappears. The manpage says: " (iii) Normally, only the superuser can mount file systems. However, when fstab contains the user option on a line, anybody can mount the corresponding system." So it sounds harmless but apparantly can cause problems. Either way this seems more and more like not a bug in wine, but i hope people with similar problems will find this through Google. Thanks for your time, i consider my problem fixed. -- 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.