|
| 1 | +--- |
| 2 | +title: 'Connection Timeout' |
| 3 | +description: 'Troubleshooting for connection timeout reasons' |
| 4 | +tableOfContents: false |
| 5 | +--- |
| 6 | + |
| 7 | +import { CardGrid, FileTree, Steps } from '@astrojs/starlight/components'; |
| 8 | +import IconLinkCard from '@src/components/IconLinkCard.astro'; |
| 9 | +import ClientDownload from '@src/components/ClientDownload.astro'; |
| 10 | +import AntiVirusDownload from '@src/components/AntiVirusDownload.astro'; |
| 11 | +import * as defaults from '@src/content.constants'; |
| 12 | + |
| 13 | +## Timeout Codes |
| 14 | + |
| 15 | +#### `00070000` or `0A050000` |
| 16 | + |
| 17 | +:::danger |
| 18 | +MTA detected possible virus/malware activity on your device. |
| 19 | +Locate and remove the virus from your device and then reinstall Multi Theft Auto. |
| 20 | + |
| 21 | +You can find the [download](#download) links at the bottom of the page. |
| 22 | +::: |
| 23 | + |
| 24 | +#### `FF0B0000` or `FF0B0121` |
| 25 | + |
| 26 | +[Download](#download) the latest installer for Multi Theft Auto, and run it to update |
| 27 | +your installation the latest release. |
| 28 | + |
| 29 | +#### `03040033` |
| 30 | + |
| 31 | +This issue is caused by a software called `Evolve`, which is interfering with MTA. |
| 32 | +You must remove that software, if you want to play Multi Theft Auto. |
| 33 | + |
| 34 | +#### `4D0?????` or `4E0?????` or `4F0?????` |
| 35 | + |
| 36 | +<Steps> |
| 37 | + 1. Download the files below. |
| 38 | + |
| 39 | + <CardGrid> |
| 40 | + <IconLinkCard |
| 41 | + icon="cloud-download" |
| 42 | + title="ogg.dll" |
| 43 | + href={`${defaults.CDN_URL}/files/ogg.dll`} /> |
| 44 | + |
| 45 | + <IconLinkCard |
| 46 | + icon="cloud-download" |
| 47 | + title="vorbis.dll" |
| 48 | + href={`${defaults.CDN_URL}/files/vorbis.dll`} /> |
| 49 | + |
| 50 | + <IconLinkCard |
| 51 | + icon="cloud-download" |
| 52 | + title="vorbisFile.dll" |
| 53 | + href={`${defaults.CDN_URL}/files/vorbisFile.dll`} /> |
| 54 | + </CardGrid> |
| 55 | + |
| 56 | + 2. Copy these files to your GTA:SA installation directory. |
| 57 | + Overwrite any pre-existing files, if Windows prompts you about it. |
| 58 | + |
| 59 | + <FileTree> |
| 60 | + - <span>C:\\Program Files (x86)\\Rockstar Games\\GTA San Andreas\\</span> |
| 61 | + - anim/ |
| 62 | + - audio/ |
| 63 | + - data/ |
| 64 | + - models/ |
| 65 | + - movies/ |
| 66 | + - text/ |
| 67 | + - **ogg.dll** copy it here |
| 68 | + - **vorbis.dll** copy it here |
| 69 | + - **vorbisFile.dll** copy it here |
| 70 | + - gta_sa.exe |
| 71 | + - … |
| 72 | + </FileTree> |
| 73 | +</Steps> |
| 74 | + |
| 75 | +#### `????????` |
| 76 | + |
| 77 | +Other timeout codes can be caused by malware, virus or by corrupted files either in your GTA:SA or MTA installation directory. You should first try reinstalling MTA, and, if the issue persists, download and install one of the anti-virus products below. |
| 78 | + |
| 79 | +## Download |
| 80 | + |
| 81 | +### Anti-Virus |
| 82 | +<AntiVirusDownload /> |
| 83 | + |
| 84 | +### Multi Theft Auto |
| 85 | +<ClientDownload /> |
0 commit comments