Displaying 1 result from an estimated 1 matches for "someappthathadalwaysjustworked".
2009 Jun 27
0
Wine crashes with ~/.wine on mount point with noexec set indirectly
...I had a spare partition, so I mkfs.ext4'd it, created a directory 'wine'
owned by me, moved all contents of ~/.wine to it, and ran a sudo mount
-o bind /media/sdb2/wine /home/dazjorz/.wine. I proceeded to take a look
inside and everything was, of course, just fine. When I ran "wine
someAppThatHadAlwaysJustWorked.exe", I first got a crash in
winedevice.exe, then in that app.
Then I noticed that the partition /dev/sdb2 was mounted noexec, so I
umounted ~/.wine and /media/sdb2, remounted /dev/sdb2 with exec, and
remounted ~/.wine - and it all worked again.
This is with Wine 1.1.24. Has this always been...