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.

Difference between revisions of "Gangsters: Organized Crime"

From PCGamingWiki, the wiki about fixing PC games
m (misc. fixes)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 +
{{cleanup}}
 
==Video Issues==
 
==Video Issues==
 
The game can have video related issues when running on Windows Vista/7. Try running the game in XP mode (if available), or running it in XP compatibility mode.
 
The game can have video related issues when running on Windows Vista/7. Try running the game in XP mode (if available), or running it in XP compatibility mode.
Line 10: Line 11:
 
</code>
 
</code>
  
[[Category:Game]]
+
[[Category:Games]]
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 11:23, 16 April 2013

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.
This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.

Video Issues

The game can have video related issues when running on Windows Vista/7. Try running the game in XP mode (if available), or running it in XP compatibility mode.

If that doesn't work, you may need to kill the explorer.exe process while running the game. Create a .bat file in a text editor with the following text to close explorer.exe, start the game, and have windows start explorer.exe upon exiting the game.
taskkill /f /im explorer.exe
start /w Gangsters.exe
start explorer.exe