After running wineinstall which appears to run without problems, entering: wine --version returns: No such file or directory What am I doing wrong?
On 02/08/2011 09:18 PM, kenvogt wrote:> After running wineinstall which appears to run without problems, entering: > > wine --version > > returns: > > No such file or directory > > What am I doing wrong?Does entering "winecfg" without the quotes get you anything?
The terminal pops up: Ken-Vogts-MacBook:wine-1.3.13 ken$ winecfg fixme:system:SetProcessDPIAware stub! fixme:iphlpapi:NotifyAddrChange (Handle 0x8edf554, overlapped 0x8edf558): stub wine: configuration in '/Users/ken/.wine' has been updated. wine --version fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) Also, X11 opens a box with configuration options. Upon closing X11, I still get: Ken-Vogts-MacBook:wine-1.3.13 ken$ wine --version -bash: /opt/local/bin/wine: No such file or directory
It is at: ken/Downloads/wine-1.3.13/loader/wine Even if I am in that directory in the terminal window, I get the same result, no such file or directory.
kenvogt <wineforum-user at winehq.org> wrote:>Sent: Feb 8, 2011 9:37 PM >To: wine-users at winehq.org >Subject: [Wine] Re: No wine after install > >It is at: > >ken/Downloads/wine-1.3.13/loader/wine > >Even if I am in that directory in the terminal window, I get the same result, no such file or directory. >Try starting it using the dot-slash before the program name. You might encounter errors though, but this should not happen. [code] cd /ken/Downloads/wine-1.3.13/loader/ ./wine --version James McKenzie
kenvogt wrote:> It is at: > > ken/Downloads/wine-1.3.13/loader/wine > > Even if I am in that directory in the terminal window, I get the same result, no such file or directory.how the heck did you install Wine to get it there? its loocking in /opt/local which I thought meant you had used Macports to install. Do you have Macports set up to non default /opt/local?
Ok, I originally installed wine with Macports but Macports installs 1.2. I need 1.3. I tried: sudo port upgrade wine but nothing happened. Before that, I had tried: sudo port selfupdate && sudo port upgrade outdated but it did not update wine. So I uninstalled wine and I tried compiling it myself. Thus we are where we are. So if you could tell me how to get Macports to upgrade to 1.3, that will likely solve my problem.
kenvogt wrote:> Ok, I originally installed wine with Macports but Macports installs 1.2. I need 1.3. I tried: > > sudo port upgrade wine > > but nothing happened. > > Before that, I had tried: > > sudo port selfupdate && sudo port upgrade outdated > > but it did not update wine. > > So I uninstalled wine and I tried compiling it myself. Thus we are where we are. > > So if you could tell me how to get Macports to upgrade to 1.3, that will likely solve my problem.Wine is 1.2.x .... Wine-devel is 1.3.x line sudo port install wine-devel