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
Everything worked out of the box
What does not
Nothing noticed.
Workarounds
What was not tested
Gameplay outside the virtual desktop
Hardware tested
Graphics:
Additional Comments
Played in virtual desktop as a fake "windowed" mode (so the game could not change my screen resolution) and set 800x600 through ingame F11 menu. It seems that there is no need for any winetricks fixes anymore, the game worked out of the box.
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 | |
Current | 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.