The Sims 2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rottenpunker
Level 2
Level 2
Posts: 13
Joined: Mon Feb 16, 2009 10:45 am

The Sims 2

Post by rottenpunker »

The Sims 2 has four installation discs. I read this in the faq:
If program is on multiple CD-ROM disks you don't want to change into cd-rom's directory or you won't be able to remove disk without stoping the installer. First verify that CD-ROM is mapped to a disk drive in winecfg "Drives" tab (ex D: -> /media/cdrom). Then run installer this way:

Code: Select all

wine start /unix /media/cdrom/setup.exe
So I did it that way, and yet, when it was time to put in disc two, I got an error saying:
An application is preventing the volume 'Sims2_1' from being unmounted.
immediately followed by this error message:
DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

The Sims 2

Post by austin987 »

On Mon, Feb 23, 2009 at 11:20 AM, rottenpunker
<[email protected]> wrote:
The Sims 2 has four installation discs. I read this in the faq:
If program is on multiple CD-ROM disks you don't want to change into cd-rom's directory or you won't be able to remove disk without stoping the installer. First verify that CD-ROM is mapped to a disk drive in winecfg "Drives" tab (ex D: -> /media/cdrom). Then run installer this way:


Code:
wine start /unix /media/cdrom/setup.exe

So I did it that way, and yet, when it was time to put in disc two, I got an error saying:
An application is preventing the volume 'Sims2_1' from being unmounted.
immediately followed by this error message:
DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.




Do you have a terminal opened in that directory?

E.g., did you do:
$ cd /media/cdrom/
$ wine start /unix /media/cdrom/setup.exe

?

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: The Sims 2

Post by vitamin »

austin987 wrote:Do you have a terminal opened in that directory?

E.g., did you do:
$ cd /media/cdrom/
$ wine start /unix /media/cdrom/setup.exe
If you did, then it would explain why it didn't work. You should NOT cd into mount point.
rottenpunker
Level 2
Level 2
Posts: 13
Joined: Mon Feb 16, 2009 10:45 am

Re: The Sims 2

Post by rottenpunker »

Do you have a terminal opened in that directory?

E.g., did you do:
$ cd /media/cdrom/
$ wine start /unix /media/cdrom/setup.exe
No, I did it just the way I showed you.

Code: Select all

wine start /unix /media/cdrom/setup.exe
[/code]
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

The Sims 2

Post by austin987 »

On Wed, Feb 25, 2009 at 11:02 AM, rottenpunker
<[email protected]> wrote:
Do you have a terminal opened in that directory?

E.g., did you do:
$ cd /media/cdrom/
$ wine start /unix /media/cdrom/setup.exe

No, I did it  just the way I showed you.


Code:
wine start /unix /media/cdrom/setup.exe

[/code]





Try:
$ lsof | grep "/media/cdrom"

--
-Austin
rottenpunker
Level 2
Level 2
Posts: 13
Joined: Mon Feb 16, 2009 10:45 am

Re: The Sims 2

Post by rottenpunker »

Try:
$ lsof | grep "/media/cdrom"

--
-Austin
That doesn't seem to do anything.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

The Sims 2

Post by austin987 »

On Wed, Feb 25, 2009 at 11:34 AM, rottenpunker
<[email protected]> wrote:
Try:
$ lsof | grep "/media/cdrom"

--
-Austin
That doesn't seem to do anything.





Then there's nothing accessing the cdrom directory.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: The Sims 2

Post by vitamin »

rottenpunker wrote:So I did it that way, and yet, when it was time to put in disc two, I got an error saying:
An application is preventing the volume 'Sims2_1' from being unmounted.
Did you try 'wine eject d:'? http://wiki.winehq.org/FAQ#head-dc33f7e ... ebb1f024f7
rottenpunker
Level 2
Level 2
Posts: 13
Joined: Mon Feb 16, 2009 10:45 am

Re: The Sims 2

Post by rottenpunker »

vitamin wrote:
rottenpunker wrote:So I did it that way, and yet, when it was time to put in disc two, I got an error saying:
An application is preventing the volume 'Sims2_1' from being unmounted.
Did you try 'wine eject d:'? http://wiki.winehq.org/FAQ#head-dc33f7e ... ebb1f024f7
That did it! Thanks! :)
Warren Dumortier

The Sims 2

Post by Warren Dumortier »

Hm, this game does not work with wine :( :( :(

2009/2/25 rottenpunker <[email protected]>:
vitamin wrote:
rottenpunker wrote:
So I did it that way, and yet, when it was time to put in disc two, I got an error saying:
Did you try 'wine eject d:'? http://wiki.winehq.org/FAQ#head-dc33f7e ... ebb1f024f7
That did it! Thanks! :)




austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

The Sims 2

Post by austin987 »

On Thu, Feb 26, 2009 at 2:16 AM, Warren Dumortier <[email protected]> wrote:
Hm, this game does not work with wine :( :( :(

2009/2/25 rottenpunker <[email protected]>:
vitamin wrote:
rottenpunker wrote: Did you try 'wine eject d:'? http://wiki.winehq.org/FAQ#head-dc33f7e ... ebb1f024f7
That did it! Thanks! :)





Please bottom post on wine mailing lists.

--
-Austin
Locked