http://bugs.winehq.org/show_bug.cgi?id=29696
Bug #: 29696 Summary: UltraVNC: crash when install run Product: Wine Version: 1.3.37 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: gankov@opensuse.org Classification: Unclassified
Created attachment 38526 --> http://bugs.winehq.org/attachment.cgi?id=38526 error
If run installer UltraVNC 1.0.9.6.1, installer crash. In terminal nothing. I use openSUSE 12.1 with wine 1.3.37.
Installer can be download from http://www.uvnc.com/downloads/ultravnc/95-downlaod-10961.html
http://bugs.winehq.org/show_bug.cgi?id=29696
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
--- Comment #1 from Austin English austinenglish@gmail.com 2012-01-24 13:35:42 CST --- Works fine here in a clean wineprefix/wine-1.3.37-329-gaf3d368. Did you change any of the default settings? Please try in a clean wineprefix and attach terminal output.
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)
http://bugs.winehq.org/show_bug.cgi?id=29696
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-01-24 21:51:11 CST --- noexec option is your problem. Wine can not execute files from any partition mounted "noexec".
Not a bug - kernel prevents Wine from running executables.
http://bugs.winehq.org/show_bug.cgi?id=29696
--- Comment #4 from Gankov Andrey gankov@opensuse.org 2012-01-25 03:04:20 CST --- sorry if i spend your time, but why application can be run and no error on terminal with permission deny. Why i can run other windows applications from this partition mounted with same options and them works.
I am understand what it is minor problem. But it is strange behavior. thanks.
http://bugs.winehq.org/show_bug.cgi?id=29696
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2012-01-28 14:04:15 CST --- Closing.