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
(windows 7 and gangsters organized crime)
 
(cleaned it up and added some info.)
Line 1: Line 1:
I was having video issues with the game, color skews and such, the below fix it solved that problem.
+
{{stub}}
I also put the game in xp mode, and run as admin.
+
==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.
  
Uploaded on Nov 23, 2011
+
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.<br/>
Quick fix for Gangsters Organized Crime on Windows 7.
+
<code>
 +
taskkill /f /im explorer.exe <br/>
 +
start /w Gangsters.exe<br/>
 +
start explorer.exe
 +
</code>
  
For best effect:
+
[[Category:Game]]
Update your game Pay attention to what version you have. There is 2 of them, one UK, one USA - you can recognize it by looking into readmy (or my memory is fucked up).
+
[[Category:Windows]]
 
 
What this file do?
 
This is bath file with command that will kill (turn off) you explorer temporary and turn it on when you exit the game.
 
You may have to run it in administrator mode.
 
 
 
Here is command line:
 
 
 
taskkill /f /im explorer.exe
 
start /w Gangsters.exe
 
start explorer.exe
 

Revision as of 17:18, 4 January 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.

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