When trying to load the Yahoo Games it gives a yellow triangle with an exclamation mark.

Original title:

Yellow triangle with exclamation point.

Have used the yahoo on my e-machine games regularly; now, when I go on the site and click on a game, I get a yellow triangle with a black exclamation point as well as the word is in the lower left corner and the game I chose refuses to load. Anyone has this problem now or in the past and how it has been resolved?

Hello

1. what browser do you use to play games?

2 is the issue limited to yahoo online games? Are other sites works very well?

3 did you changes to the computer before the show?

4. what operating system is installed on the computer?

If you use Internet Explorer, then you can read the following article to see if it works:

The problems of games online using Internet Explorer

http://support.Microsoft.com/kb/2528246

Provide us with more information about the issue so that we can better help you.

Let us know if it helps!

Tags: Windows

Similar Questions

  • Chat on facebook-all I get is an icon in the shape of a yellow triangle with an exclamation point

    When I go on facebook, I have more a chat column. At the bottom right of the screen is a yellow triangle with an exclamation point. I do not happen to get on the chat at all.

    Hello

    A either be an add-on or something created by Facebook.

    Check with Facebook help and Support and their Forums.

    Facebook - help and Support
    http://www.Facebook.com/help.php

    Facebook - Facebook Contact and support of Facebook
    http://www.Facebook.com/help/?page=835

    Facebook - Forums
    http://getsatisfaction.com/Facebook

    ==============

    IE - tools - manage Addons - y at - it something listed there who might be in game?

    Start - All Programs - Accessories - System Tools - IE with no Addons - what works best?

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close and restart IE or IE with no addons

    not better?

    IE - tools - manage Addons (for sure disable SSV2 if she's here, it is no longer necessary but Java
    installs and it causes more questions - have you never update Java to go back in and turn it off again.) Search
    other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right.
    Allowed are usually OK and "unauthorized" are not always bad. If in doubt about a program, ask
    topic here.

    Could be a free - SPYBHOremover - BHO - standalone program, needs no installation, download and run.
    not all are bad, but some can cause your question (toolbars are BHO).
    http://securityxploded.com/bhoremover.php

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    Also get Malwarebytes - free - use as scanner only.
    http://www.Malwarebytes.org/products/malwarebytes_free

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • bodice, when I go on my device I have my computer or one side there is a yellow triangle with an exclamation point... What do I do? Thank you

    bodice, when I go on my device I have my computer or one side there is a yellow triangle with an exclamation point... What do I do? Thank you

    Hello

    Please select your language from the drop-down menu above to post your question in the language of your choice. The forum in which you've posted is for English only. If you can't find your language above, support for additional international sites options are by following the link below:

    http://support.Microsoft.com/common/international.aspx

  • Menu of start-up poster that the Grub boot driver is missing when trying to load the Windows Vista operating system

    I was dual-boot my computer with Windows Vista on it with Fedora 12 via a live dvd that I got installed. I kept only Vista because there are several programs that I use and are not able to be run on Fedora 12 no matter what I do (including the use of wine). Unfortunately, when I tried to start the operating system from Vista instead of Fedora earlier this morning, he told me start Grub pilot was missing and so Vista could not start.
    I know that during the installation of Fedora I has not damaged partitions for Vista, simply using the unused space on my hard drive. Is it possible that I can restore Vista for a capacity of work without having to uninstall Vista and reinstall? Some of my programs will have to be bought out if I do this, because of the way the company has implemented.
    I tried using the Startup Repair feature and my repair disc, but I can't for some reason any. My computer was giving me a lot of trouble with Windows, even though is it's original OS.

    Hi Alice,.

    Linux boot partitions could have been corrupted. Therefore, you have to communicate with Linux to rebuild the Grub.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • SSL Protol error when trying to play the Facebook game

    I get a SSL protocol error when I try to play a game on Facebook called Pot Farm.  I have already contacted the app support and they told me to make sure that my OS is fully updated with all the patches and I should be able to connect to the game.  I am running on a HP Pavilion 20 B-311 all in one PC with Windows 8.1 64-bit home edition.  The last time that I was able to connect to the game was right after that Microsoft has released updated earlier this month here.  I downloaded and installed the updates and restarted my computer.  I was able to connect to the game.  But later that day, I went to connect to the game again and started having the same mistakes.  From what I've seen on the research, there are many people who have the same problem as me.  Then I gathered all the necessary drivers.  And with a spare hard drive.  Installed Windows 7 Pro 64 bit.  I was able to connect to the game, but after that I did the last bit of updates.  I started making the same mistakes.  Does anyone have any ideas on how I could get this fixed?

    Hello Robert,.

    You can see the article mentioned below to solve the problem and see if that helps.

    Web browsers cannot connect to a Web using Secure Sockets Layer (SSL) site, after you install Microsoft KB2661254

    http://support.Microsoft.com/kb/2744241/en-us

    Also refer to:

    Certificate errors: FAQ

    http://Windows.Microsoft.com/en-us/Internet-Explorer/certificate-errors-FAQ#IE=ie-11

    I hope this helps. Otherwise, feel free to write us again and we will be happy to help you.

    Thank you

  • white triangle with an exclamation mark inside and an orange dot in the notification

    I use vibe p1. In the upper left corner of the screen, there is a triangle with exclamation mark inside and point orange down to the right... There's no notifications when pulled down...

    Help, please

    Hmmm... Sounds like it is in your Secure area page. Or your user profile. You can check that?

  • The bytes available always 0 when trying to load the image

    I read a TON of posts here on loading files from the SD card and use the following code:

    try      {         FileConnection fconn = (FileConnection)Connector.open(filename, Connector.READ);          // If no exception is thrown, then the URI is valid, but the file may or may not exist.           if (fconn.exists())           {             InputStream input = fconn.openInputStream();              int available = input.available();                byte[] data = new byte[available];                input.read(data, 0, available);               EncodedImage image = EncodedImage.createEncodedImage(data,0,data.length);             fconn.close();                return resizeImage(image, i, j).getBitmap();          }         else          {              Dialog.alert("File " + filename + " does not exist.");           }    } catch(Exception e) {}
    

    However, input.available () always returns 0. The name of the file that I use is:

    file:///SDCard/MyImage.PNG

    The connection file is opened successfully and fconn.exists () will always return true. Any ideas?

    P.S. Looks like you're just trying to play a file in full using an InputStream. Are much better options: (1) read to the end of the stream (e.g., read returns-1), or (2) ask the file for its length, and then read exactly what the number of bytes (always need to check if read returns - 1).

  • Could not load the dreamweaver because it gives the dreamweaver.exe - bad image error message

    I have been using Adobe Dreamweaver 2015 for a few weeks, but all of a sudden, I can't load the software because it gives an error message with "dreamweaver.exe - bad image".

    How can I fix?

    The error points to a library file corrupted, usually ATMLIB.dll.

    This could have been caused by the malware, therefore, it is best to run a program anti-malware first.

    After that, use the Adobe Creative cloud cleaning tool to solve installation problems

  • Star Wars: Republic Commando. Worked on Vista, the problem is that when the game tries to load the first mission, he leaves the game

    Star Wars: Republic Commando. Worked on Vista, the problem is that when the game tries to load the first mission (the only one available for a new player) outputs of the game and gives the following. I hope this info is useful to anyone who is willing to take the time to help me. Thank you-Zachert45

    Details:

    Problem event name: APPCRASH

    Application name: SWRepublicCommando.exe

    Application version: 0.0.0.0

    Application timestamp: 41f707e4

    Fault Module name: StackHash_1a02

    Fault Module Version: 0.0.0.0

    Fault Module Timestamp: 00000000

    Exception code: c0000005

    Exception Offset: 6 c 707544

    OS version: 6.1.7601.2.1.0.256.48

    Locale ID: 1033

    Information additional 1: 1a 02

    More information 2: 1a022ea3469ead417de7f3ac704042e3

    3 more information: aa4f

    Additional information 4: aa4f8516a5b4c2bae31f69214dbeb837

    In addition, the game made a newspaper that it lasted, if an error occurred. NOTE: Windows verson shown here was one of the many tests bring made, all ended the same way.

    Uninitialized: open the log file, 08/09/12 19:20:48
    Uninitialized: name subsystem initialized
    Init: Detected: Windows NT 6.0 (Build: 6000)
    Init: Build: 139
    Init: Version of the engine: 2226
    Init: Update: January 25, 2005
    Init: command line:
    Init: Base Directory: C:\Program Files (x 86) \LucasArts\Star Wars Republic Commando\GameData\System\
    Init: Character set: ANSI
    Journal: Related to Window.dll
    Journal: Related to Core.dll
    Journal: Related to frengine.dll
    Init: Subsystem of the initialized object
    Init: Computer: ZACHERT45HP
    Init: User: Zachert45
    Init: Of CPU Page size = 4096, processors = 4
    Init: CPU detected: type processor PentiumPro (GenuineIntel)
    Init: CPU features: FPU CMov EAP RDTSC MMX, SSE
    Init: CPU @ 2694 MHz
    Init: Total memory: Phys = 1048575 K Pagef = 2097151 K Virt = 2097024K
    Init: Working together: 32000 / 159000
    Init: Physical memory: 1023 MB
    Init: D3D Device: video memory onboard: 1008
    Caution: Charge Dynamics Engine.GameEngine
    Journal: Bound to CTGame.dll
    Journal: Bound to Gameplay.dll
    Journal: Related to IpDrv.dll
    Journal: Related to XInterface.dll
    Journal: Related to XGame.dll
    Init: Unreal engine initialized
    Journal: Related to WinDrv.dll
    Init: Client initialized
    Journal: Related to D3DDrv.dll
    Init: Direct3D detected adapters:
    Journal: aticfx32.dll/Radeon HD 6470 M
    Init: D3D Driver: MaxTextureBlendStages = 8
    Init: D3D Driver: MaxSimultaneousTextures = 8
    Init: D3D Driver: MaxActiveLights = 8
    Init: D3D Driver: MaxPrimitiveCount = 5592405
    Init: D3D Driver: MaxVertexIndex = 16777215
    Init: D3D Driver: MaxStreams = 16
    Init: D3D Driver: MaxStreamStride = 508
    Init: D3D Driver: MaxVertexShaderConst = 256
    Init: D3D Driver: VertexShaderVersion = 1.1
    Init: D3D Driver: PixelShaderVersion = 1.4
    Init: D3D Driver: support AGP detected
    Init: D3D Driver: using w-pixel fog
    Init: D3D Driver: trilineaires media
    Init: D3D Driver: supports BLENDDIFFUSEALPHA
    Init: D3D Driver: Supports LOD bias
    Init: D3D Driver: Supports Z polarization
    Init: D3D Driver: supports D3DTOP_ADDSIGNED2X
    Init: D3D Driver: supports D3DTOP_BUMPENVMAP
    Init: D3D Driver: supports D3DTOP_BUMPENVMAPLUMINANCE
    Init: D3D Driver: supports D3DTOP_DOTPRODUCT3
    Init: D3D Driver: supports D3DTOP_MODULATEALPHA_ADDCOLOR
    Init: D3D Driver: supports D3DTOP_MODULATECOLOR_ADDALPHA
    Init: Unreal Engine Direct3D support - internal version: SB3
    Init: D3D Device: szDriver = aticfx32.dll
    Init: D3D Device: szDescription = Radeon HD 6470 M
    Init: D3D Device: wProduct = 8
    Init: D3D Device: wVersion = 17
    Init: D3D Device: wSubVersion = 10
    Init: D3D Device: wBuild = 1065
    Init: D3D Device: dwVendorId = 4098
    Init: D3D Device: dwDeviceId = 26464
    Init: D3D Device: dwSubSysId = 370806844
    Init: D3D Device: dwRevision = 0
    Init: D3D detected: ATI video card
    Init: D3D Device: using cubemap [with mipmaps]
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticDiffuse
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularMatte
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularDull
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularPolished
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularShiny
    Journal: (Karma): Karma from beginning of game.
    Journal: (Karma): creation of MeAssetDB.
    Journal: (Karma): loading: ambient.ka
    Journal: (Karma): loading: clone.ka
    Journal: (Karma): loading: droid.ka
    Journal: (Karma): loading: geonosian.ka
    Journal: (Karma): loading: rasanimprops.ka
    Journal: (Karma): loading: trandoshan.ka
    Journal: (Karma): loading: turrets.ka
    Journal: (Karma): loading: vehicles.ka
    Journal: (Karma): loading: wookiee.ka
    Journal: (Karma): finished creating MeAssetDB (27 properties).
    Log: Watermark memory pre load: 0
    Journal: Preload for entry Stats: 58 opened, looking for 269, dumpsters 954, bed 46950 KB / 4329, serialize 44419 KB / 1615039
    Journal: LoadMap: entry 08/09/12 19:20:49
    Log: Watermark memory pre load: 1
    Caution: Charge Dynamics Entry.myLevel
    Journal: Loading times for the entry: 0.000 sec total, 0.000 app
    Connection: Time entry init actor coll: 0.000 sec total, 0.000 app
    Journal: Play class is "GameInfo."
    Newspaper: The level is level Entry.myLevel
    Newspaper: * WARNING - paths is maybe NOT INVALID *.
    Journal: What is the Entry.myLevel level to play (0) 08/09/12 19:20:49...
    ScriptLog: InitGame:
    ScriptLog: Mutator database is Entry.InGameTempName
    ScriptLog: GameInfo::InitGame: bEnableStatLogging False
    ScriptLog: MusicStat is InGameTempName
    Connection: Time entry init BeginPlay: 0.000 sec total, 0.000 app 08/09/12 19:20:49
    Log: Watermark memory Post charge: 2
    Connection: Time entry init: 0.000 sec total, 0.000 app
    Journal: Entry file load stats: opens 2, looking for 4, 9 trucks, 31KO bed / 16, serialize 7KO / 2092
    Connection: Exit LoadMap 08/09/12 19:20:49
    Caution: Charge Dynamics UDebugMenu.UDebugRootWindow
    Caution: Charge Dynamics UDebugMenu.UDebugBlueLookAndFeel
    Journal: Related to ALAudio.dll
    Init: AL_VENDOR: Creative Labs Inc.
    Init: AL_RENDERER: software
    Init: AL_VERSION: OpenAL 1.0
    Init: AL_EXTENSIONS: EAX 2.0, EAX, EAX, EAX 4.0 3.0 unified and EAX - AC3
    Journal: 16 Sources AL Audio created!
    Init: ALAudio: initialized subsystem.
    ScriptLog: 255 team
    Journal: (Karma): KInitSkeletonKarma: framework, but not of the world.
    Init: System initialized to input InGameTempName
    Journal: Open window
    Journal: Couldn't put the window in the foreground.
    Journal: Enter SetRes: 1024 x 768 full screen 0
    Journal: Using back buffer 22 (32-bit) format
    Journal: Using format 77 (32-bit) depth buffer
    Journal: Creation of device
    Init: D3D Driver: CreateDevice: will use the hardware transformation and lighting.
    Init: D3D Driver: CreateDevice: will use hardware vertex processing
    Journal: Create context of the EMI.
    Init: Init game engine time: seconds 1,366000 total 1.014007 app
    Journal: Game init load stats: opens 2, looking for 11, 61 Skips, bed 445 KB / 141, serialize 268 KB / 190555
    ScriptLog: MenuOpen: XInterfaceCTMenus.CTStartPCMenu (RESET)
    Caution: Charge Dynamics GUIContent.Menu.RC_title_bg
    Journal: StartMovie with m_PlaybackRect (0, 0), (1024, 768)
    Connection: Start time: 1,177000 seconds
    Newspapers: Lots static mesh: 0 bytes of vertex, 0 bytes index
    Journal: StartMovie with m_PlaybackRect (0, 0), (1024, 768)
    Journal: Precaching: Entry.LevelInfo0
    Journal: Allocation of the dynamic index buffer 16384 bytes.
    Log: Precache time geometry: 0.006 sec total, 0.000 app
    Journal: Texture precache time: 0.009 s total, 0.000 app
    Journal: Statistics of load precache entry: opens 5 to 0, seeks 10 jumps, bed 1512 KB / 28, serialize 1496 KB / 142
    Journal: 131072 bytes dynamic vertex buffer Allocation.
    Caution: Charge Dynamics XInterfaceCTMenus.CTMenuMain
    Journal: GotoMenu (InGameTempName)
    Journal: StartMovie
    Journal: CallMenu (InGameTempName)
    Journal: GotoMenu (InGameTempName)
    Journal: CloseMenu()
    Journal: Browse: PRO? Name = zach? Class = CTCharacters.PlayerCommando? Team = 255 08/09/12 19:21
    Log: Watermark memory pre load: 2
    LOG: Preload PRO Stats: 2 opens, looking for the 14, 15 jumps, bed 1315 KB / 56, serialize 1289 KB / 23365
    Journal: LoadMap: new level of loading. Pause/stop implementing caching of files.
    Journal: Unloading: PRO package
    Journal: LoadMap: PRO? Name = zach? Class = CTCharacters.PlayerCommando? Team = 255 08/09/12 19:21
    ScriptLog: stop menu movie
    Journal: Garbage collection
    Journal: Serving garbage
    Journal: Garbage: objects: 23768-> 23528; REF.: 232574
    Journal: FName High Watermark: 33191
    Journal: Number current FName: 30109
    Journal: FName slots available: 3082
    Journal: UObject High Watermark: 23774
    Log: Watermark memory pre load: 3
    Caution: Charge Dynamics PRO.myLevel
    Journal: 131072 bytes dynamic vertex buffer Allocation.
    Journal: (Karma): initialization Karma for the level.
    Journal: (Karma): Autodetecting CPU SSE
    Journal: (Karma): using SSE optimizations
    Newspapers: Loading PRO time: 0,356 total sec, 0,328 app
    Connection: Hour PRO init actor coll: 0.000 sec total, 0.000 app
    Journal: Play class is 'CTGameInfoSP '.
    Newspaper: The level is level PRO.myLevel
    Journal: What is the PRO.myLevel level to play (0) 08/09/12 19:21...
    ScriptLog: InitGame?: Name = zach? Class = CTCharacters.PlayerCommando? Team = 255
    ScriptLog: Mutator is PRO. InGameTempName
    ScriptLog: GameInfo::InitGame: bEnableStatLogging False
    ScriptLog: MusicStat is InGameTempName
    WARNING: PlayAnim: not found "ActionBreathe" sequence for the mesh "CloneBoy."
    ScriptWarning: PawnFactory PRO. PawnFactory2 (function CTGame.Factory.PostBeginPlay:0058) Factory PRO. PawnFactory2 has no prototype!
    WARNING: PlayAnim: not found "ActionBreathe" sequence for the mesh "GunshipBall."
    ScriptWarning: PawnFactory PRO. PawnFactory0 (function CTGame.

    I read the fix below on three different forums.
    Seems to work for some. Especially those with Pentium cpu.

    "In the main Menu, select Options-> graphics. Variation in the quality of the low relief map. When I have it on medium or high, it crashes. »

    The game was released in ' 05, a bad year for compatibility issues with different
    DRM and Win7. If the problem is with the Launcher, then a noCD fix would be a good solution.
    http://MegaGames.com/games/Star-Wars-Republic-Commando

    .

  • Pro Evolution Soccer 2010 falls down when I'm trying to load a save game (runtime error!)

    When I'm trying to load a backup game Pes 2010, the game crashes with the following message:

    Microsoft Visual C++ Runtime Library
    Runtime error!
    Program:D:\Games\Pes2010\pes2010.exe

    This application has requested the execution to terminate in an unusual way.

    Hi sKybOy,.

    Welcome

    I suggest that you contact the manufacturer of the game for further assistance, given that the problem is specific with the patches published by the manufacturer.

    Swathi B - Microsoft technical support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • LabVIEW 2013: An error occurred trying to load the assembly

    Hey all,.

    I'm trying to load a dll .NET 4.5 in LabVIEW 2013.

    When I place one of the screws .NET and try to select the one I am after it says "an error occurred trying to load the assembly" and will not let me load it.

    I also tried to import the dll, but who also gave errors.

    It's defintely a 4.5 as the reflector .NET .NET dll gives me

    [assembly: ComVisible (false)] [assembly: TargetFramework(".)] NETFramework, Version = v4.5 ", FrameworkDisplayName =".NET Framework 4.5 ")] [Assembly: SecurityRules (SecurityRuleSet.Level1)] [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)] '"

    To try to work around the issue of the import, I added the following to my LabVIEW.exe.config file



     
       
     

    but it made no difference.

    Any suggestions? All the things I've read so far are for 2010.

    SOLVED!

    I installed a 64-bit version of LabVIEW and it works. HUZZAH!

  • I am trying to load the Ip 6000 printer

    Attempts to load an IP 6000 printer

    Hey Cowboy,

    1. what happens when trying to install the printer on the computer?

    2. did you of recent changes on the computer?

    3. you receive an error message?

    Your question does contain all the required information necessary for us to help you. Please provide more relevant information to continue troubleshooting as a result.

    Make sure you that you install the latest drivers for the printer works fine on the Canon site.

    http://www.USA.Canon.com/Cusa/support/consumer

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Live mail tells me I have an invalid password when trying to open the e-mail message in the client.

    I can sign into my e-mail account of Bellsouth/yahoo online through my browser, but Windows Live mail tells me I have an invalid password when trying to open the email in the WLM client.  I have rebuilt Windows Essentials, I made sure that the password is shorter than 16 characters.

    Windows Live Mail has worked until I suspected my e-mail account had been hacked, and I changed my password. Twice (on the 3 dozen attempts) WLM has requested a password, I entered into it, and it downloaded my email on the server, and then gave me an error saying that it could not complete the task and would not send/receive once again - it just keeps asking for the password.
    What Miss me?

    Windows Live Mail is supported in this forum
    http://answers.Microsoft.com/en-us/windowslive/Forum/LIVEmail?tab=all

  • An error occurred while trying to load the Plugin Smugmug

    My Smugmug plugin is no longer installed and when I try to charge it I get a message "an error has occurred." when trying to load this plugin

    I have uninstalled/reinstalled LR, ensured that I removed my preferences, uninstalled the plugin SM. Do you have a restart, downloaded the plugin again, and now it works.

  • Im trying to load the update of Mac OS x Server combined software and it says that my disk volume does not meet the requirements of the software

    Im trying to load the update of Mac OS x combined Server software on my Mac Pro Tower 10.7.5 worm and it says that my disk volume does not meet the requirements of the software? Has anyone ever come across this problem?

    You are running a Mac OS X Server software? If so, which version?

Maybe you are looking for

  • I want to pay $99

    Halo Saya Thomas dari Indonesia, saya mempunyai aplikasi yang ingin saya melalui Apps Store, tetapi saya tidak tahu caranya terbitkan, past bisa membantu saya untuk how anda. Salam hangat

  • A Satellite L50-C-1ZG free mSATA?

    Hello L50-C-1ZG has free mSATA add an additional SSD?And if not, what model having this prepared you will recommend? Kind regardsRoman

  • Problems of messaging app!

    Have E-mail icloud, which is my address yahoo added to the mail application, but some emails don't arrive through - new macbook, google has also added, but those who come through

  • I want to move to solid state HD need to reinstall Windows 8. Is a recovery disk availalable?

    I want to spend my Aspire E1-571 to Solid State hard, so I need to reinstall Windows 8. Is an availalable of recovery for download disc image or a physical relocation drive is available at a nominal cost?

  • How to solve the problem with the blocking of my hotmail account?

    I can not connect to hotmail. He say, I've been blocked, wants me to put in info in order to restore, but nothing happens. It also allowed me to change my password, but can't always get to my ACCT. I give the e-mail address of my spouse for a respons