[Wine] Wine on Tiger

M C kuraikami at gmail.com
Wed Sep 28 22:18:11 CDT 2011


2011/9/29 mrivera <wineforum-user at winehq.org>:
> Ah you guys probly hate me! As you know I'm not really sure what I'm doing here. Here's how far I got, I wasn't able to locate anything that would actually open Arena. Please help!
>
> Last login: Wed Sep 28 19:41:29 on console
> Welcome to Darwin!
> michael-riveras-computer:~ michaelrivera$ cd ~/.wine/drive_c/Program\ Files/
> michael-riveras-computer:~/.wine/drive_c/Program Files michaelrivera$ ls
> Common Files            Microsoft Office        Uninstall Information
> Internet Explorer       Rockwell Software
> michael-riveras-computer:~/.wine/drive_c/Program Files michaelrivera$ cd "Rockwell Software"
> michael-riveras-computer:~/.wine/drive_c/Program Files/Rockwell Software michaelrivera$ cd "rockwell software" ls
> -bash: cd: rockwell software: No such file or directory
> michael-riveras-computer:~/.wine/drive_c/Program Files/Rockwell Software michaelrivera$ cd ~/.wine/drive_c/Program\ Files/
> michael-riveras-computer:~/.wine/drive_c/Program Files michaelrivera$ ls
> Common Files            Microsoft Office        Uninstall Information
> Internet Explorer       Rockwell Software
> michael-riveras-computer:~/.wine/drive_c/Program Files michaelrivera$ cd "rockwell software"
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ cd "rockwell software" ls
> -bash: cd: rockwell software: No such file or directory
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ cd "rockwell software"
> -bash: cd: rockwell software: No such file or directory
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ /Users/michaelrivera/Desktop/ARENA10Softwarepack/autorun.exe
> -bash: /Users/michaelrivera/Desktop/ARENA10Softwarepack/autorun.exe: cannot execute binary file
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ wine cd ~/.wine/drive_c/Program\ Files/
>
> ^[[err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
> err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000005
> ^R
>
> wine: cannot find L"C:\\windows\\system32\\cd.exe"
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ wine /Users/michaelrivera/Desktop/ARENA10Softwarepack/autorun.exe
> fixme:wave:wodDsCreate DirectSound not implemented
> fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
> fixme:wave:AudioUnit_SetVolume independent left/right volume not implemented (1.000000, 1.000000)
> fixme:wave:wodDsCreate DirectSound not implemented
> fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ wine /Users/michaelrivera/Desktop/ARENA10Softwarepack/instmsia.exe
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$ wine /Users/michaelrivera/Desktop/ARENA10Softwarepack/WIShell.exe
> err:msi:ITERATE_Actions Execution halted, action L"MaintenanceWelcome" returned 1602
> michael-riveras-computer:~/.wine/drive_c/Program Files/rockwell software michaelrivera$
>
> Thanks again! If there's anything I can do in return let me know!
>
>
>
>
>
>

If you took a quick look to a tutorial on how to use the terminal, you
would have understood what was happening.

If you look at the terminal there is the prompt (some text at the
beginning of the line) and what you type.
Your prompt look like : michael-riveras-computer:~ michaelrivera$
Which tells you :
- the name of your machine : michael-riveras-computer (not useful for
what follows)
- the current folder : ~ (really useful)
- your username : michaelrivera (not useful for what follows)

Let's now see what you have done :
1) opening a new terminal
> prompt : "michael-riveras-computer:~ michaelrivera$"
-> you are in the ~ folder (aka. home)
2) run "cd ~/.wine/drive_c/Program\ Files/" (aka. change directory to ...)
> prompt : "michael-riveras-computer:~/.wine/drive_c/Program Files michaelrivera$"
-> you are in the "~/.wine/drive_c/Program Files" folder as you
requested, congratulations
3) run "ls" (aka. list content)
> prompt : no change, directory is still "~/.wine/drive_c/Program Files"
-> In the list you can see "Rockwell Software" which gives you the
_exact_ name you are looking for
4) run  "cd "Rockwell Software""
> prompt : "michael-riveras-computer:~/.wine/drive_c/Program Files/Rockwell Software michaelrivera$"
-> you are in the "Rockwell Software" sub folder as you requested,
congratulations

Then... some random commands without any real meaning. I guess a mix
of "And now what ?" and of pure panic "What is this terminal thing ?
What is it asking me ?"

It should have gone like this :
5) would be another "ls" which would give you either :
- another folder name : go to 6)
- an exe name (something which end up in .exe) : got to 7)
6) Bascially like 4), type "cd" followed by the exact folder name in
double quotes and then go back to 5)
7) Type "wine" followed by the exact file name in double quotes
(including what is before the .exe and the .exe itself)

But you would have understood all that and I would not have had to
write those details if you took the time to go through the first steps
of any terminal tutorial. It would take you less than 5 minutes to
complete and make like easier for you and the people trying to help
you...



More information about the wine-users mailing list