Okay, so I ran some tests.
It seems my main problem was the software version mis-match, caused by installing the wrong pkg32.sh (installed wine, rather than wine-devel).
Fixed that, then was able to run both winetricks and winecfg.
But was not able to install anything. It just sat there, no error, no nothing.
Deleted the default prefix, as follows:
as root-
rm -rf /home/dd/.wine
reboot
NOW can install software, as follows:
as reg user-
wine /home/dd/paradoxcd/setup.exe
It runs.
Some dialogue boxes seem to lag as I drag them across the screen, but it does run.
That might be just a setting.
- - -
Now, the next problem:
I cannot create a prefix.
I try with winetricks GUI. Nothing. (Also, no way to list existing prefixes with winetricks, which is pretty annoying.)
I try from command line,,
as reg. user-
Winearch=win32 WINEPREFIX="/home/dd/.paradox32/" winecfg
Nothing.
I check contents of directory:
ls -al /home/dd/
only shows .wine
No .paradox32
How do you create a wine prefix in FreeBSD?
Is there any way to list wine prefixes?
How do you install into a wine prefix?
Are there any better GUI's for wine / FreeBSD?
Winetricks GUI seems pretty primitive.
Thanks again for your help.
.
.
.