Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

NBA 2K12

From PCGamingWiki, the wiki about fixing PC games
Revision as of 14:39, 20 September 2012 by 81.242.211.161 (talk)
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Template:Infobox

Menu Freezing Issues

If the menus freeze for periods of longer than 5 seconds, detach your keyboard from your computer. There appear to be keyboard driver problems with the game.

Freezing after commercials

Make sure you launch the game with the MS-DOS command

start /high nba2k12.exe

If you make the following text into a .bat-file and put it on the desktop, you can launch it from there.

@echo off
cd /d "C:\Program Files (x86)\2K Sports\NBA 2K12\"
start /high nba2k12.exe

You can further reduce the chances by killing processes in the Windows Taskmanager. This can also be done by putting extra lines in the .bat file you made above, like this:

TASKKILL /F /IM  dropbox.exe
TASKKILL /F /IM  chrome.exe

Note that some processes are needed for windows to run (like rundll32.exe)