OK, it has nothing to do with trying to run a setup.exe off of floppy.
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
anything I've tried. For example:
$ rm -rf .wine
$ wine notepad
wine: created the configuration directory '/home/perryh/.wine'
wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument
Now what?
New install not working
New install not working
Anyone have an idea? Do I have to attempt building from source,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
anything I've tried. For example:
$ rm -rf .wine
$ wine notepad
wine: created the configuration directory '/home/perryh/.wine'
wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument
Now what?
even though that's generally not recommended for non-experts?
Re: New install not working
Wine always have problems with FreeBSD. If you really want to use Wine, *BDS is not an option.perryh wrote:Anyone have an idea? Do I have to attempt building from source,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
anything I've tried. For example:
$ rm -rf .wine
$ wine notepad
wine: created the configuration directory '/home/perryh/.wine'
wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument
Now what?
even though that's generally not recommended for non-experts?
New install not working
Is there a list of those OS limitations somewhere? I'm a lot moreThere are number of bugs for Wine not working on *BSD ... in most
cases there is nothing Wine can do - it's the OS limitations that
cause all the problems.
familiar with FreeBSD than with either Wine or Windows, so might
conceivably be able to work on fixing some of the limitations.
My interest in all this is to run one particular Windows app on
FreeBSD. I've gotten the impression that Wine is probably the most
promising way to accomplish this, in addition to being a Good Thing
as a matter of principle.
Re: New install not working
Wine is the only thing you can use other then VM to run windows apps on *NIX.perryh wrote:Is there a list of those OS limitations somewhere? I'm a lot moreThere are number of bugs for Wine not working on *BSD ... in most
cases there is nothing Wine can do - it's the OS limitations that
cause all the problems.
familiar with FreeBSD than with either Wine or Windows, so might
conceivably be able to work on fixing some of the limitations.
My interest in all this is to run one particular Windows app on
FreeBSD. I've gotten the impression that Wine is probably the most
promising way to accomplish this, in addition to being a Good Thing
as a matter of principle.
You can search bugzilla for the list of FreeBSD bugs
New install not working
Unfortunately, at my level of (un)familiarity with Wine, it's notYou can search bugzilla for the list of FreeBSD bugs ...Is there a list of those OS limitations somewhere?There are number of bugs for Wine not working on *BSD ...
in most cases there is nothing Wine can do - it's the OS
limitations that cause all the problems.
...
at all clear which of those are caused by problems in FreeBSD, or
what those underlying problems are. Some have comments indicating
they also happen in other OS, thus presumably not caused by "OS
limitations" (or at least not by limitations unique to FreeBSD),
and some seem to happen on old FreeBSD releases; but I found only
two comments (in 12839 and 13607) to the effect of "this happens
because FreeBSD can't handle thus-and-such." (WRT those two, the
iphlpapi issue is already being worked on and may have been fixed
in FreeBSD 7.0, and ZFS cannot be a factor for me because I'm not
using it.)
Based on the description in 13526 it looks as if some FreeBSD Wine
users are getting a whole lot farther than I am. For that matter,
I was getting quite a bit farther before upgrading to 1.0.r4.