Games for Windows Live
Official forums of Games for Windows
Sign in to Windows Live ID   

LIVE Troubleshooting - Things to Try First

rated by 0 users
This post has 101 Replies | 30 Followers
Top 75 Contributor
Male
Posts 150
LIVE Team
Xezerez Computer [co] Posted: Tue, Dec 9 2008 2:02 PM

*These suggestions may not work for everyone. *

*REQUEST: There is a poll at the end of this post, your participation in voting would be appreciated.

If you perform the suggestions below and still experience issues, then you are encouraged to post the error message and the steps taken to a thread titled with the exact error message.

Also, please provide your event logs as they may contain additional information for resolving your issue. Refer to the sticky post in LIVE Technical under Troubleshooting 101 on providing your event logs.

If your issue is specific to billing, transactions, account management, then you are encouraged to contact Games for Windows LIVE Support (North America) and Xbox LIVE Support that is closest to your country of residence.

LIVE Supported Countries - http://www.xbox.com/en-US/live/countries.htm

  • Games for Windows LIVE Support (North America) 1-877-274-4349 

  • Games for Windows LIVE Support (Worldwide) - go to www.xbox.com -> select Support -> look for Contact Us -> dial the number that is local for you.

IMPORTANT: For non-North America customers who must call Xbox LIVE Support. When you get a Xbox LIVE agent on the phone, indicate to them, clearly and politely, that your issue is specific to Games for Windows LIVE and you need support help.

First Things First

General Graphics Card Best Practices

Install the latest video drivers.

nVidia: www.nvidia.com

ATi: www.ati.com

Install the most current Service Pack for Windows  - http://support.microsoft.com/sp

Windows XP - http://windowsupdate.microsoft.com/

Windows Vista - http://windowsupdate.microsoft.com/

Windows 7 - NOT YET SUPPORTED

 

Run latest Microsoft .NET Framework

 .NET Framework v3.5

 .NET Framework v3.5 SP1

 

LIVE Technical Issues  

Connection Timeouts

Common Cause: Firewall / Router

Solution: Add the games exe to your Firewall exclusions list (Win XP/ Win Vista), and forward the following ports:

UDP 88

UDP 3074

 

Error: This Game is Currently Unavailable

Download latest C++ runtimes: 32bit Version, & 64bit Version of Visual C++ redist.

Don’t know your version? Click Start > run > type WINVER > press OK

 

LIVE Error Codes

Error 0x800705b4

Error 0x80072741

Error 0x80151002

Error 0x80151911

 

  1. Method 1 - Reset/Repair TCPIP Stack

  2. Method 2 - Verify MTU and set appropraite windows size (backup registry steps included)

Method 1 

Two Netsh commands are available that 'may' help. But before you perform the following, you may want to make a back up of your LSP (layered stack protocol) that are installed so that you can reinstall what is removed, like anti-virus and blue tooth devices. This is listed below under More Information

Windows Vista this will reinstall the TCP/IP protocol stack

  •  
    1. Click on Start button.
  •  
    1. Type Cmd in the Start Search text box.
  •  
    1. Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
  •  
    1. Type netsh int ip reset c:\resetlog.txt in the Command Prompt shell, and then press the Enter key.
  •  
    1. Restart the computer.

 The command will remove all user configured settings on TCP/IP stack and return it to original default state by rewriting pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol.

Note When you run the reset command, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and reinstalling the protocol. The reset command rewrites the following two registry keys:

SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\ 

To run the manual command successfully, you must specify a file name for the log, in which the actions that netsh takes will be recorded. When you run the manual command, TCP/IP is reset and the actions that were taken are recorded in the log file, known as resetlog.txt which can be found in the root of the C: drive.

Registry keys affected:

·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\

·         HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCP\Parameters\

 

Windows XP SP3 

Step 1: Reset to Default Setting

While logged in as Administrator or Run 'As Administrator' open up a cmd.exe window

Start > Run > type CMD > Press OK

Type in CMD window:

netsh winsock reset <PRESS ENTER>

Reboot PC

 Follow the same steps above to open a cmd.exe window and perform the following.

 type:

netsh int ip reset c:\resetlog.txt <PRESS ENTER>

Reboot PC

Note When you run the reset command, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and reinstalling the protocol. The reset command rewrites the following two registry keys:

SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\ 

To run the manual command successfully, you must specify a file name for the log, in which the actions that netsh takes will be recorded. When you run the manual command, TCP/IP is reset and the actions that were taken are recorded in the log file, known as resetlog.txt which can be found in the root of the C: drive.

 More Information

1.       About ‘netsh winsock’

2.       Log File

 netsh winsock reset catalog

This command resets the Winsock catalog to the default configuration. This can be useful if a malformed LSP is installed that results in loss of network connectivity. While use of this command can restore network connectivity, it should be used with care because any previously-installed LSPs will need to be re-installed.

 netsh winsock show catalog

This command displays the list of Winsock LSPs that are installed on the computer.

 To output the results to a file type this in Command Prompt (CMD.EXE)

Create Log files before resetting:

·         netsh winsock show catalog >C:\lsp.txt

·         netsh int ip reset resetlog.txt

 

 

Error 80048265

 Method 1: Disable or Enable the "Automatically Detect Settings" option in Microsoft Internet Explorer

 

  1. Start Internet Explorer. 
  2. On the Tools menu, click Internet Options
  3. Click the Connections tab, and then click LAN Settings.
  4. Clear the Automatically detect settings check box, and then click OK.
  5. Click OK to close the Internet Options dialog box.
  6. Try to connect to LIVE

Then repeat the steps above and toggle that setting to OFF and then try. Sometimes registry bits get stuck.

Method 2: Create New LIVE Account

Try creating a new LIVE account just to see if the results change.

When you are going to login to the game, it will ask you to select from other accounts in your list or to sign in with a new account. Select New Account button, but put in the LIVE credentials of an account that already exist. Does this change anything?

Method 3: Uninstall any Anti-Virus or Security Program running

This is just to test it out, but some anti-virus programs just do not allow sockets to be connected, especially if they do not have an exception set. Pick any anti-virus program and do a search with trying to connect to an online game or multiplayer, its not just specific to LIVE.

Method 4 : Firewall / Router

Check to make sure that you have UDP 3074 open source <>destination ANY and the same for 88. Don't worry about TCP for now, just make sure these 2 ports are OPEN both ways or you will never connect.

Method 5: System Integrity Verificaiton 

System File Check
Go to the Start button.
In the Search Panel type... CMD.
At the top of that column CMD.exe will appear.
Right click on it, and select Run as Administrator.
The Command window will appear.

In the command window type...SFC /scannow
(note the space between C and /, and the 2 letters n)

  • This will perform a system file test to ensure all the system files are installed/registered correctly.

Restart the PC when complete

  

 

Method 2 

IMPORTANT: How to Back UP System Registry http://support.microsoft.com/default.aspx?scid=kb;en-us;322756

NOTE: How to Edit System Registry

For Windows XP:

 

  1. In Windows XP, from Start, and then click on Run.
  2. Type “regedit“, then click on OK.

 

For Windows Vista:

 

  1. From Start, then type “regedit"
  2. Double click 'regedit' listed in programs

 

Change the Maximum Transmission Unit (MTU) Size (Windows XP)

This parameter specifies the Maximum Transmission Unit (MTU) for a network interface.

MTU stands for Maximum Transmission Unit and in basic terms, it defines the maximum size of a packet that can be transferred in one frame over a network.

Two steps must be done first:

  1. Locate the Network Card ServiceName
  2. Creatre MTU key, if it does not exist

Open your registry and find the key below.

Locate the NIC Adapter Interface that connects to the internet:

HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > WindowsNT > CurrentVersion > NetworkCards > (number)..

  • Record the number of the Service ID as it will be used to determine which network adapter you need to create the MTU entry for.

Edit/Creating MTU Key

In Windows, changing the MTU value from the defaults, require you to modify the TCP/IP parameters for the network adapter in the Windows registry

WARNING: Editing Windows Registry incorrectly can cause serious problems that may require you to reinstall your operating system.

Steps on backing up the system regsitry are listed in the beginning of this troubleshooting seciton.

1. Click Start - RUN and type “regedit” and press enter.

2. Navigate to the following registry key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<AdapterID> <---ServiceName number  

In the right-panel, create a new DWORD named “MTU” with the value (1500 in Decimal)

NOTE: To create a new DWORD, right-click, select New and select “DWORD Value” and enter the name (MTU here)

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\
Interfaces\

Recommended Values

  • 576 - Dial-up Connections
  • 1492 - PPPoE Broadband Connections
  • 1500 - Ethernet, DSL and Cable Broadband Connections

    Restart Windows for the change to take effect.

    Registry Settings
    System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\
    Interfaces\[Adapter ID]]
    Value Name: MTU
    Data Type: REG_DWORD (DWORD Value)
    Value Data: Default = 0xffffffff
  • Was this Post Helpful?

    Please be objective if you answer the poll. I am looking to drive value back into the community and to do that, I need your feedback.

    • Yes - It resolved my issue (22.2%)
    • Yes - It Pointed Me In the right direction and I resolved on my own (11.1%)
    • No - it did not help to resolve my issue (11.1%)
    • No- It Pointed Me in the wrong direction and my issue is still occuring (44.4%)
    • Neither - Technical Suggestions are too complicated to follow (0%)
    • Neither - Suggestions are too fundamental, need more advanced techncial suggesitons (0%)
    • Control Group - I am voting, but I don't know on what as i didn't read the question or the thread. (11.1%)
    • Total Votes: 9
    • Voting Ends: 5/7/2012

    Not Ranked
    Posts 3
    MikeszCZ replied on Sat, Dec 13 2008 1:53 PM

    And what about error 0X80004005, hmm?

    http://forums.gamesforwindows.com/t/877.aspx

    Not Ranked
    Posts 3
    SEE Chris replied on Sun, Dec 14 2008 4:30 AM

    Thank for that .........but its not working. I tried both methodes not no change i still receive the same error

    Error 0x80072741when i trie to connect to GTA 4 (GWL Login)

    All requ. ports are open 80 / 88 / 3074 / 447 all in both TCP und UDP

     

    I use SP3 XP and Framwork 3.5 incl. SP1

     

    I have the actual version of GWL, the actual drivers for my nvidia card

     

    What else can i do ??? PLS HELP

    Not Ranked
    Posts 3
    SEE Chris replied on Sun, Dec 14 2008 6:15 AM

    Solve the pro by myself the driver for my usb wlan stick was the prob.. now is fine

    Not Ranked
    Posts 1
    joe1984joe replied on Sun, Dec 14 2008 10:11 AM

    i have the same problem on GTA4

    what can i do on it ??

    the problem is that the windows-LIVE cannot downloads the update flie for GTA4 . is it really a problem on a hardware driver like usb wireless lan ??

    Not Ranked
    Posts 3
    SEE Chris replied on Sun, Dec 14 2008 10:39 AM

    i cant say it exactlly i tried a lot of other tips witch i found in the net but no of this actions helped me to solve the prob. So in one forum i read that it might be a problem with the driver for USB WLAN sticks. So i dowloaded it ( i have FRITZ WLAN USB ) installed it and ja it works.

    Sure you have to open the ports UDP 88 und UDP 3074 i opened 447 und 80 too. Newest version of LIVE actuall Grafi Driver,

    Net Framework 3.5 incl SP1, XP SP3, i created a MTU like they describe in this forum i reset int ip like they discribe here. I made an new account  and at least i worked prox 15 hours to solve the prob in my oppinion the prob was THE DRIVER OF THE USB WLAN STICK

    Not Ranked
    Male
    Posts 3
    isrhammer replied on Mon, Dec 15 2008 3:47 PM

    What about error: 0x80151909 (?)

     

    I cant solve it, i have no idea what to do, its frustrating not to be able to log in

    everything went fine ti'll now, i'm playing fallout 3 allmost 2 weeks and everything was allright until today

     

    what should I do?!

    Top 100 Contributor
    Male
    Posts 66
    Lucky 13 X replied on Tue, Dec 16 2008 10:59 AM

    isrhammer,

    Can you detail the full error message that you are receiving? Have you tried doing a clean boot? See article: http://support.microsoft.com/kb/929135

    Also, instead of using this pinned thread to have a conversation or respond to me, would you mind clicking on my "Lucky 13 X" name and using the Start a conversation link so I can look into that error code further for you?

    Not Ranked
    Posts 1

    I've had GTA4 since early December, and to be honest, whilst it is a brilliant game, I've felt cheated out of a lot of playing time because of the utterly stupid 0x800705b4 error.

    I honestly cannot believe that there are this many issues with the game or software. Whatever happened to the time when we just put in a CD, the game installed, and we played forever?

    Anyway, I'm still getting the 0x800705b4 error, after following the instructions for resetting the TCP/IP using cmd and then spending half an hour making sure I had edited the registry correctly so the MTU was 1500. (It's appalling; the people who have no idea what a registry is must be tearing their hair out over such a fix).

    I performed the MTU fix a few days ago, and it worked at first. In fact, I was playing it exactly 12 hours ago with no problems.

    This morning I turn on the computer, and try to play it, and it just hangs up and I get the error again.

    Whilst it's probably irrelevant, I am using Vista 32bit. I have played the game with everything maxxed and apart from the usual texture mapping glitches, it's been fine.

    So are there any other fixes or should I just accept that I'll never be able to load up the game happily in the knowledge that it'll just work and will probably have to scour the net every few days looking for another way to fix it?

    Top 10 Contributor
    Posts 4,310

    Tralf Hardy:

    This is total crap. I'm just trying to download a stupid game to help me waste away my day off, and micrososft has me fixing their broken content delivery sytstem for them. UTTER F*&^ING CRAP.

     

    People need to learn patience.  It will come soon.

    Not Ranked
    Posts 9
    BKRoo replied on Thu, Feb 5 2009 6:28 PM

    Can someone help me with the port forwarding?

    IP Port range? has 2 places so... 88-88?

    Protocol - UDP

    The I.P address... mine or what? there wasn't one listed to write

     

    Not Ranked
    Posts 5
    A Jiffy Boogle replied on Sat, Feb 7 2009 4:55 PM

    i get an error 0x80004005 for The Club can anyone help me really annoying me!

    Not Ranked
    Posts 1
    jbpanda replied on Sat, Feb 7 2009 7:10 PM

    I am having a very annoying connection issue and at this point I feel live I have spent way to much time trying to deal with it.

    I get an error when I try to log into games for windows live (in any game) where it tells me that i could not be logged in and that my games for windows live ID may be from a region that is not supported by live.

    I live in the united states and I've been trying to fix this off and on for a week. I have forwarded every port recommended and I have shut down my firewall and virus protection. I even tried plugging straight into my internet and nothing has worked.

    I have the latest updates on all my programs and the latest updates for vista. I am running an ASUS M50VM notebook if that means anything to this issue. Hopefully someone can help.

     

    thank you in advance.

    Top 25 Contributor
    Posts 1,345
    LIVE Team

    Some users have reported this issue when running xfire while trying to connect.  Is that the case for you?

    Not Ranked
    Posts 9
    Nilser89 replied on Wed, Feb 11 2009 2:25 PM

    I'm not entirely sure where to post this, in a Fallout 3 DLC problem thread or here, so I apologize in advance if this is the wrong place for it, but, here goes.

    I recently bought Operation Anchorage from the Live Marketplace, it downloads just fine, it is the installation, or rather the lack thereof that's causing me trouble. Unfortunately my Live is installed in Swedish(yes, my own fault, but I can't even find a way to uninstall it) so I'm not entirely sure what the error message means, but I'll include it all just in case anyone who happen to see this is Swedish. :P

    "Install of item Operation: Anchorage failed.

    Det angivna formatet på ämnet stöds inte av den angivna modulen för kontroll av förtroende. (Exception from HRESULT: 0x00B003)"

    I've tried searching google with that error code, but all I get is sites and forums where I really have no idea what they're talking about.

    Thank you in advance

    Page 1 of 7 (102 items) 1 2 3 4 5 Next > ... Last » | RSS
    © 2006-2007 Microsoft Corporation. All Rights Reserved. Terms of Use | Privacy Policy