How to make my Spore game run on Mac OS v10.7.2?

I got a new MacBook Pro this year(2011) and tried to install my game(Spore). When I tried to launch it, the game crashed on the splash screen(presentation).
Is there something I can do? I see a lot of people with the same problem...
Thanks
Víctor Suhett

Hi, saw this elsewhere on the Apple Forums, so here you go:
What finally worked was this:
Delete All The Things - Drag the Spore program to the bin. Also delete Spore's preferences folder which is hard to find in the new OS.
Zap the PRAM
Do a clean install - do NOT update. Click NO when ask to update!!!
Restart, zap the PRAM.
Open the game, it will ask you to update. Let it load the first update, then quit.
Restart, zap the PRAM.
Repeat the single update - restart - zap PRAM process until you've done all five
Done!

Similar Messages

  • How can i install windows game on my mac actually i download a cricket game 2009 how i can inastall in mac

    how can i install windows game on my mac. actually i download a cricket game 2009 how i can inastal in mac

    It will never run in OS X. You need to install Windows on your machine.

  • How to make sure an applet runs with Java 5?

    Hi all,
    First let me say thanks for all the help in the past. You've help me go from noob to intermediate noob. I've just about finished my first applet game which can be checked out here .
    Now I've been reading about problems with mac and 1.6. (note it works on Linux). I want to make sure that it runs fine and of course I don't own a mac. So I downloaded the 5 JDK. Selected it as the java platform in Netbeans, compiled and it ran fine.
    Questions:
    Do I have to always use 1.5 to compile and perhaps set it as default?
    Since it works in 1.5, do I compile it with 1.6 and just upload?
    I'm worried I'm not testing it correctly. I mean if I have both 1.5 and 1.6 installed on my machine, how to I make sure the applet is only using 1.5 to run?
    Thanks
    Darrin

    corlettk wrote:
    I haven't got a clue RE your problem other than for max-portability you should compile with [-target 1.5|http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html].
    I must say I'm impressed, except I suspect my PC must be substantially faster than any of your test platforms... can you throttle it to CPU performance somehow? Or maybe it's just that my reflexes aren't what they once where.Thanks.
    There seem to be two issues. The first is what people are using. This web stats shows pretty poor penetration of 1.6.
    [http://www.statowl.com/java.php|http://www.statowl.com/java.php] Penetration: 54% with JRE1.6 + 19% with JRE 1.5. Total 73%.
    The second is I've read that mac and 1.6 do not get along except on a 64bit platform.
    So for applets there is not much choice but to compile on 1.5 for the broadest user base. I guess the good news is 1.4 and earlier are almost non-existent.
    Edited by: Darrin.A on Apr 27, 2009 8:11 AM

  • How to make Adobe Flash Player run faster

    how do you make adobe flash player run faster my child has a game and the game is running to slow to play/use some of the features
    please please help

    Welcome to our community
    I see this is your first post here. I'm guessing that you aren't using Adobe Captivate.
    I'm unsure exactly how you managed to end up posting your question here, but you seem to lost and unsure exactly where to post.This forum is where we help one another with the Adobe Captivate product.
    Click the link below to visit the main forums landing page. From there, you will either click an icon or click a drop-down list where you may choose from a gob of different forums. I'm guessing you want the forum for Flash Player.
    Click here to view
    Cheers... Rick

  • Can someone point in the right direction for how to make a multiplayer game over the internet

    Hello,
    I am looking into making a game where two people who can be in different places would log on to the app, log in and can play - i.e. they would be connected over the internet. I'm looking for a hint on what is the direction to take and which technologies.
    For example is there a best practice for example if you make an app with DirectX and C++, and you use some kind of web service or something? or is it easier using C# and XNA? just looking for some pointers in the right direction. I have played around
    with DirectX, far from proficient but have familiarity, I have no experience with XNA but hear it's less hardcore and easier going. I'm particularly interested in what the best way to connect over the internet.
    Thanks

    What you are asking is very complicated and one of the more difficult things you can do in gaming. I'd strongly recommend you start smaller to learn and then move up to multi-player games as your skills grow.
    From the multiplayer client perspective it doesn't really matter which technology you use. You can write a multiplayer game in any engine or technology that can talk to the network. Choose the client technology that you are most adept at and interested in
    and learn it. You can go straight to DX, use a third party library such as Monogame (XNA isn't supported for Windows Store apps), or a complete game engine such as Unity. Once you can write a decent one-player game you'll have the foundation to start on to
    build a two-player game.
    At that point you'll need to define the problem much more specifically. As you state it, it is really wide open. How do you want the users to connect? Directly machine to machine? Matched through a web server but running client side? Connecting to a game
    running on a remote server? Something else?
    The network connection itself is probably fairly straightforward, but where to connect and how to manage that can be difficult. You'll have to decide what properties you want. Is this an action game where responsiveness is important or
    a turn based game where timing is less relevant?
    Are the players connecting locally or completely remotely? If the former then they can probably connect directly over the local network (NFC is great here). If the latter then they probably will need to connect to a matchmaker service to avoid firewalls.
    This can get very complex, but there are existing solutions you can use rather than writing your own.
    --Rob

  • How to make a java program run as a background process.

    </pre>
    writing a client server application.
    a program is supposed to run on a the client right from the time the client turns on the computer till the computer is turned off.
    the catch is the client should all the time be unaware of the program running in his computer, no dos prompt window, no icon on the taskbar,etc. can i convert it the class file into an exe file through software and put the exe filename in autoexec.bat. But then i think that the dosprompt window will open up on starting, but the client should see nothing.
    please help
    </pre>

    </pre>
    Thanks Daniel and jesper,
    could not really fully understand what you mean.
    creating a batch file is okay, but do you configure it
    to run in a an hidden mode.
    Also I have no idea of how to make a window
    service.can you please elaborate a bit
    </pre>

  • How to make an ABAP program run for a specified number of times ?

    assalamoalikum all!!!
    Can some 1 plz tell me that How can I make my ABAP program run ONLY for 2 times (after it went in production etc)
    AND when the program runs for 2 times It then gets hanged/Locked foreever.
    Suppose my program is:
    REPORT twice002.
    write ' I will run only twice bye bye'.

    Well, I guess the only full proof way is to create a custom "Z" table which will hold the counter, in your program you would update this table every time the program runs. In this same program before updating the counter, you would retrieve the counter and check if it is = 2, if so, then write a message and RETURN.
    Regards,
    Rich Heilman

  • How to make a DVD game for ps3 in flash 3.0?

    so how would I go about making a DVD game like player 1 vs. player 2 or just player 1 solo in action script 3.0? i know 2.0 well enough and i know a little 3.0 but i am not an expert i am not looking for a complicated game just something simplistic with one question after another I just don't know how to make the options like a right answer a wrong answer and how that would effect scores. or how would i go about if player one got the question right it would go to the next question and if they got it wrong replay the question for player 2 and the points would reflect appropriately also how would i make a time limit for each question? I know you probably wont be able to answer all question I just wanted to convey what I am trying to do.

    I am also looking for an answer to this same querry, could you please infrom me when you do get any help.
    I believe you will get an answer because there some really smart and helpful folks on the adobe forum.
    All the best man.

  • How do I install a game on the mac pro?

    I cant figure it out. I'm trying to install half life 2. Can someone help me. And how do u know if you can play a game on a mac without downloading windows?

    Without downloading Windows? Err, Half-Life 2 is a Windows game
    Anyway, for HL2 there actually is a solution that does not require Windows.
    You can get Crossover Mac:
    http://www.codeweavers.com/products/cxmac/
    (Note you have to pay for this product -- it's like $50), and it lets you run some Windows apps on the Mac (NOT all of them... as it only emulates some Windows APIs). As it turns out, HL2 is actually one of their supported apps... I actually think it is the ONLY supported game (how fortunate for you . It's worth a try.
    Otherwise, it's Boot Camp and a Windows install for you.

  • How can I install pc games on a mac

    I want to play Counter strike, gunbound, age of empires or battlefield 3, How can I play those games?

    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp 4.0 and above you can only use Windows 7 or later. Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusion and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is an Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • How to make apple maps default on my mac?

    I want apple maps to default on my map, e.g.., when I need to send meeting location address in calendar.

    Hi ajjacoby14,
    To make iTunes the default application to use for playing music, use the steps found in this article -
    iTunes for Windows: How to make iTunes the default application for music and audio files
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How to make Address Book photos appear in .Mac contacts?

    How do you make the photos from your Address Book appear on your .Mac account? The new .Mac interface leaves space for photos in the contact cards, but I cannot figure out how to make the photos from my Address Book appear there. Is it possible to syncronize in a way that syncs photos too?
    Thanks for any help on this.

    I have the same problem, my photo IDs from my computer Address Book will not sync with my .Mac account. I've asked two Creatives @ the Apple Store in Burlingame CA but they did not know the answer. I also ask the deminstrator of .Mac at MacWorld but when he accessed the Demo version at the show it too was void of pictures. All those who I've asked promassed to get back to me but hae not yet. My only conclusion is it doesn't work but may working in future versions. Does anyone have their .mac Address Book show the picture ID photo's from their computer version or know how to desplay these ID photo's on line?
    Best regards,
    Pat Allen
    [email protected]

  • How do I get icloud to work on mac osx v10.6?

    My computer, MAC OSX v10.6.8 is not showing an icloud icon in Preferences.  It has a mobil me icon but when clicked it says it has been moved to icloud.  My ipad, iphone and Mac are not syncing.  Help!

    You need Core2Duo or better (i3/i5/i7) processor and 2 GB memory (but some would recommend 4 GB) ...
    Apple Menu > About This Mac  ... this is mine
    As to "should I be scared?" ...
    You sound like you mtch the first/major criteria ... you *need* it to synch with your mobile devices.  Others are just "following the crowd" and have little other reason.
    You should not be scared.  Tens (hundreds?) of thousands currently run Lion without issue.  And this forum helps with the issues you have.
    You really need to have a good "clone" of your system beofre you start in case the process goes badly (rarely does it, but you want to be able to recover and start again).  And there is a new set of "how to recover" in Lion becase it uses a "hidden partition" called "Recovery Partition" instead of disks ... but that is all just stuff to learn, not to be afraid of.
    First, check the hardware, then post back if you wish.

  • How to make a shortcut to run my Java app in Windows?

    Hiya, Coders :-)
    I am an absolute beginner.
    I have copied a little window program from "Java 2 in easy steps".
    I run it from the command line and a little window pops up.
    I cannot find a way to start the app without the command prompt.
    How can I make a shortcut to start it?
    Julian (-_-)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hiya, Coders ;-)
    As it happens, I have a game from UJ Software: "Shisen for Java".
    It has a shortcut, of course.
    Here are all its details just in case it helps ...
    The game folder is here:
    C:\Program Files\UJ Software\Shisen for Java\jShisen.jar
    Contents of the installed shortcut ...
    General:
    Type of file: Shortcut
    Opens with: Java(TM) Platform SE binary
    Location: C:\Documents and Settings\Julian Bury\Start Menu\Games
    Shortcut:
    Target Type: Executable Jar File
    Target location: Shisen for Java
    Target: "C:\Program Files\UJ Software\Shisen for Java\jShisen.jar"
    Start in: "C:\Program Files\UJ Software\Shisen for Java\"
    Run: Normal window
    I don't suppose this will help.
    It strikes me that nobody knows for certain how to run a java app!
    I have two beginner's books, neither of which mentions anything beyond the command prompt.
    Tricks to minimize the console window are just not professional!
    The solution must be written authoritatively somewhere ...
    has anyone seen it, please?
    Increasingly disturbed ...
    Julian *(-_-)*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to make app store   game

    Hi, I wanted to as you how can I make some ames and put it on app store and how much i need to pay. i want to get some money for my school in US. what programmer language you need to know? thanks

    You need a Mac and the latest XCode.
    The "native" language is Objective-C.
    It costs $99 to join the developer program to be able to put Apps in the App store.
    You would need to sell a lot of games to pay for a US University!

Maybe you are looking for

  • Issue about IDoc Adapter Receiver Channel's Performance

    Hi Everyone, Currently, I am working on a scenario of File -Integration Process - IDoc in XI 3.0 with patch level 16. The scenario works fine when it process one/two/three files in parallel, and the IDocs arrive R/3 system quite fast. But when I try

  • Palm pilot IIIc

    hello i was wondering if you can help me out here i bought a second hand palm pilot IIIc model i lost my first one and i found my cradle and my software for that. i put the palm pilot on the cradle it doesn't seem to be charging at all now is that ba

  • EEWB :  how to determine the business object and the extension type ?

    Hi, I ask myself how to determine the business object and the extension type to use to add new fields in a new tab of a specific transaction ? what means each business object, does that correspond to a specific transaction ? I need to add a new tab i

  • AQ Monitoring

    Hi We have to identify a mechanism for monitoring messages in Oracle AQ in following scenarios 1. Messages from AQ are being consumed by Oracle SOA AQ adaptor. The consumed messages are not deleted from queue table 2. Messages from AQ are propagated

  • Slow to add components to a displayed container.

    I am working on a Java project which needs to remove components from a Panel (pp_right) and then add componts to the same Panel (pp_right). My program was working well before under environment JRE 1.2 however it is very slow now to add componets to t