TVAM / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Manually specify wineserver path #380

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My OS is FreeBSD_amd64 and I have a i386 chroot environment where wine is 
installed (this is one of two possible methods on FreeBSD)

Because of chrooted wine, environment (sh) setting has "alias wine 
/path-to/usr/local/bin/wine". Winetricks does not like this & gives: 
"wineserver not found!".

Where in winetricks should I place the path for wineserver, or how can I define 
the variable?

Wine ver & OS info:
Wine 1.7.6 /  winetricks:  trunk (201309) / on amd64_FreeBSD_11-Current

Original issue reported on code.google.com by r...@berentweb.com on 12 Nov 2013 at 11:04

GoogleCodeExporter commented 8 years ago
As a temporary work-around I have placed soft-links for wine:
ln -s /chroot/i386/usr/local/bin/wine /usr/local/bin/wine
ln -s /chroot/i386/usr/local/bin/wineserver   /usr/local/bin/wineserver

winetricks worked after that. A separate problem now, and I leave it to the 
moderator to decide wheter to open a new topic.
XP SEP fails to install when running "winetricks dotnet30sp1", then blocks 
further progress.
I have tried "wine msiexec /i XPSEP\ XP\ and\ Server\ 2003\ 32\ bit.msi" 
(suggested on this list) with no effect.

To repeat, Wine ver & OS info:
Wine 1.7.6 /  winetricks:  trunk (201309) / on amd64_FreeBSD_11-Current

Original comment by r...@berentweb.com on 12 Nov 2013 at 4:47

GoogleCodeExporter commented 8 years ago
You can specify the path to both wine and wineserver using the following syntax:
WINE=/path/to/wine WINESERVER=/path/to/wineserver winetricks verb

Original comment by austinenglish@gmail.com on 12 Nov 2013 at 6:28