I'm not the most technically savvy and having installed wine fine on Mountain Lion I am receiving the following error in terminal when I try to install the .exe programme so don't know where to go with this now. Any help would be appreciated. The application.exe file is in a folder (Firstbeat) that sits at the same level as my Applications folder.
Terminal info:
wine: created the configuration directory '/Users/username/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x2b6f560, overlapped 0x2b6f56c): stub
wine: configuration in '/Users/username/.wine' has been updated.
wine: cannot find L"C:\\windows\\system32\\Firstbeat_ATHLETE_update_version_2204_17042013.exe"
unknown-00:25:00:ef:91:d7:~ username$
Problems for 'new' wine user
Re: Problems for 'new' wine user
Hi tuppence,
Can it be that the SETUP.exe is in another directory than where you've tried to run it? In Terminal, you can see which files are in a directory with typing in: ls (lists you all files in the current folder)
If it is not listed, the SETUP.exe is in another directory. To get the right path to the SETUP.exe, I would recommend you to drag n drop the SETUP.exe (select it with your mouse from the folder, grab it and pull it into the Terminal window) directly into the Terminal window. This way, you'll get the correct path to the file.
So the command in the Terminal would look like this:
wine PATH_TO_SETUP.exe (written in Capitals changes from file to file depending on where it is located
)
Let us know if it has worked out for you.
Cheers mate,
Maexel
Can it be that the SETUP.exe is in another directory than where you've tried to run it? In Terminal, you can see which files are in a directory with typing in: ls (lists you all files in the current folder)
If it is not listed, the SETUP.exe is in another directory. To get the right path to the SETUP.exe, I would recommend you to drag n drop the SETUP.exe (select it with your mouse from the folder, grab it and pull it into the Terminal window) directly into the Terminal window. This way, you'll get the correct path to the file.
So the command in the Terminal would look like this:
wine PATH_TO_SETUP.exe (written in Capitals changes from file to file depending on where it is located

Let us know if it has worked out for you.
Cheers mate,
Maexel