http://bugs.winehq.org/show_bug.cgi?id=16779
--- Comment #12 from Sander info@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.