perryh wrote: > I've installed 1.0.r4 -- yes, it's kind of old, but seems to be the > latest binary available for FreeBSD 7 -- and it doesn't want to run > a setup.exe from the floppy drive. > > $ rm -rf .wine > $ wine a:setup.exe > wine: created the configuration directory '/home/perryh/.wine' > wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument > $ wine 'a:\setup.exe' > wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument > $ wine /fd/setup.exe > wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument > $ ( cd /fd && wine setup.exe ) > wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument > > I suppose this must be something extremely simple, but what? > The floppy is mounted on /fd, and the files are visible: > > Go to the floppy first. $ cd /fd $ wine setup.exe