Ububtu Help

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Ububtu Help

Post by x_sgs_x »

Well nobody on the ubuntu forum could help me so im going to try here.
When trying to install sims 3 i cannot get the disk to mount i get the error No media in disk . Amy ideas of how to fix thanks
ZettaDude
Level 1
Level 1
Posts: 7
Joined: Tue Aug 04, 2009 4:24 pm

Post by ZettaDude »

Have you tried using the force parameter?
MrDelish
Level 1
Level 1
Posts: 5
Joined: Tue Aug 04, 2009 9:23 pm

Post by MrDelish »

If you're mounting from an ISO (which I *think* is required with Sims 3 on Wine), try

Code: Select all

sudo mkdir /media/iso
sudo mount -o loop ISOFILE.iso /media/iso
then

Code: Select all

mount /media/iso/; env WINEPREFIX=~/.wine wine /media/iso/PROGRAM.exe
You can use another prefix in this last command, if you want to put it into a separate "bottle".
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

I dont know what the force parameter is. And il try those commands now.
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

Ok i got this
ISOFILE.iso: No such file or directory
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

No x_sgs_x ISOFILE is the part you need to replace with the name of the ISO so if you're using an ISO file then you need to rename to what its called for example if the ISO is called SIM3 then type in "SIM3.iso". Now the question is are you using the actual DVD or an ISO? We need to know to get a better understanding of it, if the file is ISO is it just in standard .iso or other formats like .mdf or something different.
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

Im using the actual Sims 3 Dvd game. Im sorry that Im not very educated when it comes to linux. The problem is its saying that its not there, like I didnt put the game in.
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

Bump
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

Is the DVD drive in Winecfg > Drivers? That maybe why its saying that the DVD is not found you need to Autodetect and check if wine found it.
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

I did that but it still does not show the disk, it shows all cd-roms no problem but will not show Dvd-roms at all.
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

I've looked at the wineHQ apparently you need a NO-CD patch for this game so that means the DVD wont work. Click on this link -> and It will tell you how to install the game.
x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

no link there.
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

x_sgs_x
Level 1
Level 1
Posts: 8
Joined: Wed Aug 05, 2009 4:49 pm

Post by x_sgs_x »

Thanks
Snake450
Level 3
Level 3
Posts: 90
Joined: Wed Jul 15, 2009 3:11 pm

Post by Snake450 »

If you run in to more problems just post and we'll see what we can do.
Locked