Games won't load with ios8

MMy ipad and iPod and iPhone are now useless. None of my games laoad even after resetting and removing games and then re adding them.  What is up with this apple. 

Jill Castillo1,
Welcome to the Apple Discussions!
I gather you're referring to web-based games that play in your browser? Internet Explorer for the Mac was abandoned by Microsoft years ago and it's Java engine is laughablly out of date. You should use the copy of Safari in your Applications folder, or a third-party browser such as Firefox or Camino. Also check Software Update under the Apple on the menu bar to see if your Mac needs an update to it's Java engine. You may in addition need to install or update two additional browder plugins commonly used in games, Flash Player and Shockwave. You can find Firefox, Flash, Shockwave etc. at central websites such as Version Tracker or MacUpdate.
BNote: after installing Flash or Shockwave, be sure to open Applications/ Utilities/ Disk Utility and run Repair Permissions on the hard drive.

Similar Messages

  • Game won't load with new quicktime?!

    After downloading the latest version of quicktime a game i've played with no problems for a couple of years (civilization III) suddenly won't load on my iBook (G4, os10.4 i think). Any suggestions? Can i uninstall without affecting other things? Or install an older version? Thus far it seems my only option is to buy the next version which seems a bit unfair given the other one was working just fine. Perhaps apple should be made to instigate a part-exchange to upgrade!!!

    Before doing anything drastic as an Archive & Install to move to a lower QT version, I suggest that you update your OS system first. According to your system info, you are using the basic Tiger version which is outdated.
    You should update your OS all the way up to the last Tiger version, use Software Update to install all the available updates that goes along w/your computer & the OS.
    Repair permissions & restart your computer.

  • Running Mac 10.8.5 with safari.  pogo game won't load. told I don't have latest version of adobe. ru

    Running Mac with Mountain Lion 10.8.5 using Safari.  pogo game won't load.  it sez I don't have latest version of adobe flash.  My computer tells me I have the latest version, which I just downloaded.  What now?  How do I get  pogo to recognize that I have the latest version

    Running Mac with Mountain Lion 10.8.5 using Safari.  pogo game won't load.  it sez I don't have latest version of adobe flash.  My computer tells me I have the latest version, which I just downloaded.  What now?  How do I get  pogo to recognize that I have the latest version

  • Pogo Games won't load after upgrade to Lion

    Upgraded to Lion recently.  Everything seems to be working okay, except that I play a lot of games on Pogo.com, and now none of the games will load.  I made sure everything (Java, etc) was up to date, but none of it fixed the problem.  I tried the games on both Safari and Firefox, and got the same result.  Any game I try to open just says "Now Loading (Name of Game)..." and that's all it does.
    I went back to an older mac that is still running Snow Leopard, and the games loaded just fine. So I figured it was an issue with Lion.
    BUT... on the Snow Leopard computer, I noticed I had an old version of Firefox installed, so I upgraded that to the newest version, and now Pogo games won't load on that either!  So, the problem isn't actually Lion.  It's the newest versions of the browsers.
    I tried contacting EA (pogo) support, but their help page is completely useless.  I thought I'd check and see if anyone here has any ideas.
    thanks,
    Dan

    I'm using Fouiny packages for a year (now it's cvs-20060621-1), as he provides ~all of them & they worked without issue ever since. Latest version's getting a bit old
    EDIT : known problem with new openssl !
    Finally found it here http://bbs.archlinux.org/viewtopic.php?p=192536#192536

  • Ever since the last update my games won;t load on Pogo, I have to play them through Internet Explorer, they were working fine before.

    Ever since Firefox updated the last time, my games won't load on Pogo, I have to play them in Internet Explorer, they were working fine before.

    Mozilla are aware of the issue in Firefox 3.6.14 and are working on a fix, no timescale but they are planning on a quick release. Firefox 3.6.15 will fix the issue with some Java applets not working, which has caused many Pogo games to stop functioning.

  • Pogo games won't load in any versions of Firefox, says "connection was reset"

    After I took the 3.6.24 update, Pogo games won't load. A page comes up saying "The connection was reset while page was loading, check connection to server!" I have tried upgrading, downgrading, checked Java (have latest version), etc. I've cleared caches, history, etc. This can't be a firewall issue, since nothing was changed from playing one game....to "attempting" to load the next one. I really don't know how this issue occured from playing Gin to Hearts (for example). Please help me!! I liked Firefox and I am temporarily using IE, until this issue can be resolved (but IE is very tempermental, too and is not that dependable).

    I have the same problem with connection reset. For awhile I couldn't even bring up pogo home page. I thought it was the ad blocker, but after allowing pogo site on ad blocker, the problem continues. I too am really frustrated with this; everything was fine until I updated Firefox. My solution was to download Google Chrome. Pogo works just fine on that. I still want my Firefox back! Any solutions out there?

  • I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect"

    I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect", which is Windows lingo for "missing package dependencies".  All the computers at my company with 2010 loaded seem to do OK.  When I do a Dependencies Walk I get missing Visual C debug dll's missing plus IEshims and wer which both have a whole tree of dependencies missing on my machine.  The Windows install is the same "Windows XP version 2002 Service Pack 3" on my PC and the working PC's. So I'm thinking I have to uninstall 2011 and go back to 2010.  Is this correct?  Those VC debug dll's were installed on the machines with 2010 in them but were not installed in mine.
    I've heard the advice to recompile the dll with debug turned off but I don't have access to the source code.
    Thanks in advance.

    u87 wrote:
    Thanks for the reply.  This at least tells me that going back to LV2010 is not likely to solve the problem.  The missing dll's are:
    MFC90D.dll
    MSVCR90D.dll
    IESHMS.dll
    WER.dll
    And, once again, IESHMS and WER have other dependencies.  So perhaps i need to install the Visual C++ development environment.
    IESHIMS.dll is an Internet Explorer DLL that gets usually delay loaded by shdocvw.dll. As delay load it can not cause DLL load errors but only runtime errors. Maybe your DLL has it as direct dependency but that is unlikely since it does not have a documented interface.
    WER.dll is Windows error reporting for Vista/Win7.
    MFC90D.dll is the Microsoft Foundation classes and MSVCR90D.dll is the MS C runtime library, both as debug variant.
    So all the DLLs you mention are actually MS DLLs! You haven't identified the DLL that you try to access in LabVIEW that causes these error messages. IESHIMS and WER are usually delay loaded by any component that needs it and should not likely be used by non MS code.
    What is the DLL you try to load into LabVIEW and by whom? Get the provider of that DLL to provide you a non Debug build of the DLL. Installing Visual C on all the machines just to make the DLL load is not a solution, besides that it is likely not legal since I doubt you have that many licenses.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Apple home start page will not start and games will not load with flash.

    Apple home start page will not start and games will not load with flash.

    Never mind...I just figured it out. Restore windows when quitting box in Gen Prefs must be unchecked. To many new little things.

  • WTD game won't load, won't sync, won't go away

    I downloaded an app called WTD, a free game. It won't load. Got a message that said I had to connect iPad to my computer to download 200 mb of materials. Okay so I don't even care about this game, but I connected ipad, syncd ipad, but the game won't load on ipad, won't sync. Won't go away. How caqn I get rid of a game that is listed on my ipad as 'loading'

    Also the WTD game won't delete. Doesn't have the X on it when i shake the apps.

  • Pogo games won't load - cleared cache, reloaded firefox, reloaded plugins, reloaded java, reloaded adobe flash - nothing is working - need NEW suggestions please.

    Pogo games won't load - cleared cache, uninstalled and reloaded firefox, reloaded plugins, uninstalled and reloaded java, uninstalled and reloaded adobe flash - nothing is working - need NEW suggestions please.

    Try doing these steps:
    Install Firefox 11 from [http://www.getfirefox.com www.getfirefox.com]. simply install it over your current version of Firefox to make sure all Windows Registry settings get recreated correctly.
    Run all Windows Updates. Service packs, etc. You may have to run this several times to ensure that you get all needed updates.
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    After doing all these steps, try restarting your computer, and seeing if Pogo will run.
    If it doesn't work, go into your control panel, and uninstall every installation of Java and Flash that you have. Restart your computer again, then install them from [http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe] for Flash, and [http://javadl.sun.com/webapps/download/AutoDL?BundleId=62313 http://javadl.sun.com/webapps/download/AutoDL?BundleId=62313] for Java. again, restart your PC, then test.
    Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works find in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.
    If it does not help the issue, open up your Firefox Profile. [[Backing up your information|Backing up your information]] shows you where that is stored by default. Delete or rename the "pluginreg.dat" file (make sure Firefox is closed when you do this). Test again.

  • Games won't load due to "Need to upgrade flash player" which should be updated already in chrome

    My flash player is 11.7.700.203  Adobe says it should be 11.7.700.225  Chrome is supposed to update automatically and when i try to play games like candy crush is won't load and says I need to grade my flash player. I need help bad.

    Assuming you are on Windows, do you see Version 27.0.1453.110 m when you go to the About Google Chrome menu item?

  • Apps won't load with cellular data

    i am with vodafone and I have a plan that gives me 5gb of cellular data free. Most of my apps work but some like Instagram or tumblr won't load. What is wrong?

    Hi na3478,
    The article linked below details a number of troubleshooting steps that can help resolve issues with apps that won't launch on your iPhone.
    If an app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/en-us/HT201398
    Regards,
    Allen

  • Page won't load with KT_escapeAttribute( );

    trying to get an answer on this from someone...
    If I have this as my form action <?php echo
    KT_escapeAttribute(KT_getFullUri()); ?> the page won't load what
    don't I have set correctly??

    ttt

  • Game won't sync with nano 4th gen

    I bought iQuiz to my nano 4th gen and it clearly says that it is compatible with it, but it just won't sync. It won't even show up in the games tab. I've updated to the newest iTunes and I've updated the software on the nano but it still won't work.
    What could I be doing wrong?

    Does anyone from Apple ever read these forums and
    offer support/help? It seems like this is more of
    a
    forum to voice problems and have others second the
    issues. At least I know there are others with the
    same problem but none of us can seem to fix it.
    Have you guys tried resetting your nano settings
    and
    then tried to load the calendar at that point?
    That
    is my next attempt at a solution.
    I'm sure they don't WANT to read all these postings. I phoned for support for exactly this problem, and I was told in no uncertain terms that Apple "does not support this feature of the Nano Gen.2, or iTunes 7.0 software."
    So who DOES support it? Certainly not Microsoft!
    HP Pavilion   Windows XP   Outlook 2003 Calendar/Contacts

  • Game won't load

    I've been playing WarBirds with no troubles. But two days ago the game stopped loading up. (won't launch) I've tried re-installing the game, Running it as administrator, Changing to different compatibility modes. Everything I could think of to try. Plus some suggestions from totalsims.com forums.
    I'm operating windows 7 on an HP a4302f

    Ted, I feel for you.   I know how it is when a game doesn't work properly.
    Let's start over.
    1) Are you playing online?
    2) Is there any software for the game on your computer?
    3) Have you updated the video driver?
    4) Did any strange things occur just before your problem began?
    5) Have you contacted Customer Support for the game?
    Answers to these questions will help me with my diagnosis.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

Maybe you are looking for

  • SY-TABIX value of a loop in other loop in other loop.

    Hello Gurus, I have a problem i want to modify some columns in final internal table and it is possible by using Transporting and Index but when i see SY-TABIX value it is not really giving particular loop iteration value. Because my present loop is i

  • CDhtmlDialog: Javascript not activated

    Hello Everyone, I have developed a wizard-type application using CDHtmlDialog class of MFC. The design of the application is as follows: 1. Create a modal dialog (This dialog along with associated HTML is initially shown) 2. Create 2 modeless dialog

  • My print job is very slow. Appears to print a line then pause for awhile before printing another

    psc 2175xi printing problems.  Appears to print a line followed by a long pause before printing the next line or two.  I tried turning off the power to reset the printer, tried troubleshooting with online services and also tried uninstalling and rein

  • SRX1283652241ID - my online number has been discon...

    My Online number and been disconnected,despite there being a positive balance in my account - and the Skype connection keeps dropping - and I'm a very slow typist y're no one to contact. Is there a way to talk to someone at Skype when you have a prob

  • Report 6i on XP prints ? if there is a special character - Please Help

    I have stand alone machine which has XP loaded on it with Oracle 10g I am running Reports 6i on it. In my one of the reports I have section sign now it s printing '?' . It use work fine with Windows 2000. If some one has solution please reply ASAP.