This version of Grand Theft Auto is modified from its original version to enable support for modern PC's and current Microsoft Windows platforms.
Download it for free from the official Rockstar website.
Application Details:
Version: | Free Download |
License: | Free to use |
URL: | |
Votes: | 1 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 4.9 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
The MFC42 dlls are required for this game to work. Once these are installed the game worked flawlessly.
What does not
The setup program (which must be run before the game) requires the MFC42 dlls to be installed.
Workarounds
What was not tested
Multiplayer
Hardware tested
Graphics:
Additional Comments
I installed the MFC42 libraries using the winetricks script.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Jun 21 2019 | 4.9 | Yes | Yes | Yes | Gold | tjbp | |
Show | Arch Linux x86_64 | Jun 02 2014 | 1.7.19 | Yes | Yes | Platinum | an anonymous user | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | Dec 20 2012 | 1.4 | Yes | Yes | Gold | Lukasz Hejnak | ||
Show | Arch Linux x86_64 | Mar 08 2012 | 1.4 | Yes | Yes | Gold | Piotr Krzysztof Soboń | ||
Show | Ubuntu 11.10 "Oneiric" amd64 (+ variants like Kubuntu) | Nov 06 2011 | 1.3.32 | Yes | No | Garbage | Ettore Atalan |
HOWTO make GTA running
run these commands in correct order: (NOTE: without $ letter!)
$git clone git://source.winehq.org/git/wine.git ~/wine-git
$wget http://phoenix.inf.upol.cz/~prochapa/public_storage/wine-patches/multibuffering/0001-wined3d-Allowing-infinity-count-of-backbuffers.patch
$wget http://phoenix.inf.upol.cz/~prochapa/public_storage/wine-patches/multibuffering/0002-wined3d-_Present-relevant-to-windows-implementation.patch
$wget http://phoenix.inf.upol.cz/~prochapa/public_storage/wine-patches/multibuffering/0003-ddraw-tests-Add-multibuffering-test.patch
$cd wine-git/
$git apply ../0001-wined3d-Allowing-infinity-count-of-backbuffers.patch
$git apply ../0002-wined3d-_Present-relevant-to-windows-implementation.patch
$git apply ../0003-ddraw-tests-Add-multibuffering-test.patch
$./configure
$make depend && make
$sudo make install
------ Optional ---- (removes all .patch files frome home dir)
$cd
$rm *.patch
Comments for this application have been disabled because there are no maintainers.