OS X - Apps and Games Discussion of applications and games available for Mac OS X.

Trouble installing Sims 3, any ideas?


Post Reply New Thread Subscribe

 
Thread Tools
ADKhikerVW

 
ADKhikerVW's Avatar
 
Member Since: Aug 18, 2007
Location: Wilmington, NY
Posts: 715
ADKhikerVW is a jewel in the roughADKhikerVW is a jewel in the rough
Mac Specs: 15" Unibody MBP (2009), White MB (2009), iMac G4

ADKhikerVW is offline
So my fiance purchased and downloaded a copy of The Sims 3 from Direct2Drive. She tried to install it but got the error message "Could not verify the integrity of the installer", after which the installer quits. I did some digging in the package and found tginstall.plist. Inside is an array which says InstallVerify, followed by a string which checks the MD5 Checksum of a file in the Install directory, INSTALLDATA.tgz. Thinking that perhaps the checksum had been corrupted in transit, I went to terminal and ran MD5 INSTALLDATA.tgz, and was returned the exact same checksum that is already listed in tginstall.plist. So if the checksum matches, and I can find no other references to anything else the installer is checking, what could possibly be the problem?

By the way, simply deleting the entry in the plist does not cause the installer to skip the verification, it just crashes.
QUOTE Thanks
MacJenny

 
MacJenny's Avatar
 
Member Since: Jan 30, 2009
Location: DC Metro
Posts: 98
MacJenny is on a distinguished road
Mac Specs: 15" Aluminum unibody MBP, Intel core duo 2.4GHz proc, 4MB DDR3 RAM,

MacJenny is offline
I don't have the answer to your question, but I can tell you that you aren't the only one having trouble with the digital download version. You might want to check out the Sims 3 forum....there is a sub-section for Macs and for technical difficulties.

15" aluminum unibody MacBook Pro, 32gb White iPhone 3GS, 160gb iPod
QUOTE Thanks
viper911h

 
Member Since: Jun 08, 2009
Location: Fredericksburg VA
Posts: 2
viper911h is on a distinguished road
Mac Specs: 2.16 Macbook 4G Ram / iMac / iPod Touch

viper911h is offline
When I read the first post here I was glad to see that it was not just me that was having the problem (since that would have meant a global problem/fix), however now after several days and more people reporting the same problem I was expecting a solution.

I am having the same problem and have had no luck. I have sent 4 messages to D2D with only generic, intelligence insulting replies; giving only instructions on how to download and install.

Courtesy of: **Google him**
______________
Rich Metcalfe
Senior Support Specialist
Digital Distribution
______________

It looks like to me that EA does not directly support the duel platform electronic version, nor do they offer a Mac download themselves. Their lack of support is reportedly due to lack of Mac support for their download manager. Instead they reference third parties; that it looks like have repackaged the binaries with their own Mac installer. D2D has had this problem in the past so this is nothing new.

I have been watching the other forums and have not seen headway anywhere else either.

I have picked apart the tginstall.plist, substituted values just about everywhere else as well, to see what the install could be checking, with no luck. My next step is going to be doing a manual install and seeing what happens from there. The launcher works just fine.

Another interesting thing is that if you expand "installdata.tgz" it starts the Sims 3 Launcher program. The program however looks like it only will look for a CD when you attempt to start it. There is more to dig around in if you view the content of "The Sims 3" (from inside installdata.tgz") There may be a way in here to redirect the launcher program to local source files.

I will be checking back here and posting until I get this fixed.
Any insight appreciated !!
QUOTE Thanks
ADKhikerVW

 
ADKhikerVW's Avatar
 
Member Since: Aug 18, 2007
Location: Wilmington, NY
Posts: 715
ADKhikerVW is a jewel in the roughADKhikerVW is a jewel in the rough
Mac Specs: 15" Unibody MBP (2009), White MB (2009), iMac G4

ADKhikerVW is offline
I finally got it to work.

What I did was make a new disk image in Disk Utility, then copied all the Sims 3 files over to it.

In the tginstall.plist file there is a value which says "ForbiddenGameID". Delete that, and also delete the "InstallVerify" value. Save, launch the installer, and it should work.
QUOTE Thanks
viper911h

 
Member Since: Jun 08, 2009
Location: Fredericksburg VA
Posts: 2
viper911h is on a distinguished road
Mac Specs: 2.16 Macbook 4G Ram / iMac / iPod Touch

viper911h is offline
The installer uses the variable $INSTALLVOLUME inside ginstall.plist to describe the relative path for source files, however it assumes that the files will be at the highest level in the root of $INSTALLVOLUME. $INSTALLVOLUME/installer is where it looks for the first file (installdata.tgz) that contains the CRC data the installer needs to verify file integrity.

The installer was written assuming that the files would be at the highest level of the volume like the root of a DVD or in the case of the Mac Only install, a DMG file.

So the fix is to create an 8 gig .dmg, copy the files from within TheSims3_ddsetup_1.0.631.00107(2).zip inside the mounted volume, and run the install. If you need to save space and cant afford having the original zip and the .dmg on your drive you can always delete the .zip, create the dmg and download directly to the mounted volume.


$INSTALLVOLUME/installer/INSTALLDATA.tgz=5e9341cd6eb3f0a26cff7dfb49934aac19 36b410
QUOTE Thanks
bf21789

 
Member Since: Jun 09, 2009
Posts: 8
bf21789 is on a distinguished road

bf21789 is offline
Quote:
Originally Posted by viper911h View Post
The installer uses the variable $INSTALLVOLUME inside ginstall.plist to describe the relative path for source files, however it assumes that the files will be at the highest level in the root of $INSTALLVOLUME. $INSTALLVOLUME/installer is where it looks for the first file (installdata.tgz) that contains the CRC data the installer needs to verify file integrity.

The installer was written assuming that the files would be at the highest level of the volume like the root of a DVD or in the case of the Mac Only install, a DMG file.

So the fix is to create an 8 gig .dmg, copy the files from within TheSims3_ddsetup_1.0.631.00107(2).zip inside the mounted volume, and run the install. If you need to save space and cant afford having the original zip and the .dmg on your drive you can always delete the .zip, create the dmg and download directly to the mounted volume.


$INSTALLVOLUME/installer/INSTALLDATA.tgz=5e9341cd6eb3f0a26cff7dfb49934aac19 36b410
I created the DMG file, and did as you said, but it's still saying the same thing?

Any help would be appreciated
QUOTE Thanks
bf21789

 
Member Since: Jun 09, 2009
Posts: 8
bf21789 is on a distinguished road

bf21789 is offline
Quote:
Originally Posted by ADKhikerVW View Post
I finally got it to work.

What I did was make a new disk image in Disk Utility, then copied all the Sims 3 files over to it.

In the tginstall.plist file there is a value which says "ForbiddenGameID". Delete that, and also delete the "InstallVerify" value. Save, launch the installer, and it should work.
EDIT:

I found them, changed it like you said. But, all that happens is it starts to verify and then it crashes, asking me if I want to relaunch. No good =/

Did I mention I will love whoever can solve this for me longtime? I'll even make a Sim after you and let it bask in a glorious mansion or something...
Thanks in advance for any help!

Last edited by bf21789; 06-09-2009 at 03:06 AM.
QUOTE Thanks
feindouno

 
Member Since: Jun 09, 2009
Posts: 6
feindouno is on a distinguished road

feindouno is offline
Hi where do you find tginstall.plist ?????
Thanks
QUOTE Thanks
feindouno

 
Member Since: Jun 09, 2009
Posts: 6
feindouno is on a distinguished road

feindouno is offline
Ok i found it !
But how do you save it ? cause i can't save as the same extension ...
QUOTE Thanks
feindouno

 
Member Since: Jun 09, 2009
Posts: 6
feindouno is on a distinguished road

feindouno is offline
Ok now i found how to delete
AND ... now, when i lauch install that doesn t work and quit the application because of error ...
Pfff ...
WHO CAN HELP !!!
QUOTE Thanks
ADKhikerVW

 
ADKhikerVW's Avatar
 
Member Since: Aug 18, 2007
Location: Wilmington, NY
Posts: 715
ADKhikerVW is a jewel in the roughADKhikerVW is a jewel in the rough
Mac Specs: 15" Unibody MBP (2009), White MB (2009), iMac G4

ADKhikerVW is offline
Weird it worked for me the first time, but I just unzipped it again and tried to see if it would work a second time, and it didn't. I must have done something else I forgot about. I will check and try to figure it out.
QUOTE Thanks
feindouno

 
Member Since: Jun 09, 2009
Posts: 6
feindouno is on a distinguished road

feindouno is offline
It will be so great if you can find !!!
Thanks a lot
QUOTE Thanks
masonryx

 
Member Since: Jun 09, 2009
Posts: 3
masonryx is on a distinguished road

masonryx is offline
Quote:
Originally Posted by ADKhikerVW View Post
I finally got it to work.

What I did was make a new disk image in Disk Utility, then copied all the Sims 3 files over to it.

In the tginstall.plist file there is a value which says "ForbiddenGameID". Delete that, and also delete the "InstallVerify" value. Save, launch the installer, and it should work.
I was just wondering how you got this work? I edited the tginstall.plist file and deleted forbiddengameid values and the installverify value, saved and re-launched. The installer paused for a moment and then closed off with no error message i didnt even get the cannot verify the integrity of the installer. I have heard that the digital download version of sims 3 is only good for the PC in a windows environment. Not sure if there is a way around it or if its even possible to run it on a MAC
QUOTE Thanks
bf21789

 
Member Since: Jun 09, 2009
Posts: 8
bf21789 is on a distinguished road

bf21789 is offline
Quote:
Originally Posted by ADKhikerVW View Post
Weird it worked for me the first time, but I just unzipped it again and tried to see if it would work a second time, and it didn't. I must have done something else I forgot about. I will check and try to figure it out.
I really appreciate your help! It's so frustrating
QUOTE Thanks
masonryx

 
Member Since: Jun 09, 2009
Posts: 3
masonryx is on a distinguished road

masonryx is offline
Quote:
Originally Posted by bf21789 View Post
I really appreciate your help! It's so frustrating
There is an actual digital download (MAC) version of the SIMS 3 which I found on d2d's website. As far as getting the PC digital download version working on the MAC brings up some concern, anything is possible I guess especially in the digital world.
QUOTE Thanks

Post Reply New Thread Subscribe


« Simcity 4 Deluxe - Graphics | Duplicate emails in Mail »
Thread Tools

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Trouble Installing Sims 2 spiralspoon OS X - Apps and Games 2 04-23-2009 11:48 AM
Having trouble connecting internet to Imac, any ideas? boxcar1979 Apple Desktops 1 12-26-2008 02:45 PM
Trouble playing the Sims 2 samiayem OS X - Apps and Games 5 01-09-2008 06:20 PM
Trouble Installing Tiger From iPod slugzzz OS X - Operating System 0 01-05-2008 11:30 PM

All times are GMT -4. The time now is 12:26 AM.

Powered by vBulletin
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
X

Welcome to Mac-Forums.com

Create your username to jump into the discussion!

New members like you have made this community the ultimate source for your Mac since 2003!


(4 digit year)

Already a member?