SimCity doesn't want to install

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ImageJPEG
Level 2
Level 2
Posts: 10
Joined: Sun Mar 18, 2012 1:34 pm

SimCity doesn't want to install

Post by ImageJPEG »

I'm running Wine 1.5.1.

I don't get an error message or anything.
I try running the install executable in the terminal, still without an error.

This is what I get for trying to run it in the terminal:

Code: Select all

josh@HAL9000:~$ wine '/media/SC4DELUXE1/setup.exe' 
josh@HAL9000:~$
I try running the AutoRun.exe file.

I get this error:

Code: Select all

Could not copy 'Z:\home\josh\AutoRun.exe' to 'C:\users\josh\Temp\AutoRun.exe'
I click OK then I receive this message:

Code: Select all

The specified file was not found.
Is it a Wine 1.4+ issue? I never had this problem with previous Wine versions.
Bruno Jesus

SimCity doesn't want to install

Post by Bruno Jesus »

On Fri, Apr 6, 2012 at 19:37, ImageJPEG <[email protected]> wrote:
I'm running Wine 1.5.1.

Code:
josh@HAL9000:~$ wine '/media/SC4DELUXE1/setup.exe'
josh@HAL9000:~$
cd to directory /media/SC4DELUXE1/ first. Then run wine setup.exe
ImageJPEG
Level 2
Level 2
Posts: 10
Joined: Sun Mar 18, 2012 1:34 pm

Re: SimCity doesn't want to install

Post by ImageJPEG »

Bruno Jesus wrote:On Fri, Apr 6, 2012 at 19:37, ImageJPEG <[email protected]> wrote:
I'm running Wine 1.5.1.

Code:
josh@HAL9000:~$ wine '/media/SC4DELUXE1/setup.exe'
josh@HAL9000:~$
cd to directory /media/SC4DELUXE1/ first. Then run wine setup.exe
Don't know how such a simple thing would get it working, but thanks.
Locked