http://bugs.winehq.org/show_bug.cgi?id=29696
--- Comment #2 from Gankov Andrey gankov@opensuse.org 2012-01-24 15:26:00 CST --- I found other very strange problem. All that i describe above happens only if i run setup file from ntfs partition mounted with some options.
What i tested: if i run setup which located in home directory on ext3 - it works fine.
if setup located in directory mounted from fstab with follow options: /dev/disk/by-id/ata-ST9250320AS_5SW2K86K-part2 /windows/D ntfs-3g users,gid=users,fmask=113,dmask=002,locale=ru_RU.UTF-8 0 0 - setup crash
if i mount same partition with by default - setup works.
I see to mount command without options in first time when setup crash: /dev/sda2 on /windows/D type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
and second when setup work: /dev/sda2 on /windows/D type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)