<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Notdamy</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Notdamy"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Notdamy"/>
	<updated>2026-04-19T23:27:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Installing_and_Running_MTASA_Server_on_GNU_Linux&amp;diff=80630</id>
		<title>Installing and Running MTASA Server on GNU Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Installing_and_Running_MTASA_Server_on_GNU_Linux&amp;diff=80630"/>
		<updated>2024-10-03T14:19:06Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Added ncurses help for arch based distros&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installation 64 bit ==&lt;br /&gt;
&lt;br /&gt;
=== Main binary ===&lt;br /&gt;
Download the latest stable 64 bit Linux binaries:&lt;br /&gt;
 rm -f multitheftauto_linux_x64.tar.gz&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://linux.multitheftauto.com/dl/multitheftauto_linux_x64.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpack into a directory:&lt;br /&gt;
 tar -xf multitheftauto_linux_x64.tar.gz&lt;br /&gt;
&lt;br /&gt;
=== Default config ===&lt;br /&gt;
Download the default config files:&lt;br /&gt;
 rm -f baseconfig.tar.gz&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://linux.multitheftauto.com/dl/baseconfig.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpack and move into the deathmatch directory:&amp;lt;br/&amp;gt;&lt;br /&gt;
('''''Note:''' Only do this for new installations as it will overwrite any existing config files.)''&lt;br /&gt;
 tar -xf baseconfig.tar.gz&lt;br /&gt;
 mv baseconfig/* multitheftauto_linux_x64/mods/deathmatch&lt;br /&gt;
&lt;br /&gt;
Change to the MTA server install directory:&lt;br /&gt;
 cd multitheftauto_linux_x64&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
You can now test if the server will start correctly:&lt;br /&gt;
 ./mta-server64&lt;br /&gt;
If your server comes up with issues such as:&lt;br /&gt;
 libtinfo.so.5: cannot open shared object file: No such file or directory&lt;br /&gt;
you may have either a newer or older version of the Shared Object file. &lt;br /&gt;
In such cases, it is warranted to create a symbolic link with that same name to the newer or older Shared Object file, with for example:&lt;br /&gt;
 sudo ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5&lt;br /&gt;
Of course, the location of these files could depend on your distribution of GNU/Linux; refer to your distribution's documentation on the location of the files.&lt;br /&gt;
&lt;br /&gt;
=== Default resources ===&lt;br /&gt;
If you need the default resources:&lt;br /&gt;
Download the latest default resources zip from https://mirror.multitheftauto.com/mtasa/resources/&lt;br /&gt;
and unzip into '''mods/deathmatch/resources'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Make sure you are in the MTA server install directory when following this example:'''&lt;br /&gt;
 apt-get install unzip&lt;br /&gt;
 mkdir mods/deathmatch/resources&lt;br /&gt;
 cd mods/deathmatch/resources&lt;br /&gt;
 rm -f mtasa-resources-latest.zip&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip&lt;br /&gt;
&lt;br /&gt;
 unzip mtasa-resources-latest.zip&lt;br /&gt;
 rm -f mtasa-resources-latest.zip&lt;br /&gt;
 cd ../../..&lt;br /&gt;
&lt;br /&gt;
== Installation 32 bit ==&lt;br /&gt;
&lt;br /&gt;
=== Main binary===&lt;br /&gt;
Download the latest stable 32 bit Linux binaries:&lt;br /&gt;
 rm -f multitheftauto_linux.tar.gz&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://linux.multitheftauto.com/dl/multitheftauto_linux.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpack into a directory:&lt;br /&gt;
 tar -xf multitheftauto_linux.tar.gz&lt;br /&gt;
&lt;br /&gt;
=== Default config ===&lt;br /&gt;
Download the default config files:&lt;br /&gt;
 rm -f baseconfig.tar.gz&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://linux.multitheftauto.com/dl/baseconfig.tar.gz&lt;br /&gt;
&lt;br /&gt;
Unpack and move into the deathmatch directory:&amp;lt;br/&amp;gt;&lt;br /&gt;
('''''Note:''' Only do this for new installations as it will overwrite any existing config files.)''&lt;br /&gt;
 tar -xf baseconfig.tar.gz&lt;br /&gt;
 mv baseconfig/* multitheftauto_linux/mods/deathmatch&lt;br /&gt;
&lt;br /&gt;
Change to the MTA server install directory:&lt;br /&gt;
 cd multitheftauto_linux&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
You can now test if the server will start correctly:&lt;br /&gt;
 ./mta-server&lt;br /&gt;
&lt;br /&gt;
=== Default resources ===&lt;br /&gt;
If you need the default resources:&lt;br /&gt;
Download the latest default resources zip from https://mirror.multitheftauto.com/mtasa/resources/&lt;br /&gt;
and unzip into '''mods/deathmatch/resources'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Make sure you are in the MTA server install directory when following this example:'''&lt;br /&gt;
 apt-get install unzip&lt;br /&gt;
 mkdir mods/deathmatch/resources&lt;br /&gt;
 cd mods/deathmatch/resources&lt;br /&gt;
 rm -f mtasa-resources-latest.zip&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;https&amp;lt;/nowiki&amp;gt;://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip&lt;br /&gt;
&lt;br /&gt;
 unzip mtasa-resources-latest.zip&lt;br /&gt;
 rm -f mtasa-resources-latest.zip&lt;br /&gt;
 cd ../../..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running with 32 or 64 bit Linux==&lt;br /&gt;
=== Make sure your server libraries and stuff are up to date ===&lt;br /&gt;
On Debian/Ubuntu this is done with:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting===&lt;br /&gt;
* If you get a problem with such as &amp;quot;libreadline.so.5: cannot open shared object file: No such file or directory.&amp;quot;, it can be solved on 32 bit Debian/Ubuntu by doing this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install libreadline5&lt;br /&gt;
&lt;br /&gt;
* If you get a problem with such as &amp;quot;libncursesw.so.5 cannot open shared object file: No such file or directory&amp;quot;, it can be solved on 32 bit Debian/Ubuntu by doing this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install libncursesw5&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you experience this issue on a 64-bit machine while trying to run the 32-bit MTA server, then you should install the following package on a 64-bit Debian/Ubuntu machine (as root):&lt;br /&gt;
&lt;br /&gt;
 apt-get install lib32ncursesw5&lt;br /&gt;
&lt;br /&gt;
You can find more 32-bit library alternatives on this page: [https://www.debian.org/distrib/packages#search_contents www.debian.org/distrib/packages#search_contents].&lt;br /&gt;
&lt;br /&gt;
If you're running on Arch may need to install [https://aur.archlinux.org/packages/ncurses5-compat-libs ncurses5-compat-libs] from AUR.&lt;br /&gt;
&lt;br /&gt;
== MySQL Troubleshooting==&lt;br /&gt;
* If you are using the inbuilt MySQL functions such as [[dbConnect]] and [[dbQuery]], you will need to have '''libmysqlclient.so.16''' installed.&lt;br /&gt;
* If you get a problem with such as &amp;quot;libmysqlclient.so.16: cannot open shared object file: No such file or directory&amp;quot;, it can be solved on Debian/Ubuntu by doing this:&lt;br /&gt;
&lt;br /&gt;
 apt-get install libmysqlclient16&lt;br /&gt;
&lt;br /&gt;
If that fails:&lt;br /&gt;
* For 32 bit Linux, download [https://nightly.multitheftauto.com/files/modules/32/libmysqlclient.so.16 32 bit libmysqlclient.so.16] and put it in '''/usr/lib/'''&lt;br /&gt;
* For 64 bit Linux, download [https://nightly.multitheftauto.com/files/modules/64/libmysqlclient.so.16 64 bit libmysqlclient.so.16] and put it in '''/usr/lib/'''&lt;br /&gt;
&lt;br /&gt;
==[Optional] Installing and Configuring an External Web Server==&lt;br /&gt;
Instructions on how to install and configure Nginx as an external web server for MTA is here: [[Installing and Configuring Nginx as an External Web Server]]&lt;br /&gt;
&lt;br /&gt;
== Server crashes ==&lt;br /&gt;
&lt;br /&gt;
If your Linux server crashes, please obtain a backtrace and post a report on our [https://github.com/multitheftauto/mtasa-blue/issues Bug tracker]&lt;br /&gt;
&lt;br /&gt;
====To obtain a backtrace:====&lt;br /&gt;
===Do you have a core dump file in the the MTA server directory?===&lt;br /&gt;
It's usually called 'core', and usually over 100MB, and looks something like this:&lt;br /&gt;
 [[Image:Core.png]]&lt;br /&gt;
====If you have a core dump file in the the MTA server directory:====&lt;br /&gt;
*Install gdb. To install gdb on Debian, use this command:&lt;br /&gt;
 apt-get install gdb&lt;br /&gt;
*And from the MTA install directory do this command&lt;br /&gt;
 gdb mta-server -c core&lt;br /&gt;
*When gdb launches, do this command to get a  module list:&lt;br /&gt;
 i sh&lt;br /&gt;
*And then this command to get a backtrace:&lt;br /&gt;
 bt&lt;br /&gt;
*Save the output&lt;br /&gt;
*(To exit gdb, use the quit command)&lt;br /&gt;
&lt;br /&gt;
====If you do not have a core dump file in the the MTA server directory:====&lt;br /&gt;
*Install gdb. To install gdb on Debian, use this command:&lt;br /&gt;
 apt-get install gdb&lt;br /&gt;
*And from the MTA server directory start the mta-server like this:&lt;br /&gt;
 gdb -ex &amp;quot;set print thread-events off&amp;quot; --eval-command run --args mta-server -q&lt;br /&gt;
*Now wait for a crash. (Ignore any weird screen output in the meantime)&lt;br /&gt;
*When a crash occurs, do this command to get a module list:&lt;br /&gt;
 i sh&lt;br /&gt;
*And then this command to get a backtrace:&lt;br /&gt;
 bt&lt;br /&gt;
*Save the output&lt;br /&gt;
*(To exit gdb, use the quit command)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Server freezes''' ==&lt;br /&gt;
&lt;br /&gt;
If your Linux server freezes, please obtain a backtrace with thread information and post a report on our [https://bugs.multitheftauto.com/ Bug tracker]&lt;br /&gt;
&lt;br /&gt;
====To obtain a backtrace with thread information:====&lt;br /&gt;
*Install gdb. To install gdb on Debian, use this command:&lt;br /&gt;
 apt-get install gdb&lt;br /&gt;
*And from the MTA server directory start the mta-server like this:&lt;br /&gt;
 gdb -ex &amp;quot;set print thread-events off&amp;quot; --eval-command run --args mta-server -q&lt;br /&gt;
*Now wait for a freeze. (Ignore any weird screen output in the meantime)&lt;br /&gt;
*When a freeze occurs, press ctrl-c to start gdb&lt;br /&gt;
*Then do this command to get a module list:&lt;br /&gt;
 i sh&lt;br /&gt;
*And then this command to get a backtrace:&lt;br /&gt;
 bt&lt;br /&gt;
*And then this command to get thread information:&lt;br /&gt;
 info threads&lt;br /&gt;
*Save the output&lt;br /&gt;
*(To exit gdb, use the quit command)&lt;br /&gt;
&lt;br /&gt;
== Automatic installer ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
Make sure you have bash, unzip, tar and wget available on your server.&lt;br /&gt;
Also notice that for 64-bit servers the 64-bit binary will be installed, otherwise 32-bit binary will be.&lt;br /&gt;
&lt;br /&gt;
=== Source code ===&lt;br /&gt;
 #!/bin/bash -x&lt;br /&gt;
 #==============================================================================#&lt;br /&gt;
 #                                mtasa-install                                 #&lt;br /&gt;
 #------------------------------------------------------------------------------#&lt;br /&gt;
 #  This shellscript installs MTA:SA on your server. You can configure it and   #&lt;br /&gt;
 #  modify it as desired, you can even improve it if you want.                  #&lt;br /&gt;
 #==============================================================================#&lt;br /&gt;
  &lt;br /&gt;
 ARCH_TYPE=&amp;quot;&amp;quot;&lt;br /&gt;
  &lt;br /&gt;
 getArchitecture()&lt;br /&gt;
 {&lt;br /&gt;
     if ((1&amp;lt;&amp;lt;32)); then&lt;br /&gt;
         ARCH_TYPE=&amp;quot;_x64&amp;quot;&lt;br /&gt;
     fi&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 downloadFiles()&lt;br /&gt;
 {&lt;br /&gt;
     wget https://linux.multitheftauto.com/dl/multitheftauto_linux${ARCH_TYPE}.tar.gz&lt;br /&gt;
     wget https://linux.multitheftauto.com/dl/baseconfig.tar.gz&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 unpack()&lt;br /&gt;
 {&lt;br /&gt;
     tar -xf multitheftauto_linux${ARCH_TYPE}.tar.gz&lt;br /&gt;
     tar -xf baseconfig.tar.gz&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 moveConfig()&lt;br /&gt;
 {&lt;br /&gt;
     mv baseconfig/* multitheftauto_linux${ARCH_TYPE}/mods/deathmatch&lt;br /&gt;
     rm -rf baseconfig&lt;br /&gt;
     cd multitheftauto_linux${ARCH_TYPE}&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 installResources()&lt;br /&gt;
 {&lt;br /&gt;
     mkdir mods/deathmatch/resources&lt;br /&gt;
     cd mods/deathmatch/resources&lt;br /&gt;
     wget https://mirror.multitheftauto.com/mtasa/resources/mtasa-resources-latest.zip&lt;br /&gt;
     unzip mtasa-resources-latest.zip&lt;br /&gt;
     cd ../../..&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 clean()&lt;br /&gt;
 {&lt;br /&gt;
     rm -f ../multitheftauto_linux${ARCH_TYPE}.tar.gz&lt;br /&gt;
     rm -f ../baseconfig.tar.gz&lt;br /&gt;
     rm -f mods/deathmatch/resources/mtasa-resources-latest.zip&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 main()&lt;br /&gt;
 {&lt;br /&gt;
     getArchitecture&lt;br /&gt;
     clean&lt;br /&gt;
     downloadFiles&lt;br /&gt;
     unpack&lt;br /&gt;
     moveConfig&lt;br /&gt;
     installResources&lt;br /&gt;
     clean&lt;br /&gt;
  &lt;br /&gt;
     if ((1&amp;lt;&amp;lt;32)); then # 64 bits&lt;br /&gt;
         echo &amp;quot;Installation ready! Use ./mta-server64 to initialize server&amp;quot;&lt;br /&gt;
     else&lt;br /&gt;
         echo &amp;quot;Installation ready! Use ./mta-server to initialize server&amp;quot;&lt;br /&gt;
     fi&lt;br /&gt;
 }&lt;br /&gt;
  &lt;br /&gt;
 main # calling program entry point&lt;br /&gt;
&lt;br /&gt;
=== Procedure ===&lt;br /&gt;
To proceed with installation, save somewhere with read-write-execute access (777) the mtasa-install shell. Finally, proceed to execute it (./mtasa-install for example).&lt;br /&gt;
&lt;br /&gt;
=== Alternative way to install server ===&lt;br /&gt;
https://linuxgsm.com/lgsm/mtaserver/&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Where_to_buy_GTASA&amp;diff=78601</id>
		<title>HU/Where to buy GTASA</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Where_to_buy_GTASA&amp;diff=78601"/>
		<updated>2023-11-19T18:05:03Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Changed forum link to client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ez az oldal felvázolja, hogy melyik Grand Theft Auto San Andreas változat kompatibilis az MTA:SA-val és ezek a változatok hol vásárolhatóak meg.&lt;br /&gt;
=== Kompatibilitás ===&lt;br /&gt;
&lt;br /&gt;
Ha a lentebb megjelölt MŰKÖDŐ változatok nem működnének az MTA:SA-val, akkor próbáld meg újratelepíteni az MTA:SA-t először. Ha ez nem működne, akkor [https://forum.multitheftauto.com/topic/11757-patching-your-101-or-200-version-of-gta_saexe/ próbáld meg 1.0-ra patchelni a játékodat] (angol nyelvű forrás). Végül a fentebb említett megoldás se segítene, akkor kérj segítséget az [https://mtasa.com/discord MTA Discordon] vagy nyiss egy topicot [https://forum.multitheftauto.com/forum/83-client/) a fórumon].&lt;br /&gt;
{{Important Note|A '''Grand Theft Auto: The Trilogy – The Definitive Edition''' ''(2021)'' egy &amp;quot;teljesen másik játék&amp;quot;, ez a változat '''nem kompatibilis''' az MTA:SA-val.}}&lt;br /&gt;
&lt;br /&gt;
=== Működő Változatok Beszerzése ===&lt;br /&gt;
&lt;br /&gt;
Hivatalosan az egyetlen megoldás egy kompatibilis változat beszerzésére a [https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy &amp;quot;Grand Theft Auto: The Trilogy&amp;quot; megvásárlása a Rockstar Games oldaláról.]&lt;br /&gt;
Még ami megoldás lehet, egy fizikai másolat beszerése videójáték üzletből vagy bolhapiacról (ebben az esetben ügyelj arra, hogy nem egy &amp;quot;másolt&amp;quot; lemezet kapsz és PC platformra lett kiadva a játék, nem konzolra). Online is vásárolhatóak kulcsok, viszont ezeknek az ára megnőtt, így az olcsóbb kulcsok valószínüleg a &amp;quot;The Definitive Edition&amp;quot;, ami nem kompatibilis az MTA:SA-val (lásd Important Note), így érdemes körültekintőnek lenni az online kulcs viszonteladóknál.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 900px; text-align: center; table-layout: fixed;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Termék&lt;br /&gt;
!Platform&lt;br /&gt;
!Műkődik az MTA:SA-val?&lt;br /&gt;
!Megvásárolható?&lt;br /&gt;
!Megjegyzés&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Grand Theft Auto: The Trilogy ''(2005)''&lt;br /&gt;
|[https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy Rockstar Store]&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{Yes|[https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy Igen]}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Ez a 2005 kollekció, ami tartalmazza a 3 eredeti klasszikus GTA-kat. '''Jelenleg ez az egyetlen kompatbilis és megvásárolható forrás'''.&lt;br /&gt;
|-&lt;br /&gt;
|Steam&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;background: black; height: 1px; padding: 0px;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Grand Theft Auto: San Andreas&lt;br /&gt;
(Digitális Másolat)&lt;br /&gt;
|Rockstar Store&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Az MTA:SA telepítő kompatibilissá csinálja, bármi egyéb teendő nélkül. (Ellenőrízd, hogy a legújabb telepítőt használod)&lt;br /&gt;
|-&lt;br /&gt;
|[https://store.steampowered.com/app/12120/Grand_Theft_Auto_San_Andreas/ Steam]&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.microsoft.com/en-us/p/grand-theft-auto-san-andreas/9wzdncrfj1zn Windows App Store]&lt;br /&gt;
|{{No|Nem}}&lt;br /&gt;
|{{No|Nem}}&lt;br /&gt;
|Ez a mobil/konzol változat PC-re kiadva. Ez a változat '''soha nem fog az MTA:SA-val működni'''.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;background: black; height: 1px; padding: 0px;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|Grand Theft Auto: San Andreas&lt;br /&gt;
(Használt fizikai másolat)&lt;br /&gt;
|Jófogás / Ebay / stb. &lt;br /&gt;
|{{Partial|Nem biztos (Standard)}}&lt;br /&gt;
|{{Partial|Lehet}}&lt;br /&gt;
|A '''Standard''' változat nem kompatibilis az MTA:SA-val alaphelyezetben, de egy [https://forum.mtasa.com/topic/11757-patching-your-101-or-200-version-of-gta_saexe/ 1.0-ra patchelés után] működő képes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Kulcs viszonteladóktól megvehető. '''Csak megbízható forrásból vásárolj és figyelj, hogy elérhető legyen a régiódban a kulcs'''!&lt;br /&gt;
&lt;br /&gt;
Eredeti forrás:&lt;br /&gt;
[[Where to buy GTASA]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Notdamy&amp;diff=78600</id>
		<title>User:Notdamy</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Notdamy&amp;diff=78600"/>
		<updated>2023-11-19T17:42:59Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(:&lt;br /&gt;
GNU/LINUX&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Where_to_buy_GTASA&amp;diff=78599</id>
		<title>HU/Where to buy GTASA</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Where_to_buy_GTASA&amp;diff=78599"/>
		<updated>2023-11-19T17:31:16Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Translated the new english page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ez az oldal felvázolja, hogy melyik Grand Theft Auto San Andreas változat kompatibilis az MTA:SA-val és ezek a változatok hol vásárolhatóak meg.&lt;br /&gt;
=== Kompatibilitás ===&lt;br /&gt;
&lt;br /&gt;
Ha a lentebb megjelölt MŰKÖDŐ változatok nem működnének az MTA:SA-val, akkor próbáld meg újratelepíteni az MTA:SA-t először. Ha ez nem működne, akkor [https://forum.multitheftauto.com/topic/11757-patching-your-101-or-200-version-of-gta_saexe/ próbáld meg 1.0-ra patchelni a játékodat] (angol nyelvű forrás). Végül a fentebb említett megoldás se segítene, akkor kérj segítséget az [https://mtasa.com/discord MTA Discordon] vagy nyiss egy topicot [https://forum.multitheftauto.com/forum/141-hungarian-magyar/ a fórumon].&lt;br /&gt;
{{Important Note|A '''Grand Theft Auto: The Trilogy – The Definitive Edition''' ''(2021)'' egy &amp;quot;teljesen másik játék&amp;quot;, ez a változat '''nem kompatibilis''' az MTA:SA-val.}}&lt;br /&gt;
&lt;br /&gt;
=== Működő Változatok Beszerzése ===&lt;br /&gt;
&lt;br /&gt;
Hivatalosan az egyetlen megoldás egy kompatibilis változat beszerzésére a [https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy &amp;quot;Grand Theft Auto: The Trilogy&amp;quot; megvásárlása a Rockstar Games oldaláról.]&lt;br /&gt;
Még ami megoldás lehet, egy fizikai másolat beszerése videójáték üzletből vagy bolhapiacról (ebben az esetben ügyelj arra, hogy nem egy &amp;quot;másolt&amp;quot; lemezet kapsz és PC platformra lett kiadva a játék, nem konzolra). Online is vásárolhatóak kulcsok, viszont ezeknek az ára megnőtt, így az olcsóbb kulcsok valószínüleg a &amp;quot;The Definitive Edition&amp;quot;, ami nem kompatibilis az MTA:SA-val (lásd Important Note), így érdemes körültekintőnek lenni az online kulcs viszonteladóknál.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 900px; text-align: center; table-layout: fixed;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Termék&lt;br /&gt;
!Platform&lt;br /&gt;
!Műkődik az MTA:SA-val?&lt;br /&gt;
!Megvásárolható?&lt;br /&gt;
!Megjegyzés&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Grand Theft Auto: The Trilogy ''(2005)''&lt;br /&gt;
|[https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy Rockstar Store]&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{Yes|[https://store.rockstargames.com/en/game/buy-grand-theft-auto-the-trilogy Igen]}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Ez a 2005 kollekció, ami tartalmazza a 3 eredeti klasszikus GTA-kat. '''Jelenleg ez az egyetlen kompatbilis és megvásárolható forrás'''.&lt;br /&gt;
|-&lt;br /&gt;
|Steam&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;background: black; height: 1px; padding: 0px;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Grand Theft Auto: San Andreas&lt;br /&gt;
(Digitális Másolat)&lt;br /&gt;
|Rockstar Store&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Az MTA:SA telepítő kompatibilissá csinálja, bármi egyéb teendő nélkül. (Ellenőrízd, hogy a legújabb telepítőt használod)&lt;br /&gt;
|-&lt;br /&gt;
|[https://store.steampowered.com/app/12120/Grand_Theft_Auto_San_Andreas/ Steam]&lt;br /&gt;
|{{Yes|Igen}}&lt;br /&gt;
|{{NoAsterisk|Nem*}}&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.microsoft.com/en-us/p/grand-theft-auto-san-andreas/9wzdncrfj1zn Windows App Store]&lt;br /&gt;
|{{No|Nem}}&lt;br /&gt;
|{{No|Nem}}&lt;br /&gt;
|Ez a mobil/konzol változat PC-re kiadva. Ez a változat '''soha nem fog az MTA:SA-val működni'''.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;background: black; height: 1px; padding: 0px;&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|Grand Theft Auto: San Andreas&lt;br /&gt;
(Használt fizikai másolat)&lt;br /&gt;
|Jófogás / Ebay / stb. &lt;br /&gt;
|{{Partial|Nem biztos (Standard)}}&lt;br /&gt;
|{{Partial|Lehet}}&lt;br /&gt;
|A '''Standard''' változat nem kompatibilis az MTA:SA-val alaphelyezetben, de egy [https://forum.mtasa.com/topic/11757-patching-your-101-or-200-version-of-gta_saexe/ 1.0-ra patchelés után] működő képes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Kulcs viszonteladóktól megvehető. '''Csak megbízható forrásból vásárolj és figyelj, hogy elérhető legyen a régiódban a kulcs'''!&lt;br /&gt;
&lt;br /&gt;
Eredeti forrás:&lt;br /&gt;
[[Where to buy GTASA]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_on_Linux_Manual&amp;diff=76287</id>
		<title>Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_on_Linux_Manual&amp;diff=76287"/>
		<updated>2023-03-15T14:53:37Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Checking|MTA:SA support on Linux is on a best-effort basis, and you can run into a long list of issues. Also see &amp;quot;Known issues&amp;quot; paragraph}}&lt;br /&gt;
{{Warning|This page is for Linux players '''ONLY''', for Windows go [[Client Manual|here]].|true}}&lt;br /&gt;
&lt;br /&gt;
==Lutris==&lt;br /&gt;
&lt;br /&gt;
Lutris can be used instead for easier Prefix management, see&lt;br /&gt;
[[Client on Linux using Lutris Manual]]&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
First of all, please ensure your computer fits the requirements needed.&lt;br /&gt;
Read the [[Client_Manual|Client Manual]] page for further informations, or join us on [https://mtasa.com/discord Discord].&lt;br /&gt;
&lt;br /&gt;
During this tutorial, make sure to '''only use 32-bit Wine prefix''' for MTA:SA, or else you'll run into a plethora of hard-to-fix issues.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
The hardware requirements for Multi Theft Auto: San Andreas are the same as on Windows.&lt;br /&gt;
For software requirements, you need:&lt;br /&gt;
* Wine (get it on your package manager (synaptic, apt, pacman, yum, etc.); follow instructions [https://www.winehq.org/download/ubuntu here] if you're using Ubuntu&lt;br /&gt;
(as of MTA 1.4.1 Ubuntu's default Wine package seems to be incompatible with Visual C++, which is required to install MTA)&lt;br /&gt;
* Windows fonts installed:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Get them on the Internet, e.g. [http://fontonic.com/ fontonic.com]&lt;br /&gt;
&lt;br /&gt;
Or get the zip archive with the 3 fonts {{WineFonts}}.&lt;br /&gt;
&lt;br /&gt;
Install them in: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ points to your user home folder on Linux, .wine is the default wineprefix)&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
Download the MTA installer from [http://www.mtasa.com mtasa.com], ensure you can launch it (chmod +x) then install it when you want.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Make sure to only use 32-bit Wine prefix for MTA:SA, or else you'll run into a plethora of hard-to-fix issues.'''&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
Once installed, double-clicking on the Multi Theft Auto.exe should work. If not, try in a terminal the following command: &amp;quot;wine Multi Theft Auto.exe&amp;quot; in the directory you installed Multi Theft Auto to.&lt;br /&gt;
If it doesn't work, check the contents of the file c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log, which may contain useful information.&lt;br /&gt;
&lt;br /&gt;
===Known issues===&lt;br /&gt;
* MTA isn't starting (even with fonts installed)&lt;br /&gt;
#Try to start MTA:SA in a virtual desktop&lt;br /&gt;
#:Go to WineConfig, choose the tab &amp;quot;Graphics&amp;quot; and select &amp;quot;Emulate a virtual desktop&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
#Try to delete your gta_sa.set file&lt;br /&gt;
#:which is located in the &amp;quot;GTA San Andreas User Files&amp;quot; folder, which can be found in your home directory.&amp;lt;br&amp;gt;'''(Remember to create a copy, if you're playing San Andreas in singleplayer)'''&lt;br /&gt;
#Try to delete your MTA config file&lt;br /&gt;
#:which is: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Also remember to create a copy, if you don't want to lose your edited MTA configuration)'''&lt;br /&gt;
* MTA won't start on Ubuntu 12.04 LTS [Temporary fix is available [https://forum.mtasa.com/topic/36206-mta-13-wont-start-on-ubuntu-1204/#comment-366248 here]. Although, just updating away from such an old version of Ubuntu is the recommended way to go]&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;SD #16 Error&amp;quot; when connecting to a server&lt;br /&gt;
* &amp;quot;No audio card detected&amp;quot; when launching either GTA:SA or MTA&lt;br /&gt;
* Using standard Full-screen mode on MTA might cause some occasional artifacts&lt;br /&gt;
* Enabling DXVK might not break GTA:SA, but it breaks MTA&lt;br /&gt;
* Using Linux brings a higher-than-usual chance for game crashes due to various reasons (sometimes to do with resources &amp;amp; mods on individual servers)&lt;br /&gt;
* CEF crashes with some wine versions. Use [https://github.com/multitheftauto/mtasa-blue/issues/1000 workaround] for this issue&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''* Making the mistake of using a 64-bit prefix may ''specifically'' result in:'''&lt;br /&gt;
* &amp;quot;SD #16 Error&amp;quot; when connecting to a server&lt;br /&gt;
* &amp;quot;libcef.dll&amp;quot; MTA crash upon joining servers, or during gameplay (when server uses CEF and your CEF web browser is enabled)&lt;br /&gt;
* Even higher chance for instability, lag issues and game crashes&lt;br /&gt;
.. and much more&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Specific issues with workarounds===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Crash when connecting'''&amp;lt;br&amp;gt;&lt;br /&gt;
Sometimes the audio-server makes problems (could be related to PulseAudio), in this case, you've to go to WineConfig and choose the tab Audio, then deselect &amp;quot;ALSA&amp;quot; and select &amp;quot;EsoundD&amp;quot;. Save the settings and restart MTA.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Crash in basswma.dll module while streaming audio'''&amp;lt;br&amp;gt;&lt;br /&gt;
Workaround: Install Windows Media Player 11&amp;lt;br&amp;gt;&lt;br /&gt;
Before carrying this out, [https://wiki.winehq.org/Winetricks install Winetricks]&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
winetricks -q wmp11&lt;br /&gt;
&lt;br /&gt;
If that doesnt solve the issue, try an older version:&lt;br /&gt;
winetricks -q wmp10&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Special Detections (SD)'''&amp;lt;br&amp;gt;&lt;br /&gt;
This was already described above in general terms, of possible issues if you're not using 32-bit prefix as is recommended. But for this &amp;quot;Specific issues&amp;quot; section we will go in-depth more regarding '''SD #21''' kick from AC that commonly affects Linux/Wine users:&amp;lt;br&amp;gt;&lt;br /&gt;
If you are using a 64-bit wine version/prefix you may have problems with [http://wiki.multitheftauto.com/wiki/Anti-cheat_guide#.3Cenablesd.3E.3C.2Fenablesd.3E Special Detections]. If the server you are trying to connect keeps showing something like [http://i.imgur.com/33T8a82.jpg this], then you should make a [https://wiki.archlinux.org/title/Wine#WINEARCH 32 bit wine prefix] (or bottle).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;export WINEARCH=win32 WINEPREFIX=~/.winegta&lt;br /&gt;
winecfg&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Look at your Windows version and press OK to create the prefix. Now you have a 32-bit wine prefix on ~/.winegta.&lt;br /&gt;
Install GTA:SA and them MTA.&lt;br /&gt;
After this, MTA and GTA have been installed within ~/.winegta prefix which is a 32-bit wine environment.&lt;br /&gt;
&lt;br /&gt;
'''Note''': In some scenario's, while creating your 32-bit prefix, it may be needed to change Windows version on the bottom to Windows 7. But avoid it whenever possible.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Font Artifacts'''&amp;lt;br&amp;gt;&lt;br /&gt;
If you see weird fonts artifacts [https://media.discordapp.net/attachments/278521065435824128/1000827089022373978/unknown.png like this] then you need to add a new DLL override to your prefix/bottle. &amp;lt;br&amp;gt;&lt;br /&gt;
#Open '''Wine configuration''' for your prefix/bottle, go to the Libraries tab&lt;br /&gt;
#Click on the ''''New override for library''':' dropdown and select ''''d3dx9_42''''&lt;br /&gt;
#Click on ''''Edit...'''' and select ''''Builtin (Wine)'''' then 'OK'&lt;br /&gt;
Apply all the changes and you're good to go.&amp;lt;br&amp;gt;&lt;br /&gt;
(Make sure you have ''''d3dx9_42'''' installed in your prefix)&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt; winetricks d3dx9_42&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Closing words'''&amp;lt;br&amp;gt;&lt;br /&gt;
To avoid many of the roadblocks when it comes to Linux/Wine issues in general, just use 32-bit Prefix as suggested. However, if you still run into issues, you can inform yourself better about MTA's Linux/Mac support levels and background by joining the [https://discord.gg/mtasa MTA discord] and going to #help-support channel, to specifically read information at this pinned message: https://discord.com/channels/278474088903606273/278521065435824128/894932698269900830&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We realize that the wiki pages &amp;amp; documentation regarding Linux, macOS support (such as: through Wine, Lutris, PlayOnLinux, Parallels Desktop etc) is far from perfect, and that the list of potential issues you can run into isn't complete. As the MTA discord linked post tries to explain, these platforms are supported on a best-effort basis (in a technical sense, not an user support sense) and even then you'll find others on the MTA discord that are Linux users &amp;amp; play MTA after performing some workarounds, that may be willing to help you. These people are also advised to add any known issue (and workaround for it) to the wiki documentations, so if that sounds like you then feel free to edit this page for instance, and help future users that find themselves in the same situation as you were. Linux/Wine just gives really obscure, hard to fix issues with MTA and other applications/games, including niche ones that individual users happen to resolve somehow.. that's the point.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - For nightly builds.&lt;br /&gt;
* https://bugs.mtasa.com/view.php?id=8895 - a bug report containing useful info for running MTA in Wine&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;br /&gt;
[[hu:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75319</id>
		<title>HU/Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75319"/>
		<updated>2022-07-24T18:46:20Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Font artifactek&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|Ez az oldal csak a Linux felhasználóknak szól, a Windows rendszerhez tartozó kézikönyvhöz kattints [[HU/Client Manual|ide]].|true}}&lt;br /&gt;
==Lutris==&lt;br /&gt;
A könnyebb telepítés érdekében [https://lutris.net/games/multi-theft-auto/ Lutris script] elérhető.&lt;br /&gt;
&lt;br /&gt;
==Mielőtt elkezded==&lt;br /&gt;
&lt;br /&gt;
Először is, nézd meg, hogy a számítógéped megfelel - e az alapkövetelményeknek. Ehhez tekintsd meg &lt;br /&gt;
[[HU/Client_Manual|ezt a lapot]], vagy kérdezd meg az [https://discord.com/invite/mtasa Discord] csatornánkon.&lt;br /&gt;
&lt;br /&gt;
===Követelmények===&lt;br /&gt;
A gépigény ugyanaz mint a Windows rendszereken.&lt;br /&gt;
Azonban szükséges lesz néhány szoftver is:&lt;br /&gt;
* Wine, ezt [http://tinyurl.com/installWine1-3 itt] megtalálod. &lt;br /&gt;
* Windows betűtípusok:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Ezeket a http://fontonic.com weboldalról le tudod tölteni. &lt;br /&gt;
&lt;br /&gt;
Vagy tölsd le őket [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms innen] egy zip archívumban&lt;br /&gt;
&lt;br /&gt;
A betűtípusokat ide telepítsd: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ a felhasználóneved)&lt;br /&gt;
&lt;br /&gt;
==A játék telepítése==&lt;br /&gt;
Töltsd le az MTA telepítőjét az [http://www.mtasa.com mtasa.com] - ról, és telepítsd.&lt;br /&gt;
==A játék futtatása==&lt;br /&gt;
Ha telepítetted, elég csak rákattintani az ikonra, mennie kell. Ha nem, akkor írd be ezt a &amp;quot;terminálba&amp;quot;: &amp;quot;wine Multi Theft Auto.exe&amp;quot; (a helyen, ahova telepítetted a játékot)&lt;br /&gt;
Ha ez sem sikerül, tekintsd meg a c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log fájlt, talán lesz benne valami használható információ.&lt;br /&gt;
&lt;br /&gt;
==Ismert hibák==&lt;br /&gt;
===Speciális hibák===&lt;br /&gt;
* Nem lehet a szerver böngésző segítségével csatlakozni [Javítva: [http://bugs.mtasa.com/view.php?id=5084 5084] ]&lt;br /&gt;
&lt;br /&gt;
* Az MTA nem indul az Ubuntu 12.04 LTS - en [Javítás elérhető [http://forum.mtasa.com/viewtopic.php?p=434011#p434011 itt] ]&lt;br /&gt;
&lt;br /&gt;
===Más problémák===&lt;br /&gt;
* Az MTA nem indul (a betűtípusok telepítve vannak)&lt;br /&gt;
#Próbáld a virtuális asztalon elindítani az MTA -t.&lt;br /&gt;
#:Menj a WineConfig -ra, válaszd a &amp;quot;Graphics&amp;quot; részt, és ott válaszd a &amp;quot;Emulate a virtual desktop&amp;quot; -ot.&amp;lt;br&amp;gt;&lt;br /&gt;
#Töröld ki a gtasa_set fájlodat,&lt;br /&gt;
#:ami a &amp;quot;GTA San Andreas User Files&amp;quot; mappában van. .&amp;lt;br&amp;gt;'''(Készíts előtte egy másolatot, ha egyjátékos módban is játszol)'''&lt;br /&gt;
#Töröld az MTA config fájlodat,&lt;br /&gt;
#:ami itt van: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Itt is készíts előbb egy másolatot, ha nem akarod, hogy elveszennek a beállítások)'''&lt;br /&gt;
&lt;br /&gt;
* A játék összeomlik csatlakozáskor&lt;br /&gt;
*:Néha a hang részleg hibázik, ekkor menj a WineConfig -ra, ott menj az Audio részre, és az &amp;quot;ALSA&amp;quot; helyett válaszd az &amp;quot;EsoundD&amp;quot; -t. Mentsd el a beállításokat és indítsd újra az MTA - t.&lt;br /&gt;
&lt;br /&gt;
* Betűtípus Problémák&lt;br /&gt;
*:Ha [https://cdn.discordapp.com/attachments/278521065435824128/1000827089022373978/unknown.png ehhez hasonló] porblémád van mikor szöveg jelenik meg akkor egy új DLL overrideot kell hozzáadnod a meglévő prefix/bottle-hez.&lt;br /&gt;
#Nyisd meg az adott prefix/bottle-d '''Wine Configuration''' ablakát és kattints a '''Libraries''' fülre&lt;br /&gt;
#Kattints a '''New override for library''' legördülő menüre és válaszd ki a '''d3dx9_42''' opciót.&lt;br /&gt;
#Kattints az '''Edit...''' gombra és válaszd ki a '''Builtin (Wine)''' lehetőség majd az OK gombra&lt;br /&gt;
Mentsd el a beállításokat és indítsd újra az MTA-t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Nézd meg ezt is ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - A fejlesztői verziókhoz &lt;br /&gt;
&lt;br /&gt;
[[Category:Translated/Support]]&lt;br /&gt;
[[en:Client on Linux Manual]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Client_on_Linux_Manual&amp;diff=75318</id>
		<title>Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Client_on_Linux_Manual&amp;diff=75318"/>
		<updated>2022-07-24T18:36:04Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Added a new workaround (font artifacts)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Checking|MTA:SA support on Linux is on a best-effort basis, and you can run into a long list of issues. Also see &amp;quot;Known issues&amp;quot; paragraph}}&lt;br /&gt;
{{Warning|This page is for Linux players '''ONLY''', for Windows go [[Client Manual|here]].|true}}&lt;br /&gt;
&lt;br /&gt;
==Lutris==&lt;br /&gt;
&lt;br /&gt;
Lutris can be used instead for easier Prefix management, see&lt;br /&gt;
[[Client on Linux using Lutris Manual]]&lt;br /&gt;
&lt;br /&gt;
==Before you start==&lt;br /&gt;
&lt;br /&gt;
First of all, please ensure your computer fits the requirements needed.&lt;br /&gt;
Read the [[Client_Manual|Client Manual]] page for further informations, or join us on [https://mtasa.com/discord Discord].&lt;br /&gt;
&lt;br /&gt;
During this tutorial, make sure to '''only use 32-bit Wine prefix''' for MTA:SA, or else you'll run into a plethora of hard-to-fix issues.&lt;br /&gt;
&lt;br /&gt;
===Requirements===&lt;br /&gt;
The hardware requirements for Multi Theft Auto: San Andreas are the same as on Windows.&lt;br /&gt;
For software requirements, you need:&lt;br /&gt;
* Wine (get it on your package manager (synaptic, apt, pacman, yum, etc.); follow instructions [https://www.winehq.org/download/ubuntu here] if you're using Ubuntu&lt;br /&gt;
(as of MTA 1.4.1 Ubuntu's default Wine package seems to be incompatible with Visual C++, which is required to install MTA)&lt;br /&gt;
* Windows fonts installed:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Get them on the Internet, e.g. [http://fontonic.com/ fontonic.com]&lt;br /&gt;
&lt;br /&gt;
Or get the zip archive with the 3 fonts {{WineFonts}}.&lt;br /&gt;
&lt;br /&gt;
Install them in: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ points to your user home folder on Linux, .wine is the default wineprefix)&lt;br /&gt;
&lt;br /&gt;
==Installing the game==&lt;br /&gt;
Download the MTA installer from [http://www.mtasa.com mtasa.com], ensure you can launch it (chmod +x) then install it when you want.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Make sure to only use 32-bit Wine prefix for MTA:SA, or else you'll run into a plethora of hard-to-fix issues.'''&lt;br /&gt;
&lt;br /&gt;
==Running the game==&lt;br /&gt;
Once installed, double-clicking on the Multi Theft Auto.exe should work. If not, try in a terminal the following command: &amp;quot;wine Multi Theft Auto.exe&amp;quot; in the directory you installed Multi Theft Auto to.&lt;br /&gt;
If it doesn't work, check the contents of the file c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log, which may contain useful information.&lt;br /&gt;
&lt;br /&gt;
===Known issues===&lt;br /&gt;
* MTA isn't starting (even with fonts installed)&lt;br /&gt;
#Try to start MTA:SA in a virtual desktop&lt;br /&gt;
#:Go to WineConfig, choose the tab &amp;quot;Graphics&amp;quot; and select &amp;quot;Emulate a virtual desktop&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
#Try to delete your gta_sa.set file&lt;br /&gt;
#:which is located in the &amp;quot;GTA San Andreas User Files&amp;quot; folder, which can be found in your home directory.&amp;lt;br&amp;gt;'''(Remember to create a copy, if you're playing San Andreas in singleplayer)'''&lt;br /&gt;
#Try to delete your MTA config file&lt;br /&gt;
#:which is: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Also remember to create a copy, if you don't want to lose your edited MTA configuration)'''&lt;br /&gt;
* MTA won't start on Ubuntu 12.04 LTS [Temporary fix is available [https://forum.mtasa.com/topic/36206-mta-13-wont-start-on-ubuntu-1204/#comment-366248 here]. Although, just updating away from such an old version of Ubuntu is the recommended way to go]&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;SD #16 Error&amp;quot; when connecting to a server&lt;br /&gt;
* &amp;quot;No audio card detected&amp;quot; when launching either GTA:SA or MTA&lt;br /&gt;
* Using standard Full-screen mode on MTA might cause some occasional artifacts&lt;br /&gt;
* Enabling DXVK might not break GTA:SA, but it breaks MTA&lt;br /&gt;
* Using Linux brings a higher-than-usual chance for game crashes due to various reasons (sometimes to do with resources &amp;amp; mods on individual servers)&lt;br /&gt;
* CEF crashes with some wine versions. Use [https://github.com/multitheftauto/mtasa-blue/issues/1000 workaround] for this issue&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''* Making the mistake of using a 64-bit prefix may ''specifically'' result in:'''&lt;br /&gt;
* &amp;quot;SD #16 Error&amp;quot; when connecting to a server&lt;br /&gt;
* &amp;quot;libcef.dll&amp;quot; MTA crash upon joining servers, or during gameplay (when server uses CEF and your CEF web browser is enabled)&lt;br /&gt;
* Even higher chance for instability, lag issues and game crashes&lt;br /&gt;
.. and much more&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Specific issues with workarounds===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Crash when connecting'''&amp;lt;br&amp;gt;&lt;br /&gt;
Sometimes the audio-server makes problems (could be related to PulseAudio), in this case, you've to go to WineConfig and choose the tab Audio, then deselect &amp;quot;ALSA&amp;quot; and select &amp;quot;EsoundD&amp;quot;. Save the settings and restart MTA.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Crash in basswma.dll module while streaming audio'''&amp;lt;br&amp;gt;&lt;br /&gt;
Workaround: Install Windows Media Player 11&amp;lt;br&amp;gt;&lt;br /&gt;
Before carrying this out, [https://wiki.winehq.org/Winetricks install Winetricks]&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
winetricks -q wmp11&lt;br /&gt;
&lt;br /&gt;
If that doesnt solve the issue, try an older version:&lt;br /&gt;
winetricks -q wmp10&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Special Detections (SD)'''&amp;lt;br&amp;gt;&lt;br /&gt;
This was already described above in general terms, of possible issues if you're not using 32-bit prefix as is recommended. But for this &amp;quot;Specific issues&amp;quot; section we will go in-depth more regarding '''SD #21''' kick from AC that commonly affects Linux/Wine users:&amp;lt;br&amp;gt;&lt;br /&gt;
If you are using a 64-bit wine version/prefix you may have problems with [http://wiki.multitheftauto.com/wiki/Anti-cheat_guide#.3Cenablesd.3E.3C.2Fenablesd.3E Special Detections]. If the server you are trying to connect keeps showing something like [http://i.imgur.com/33T8a82.jpg this], then you should make a [https://wiki.archlinux.org/title/Wine#WINEARCH 32 bit wine prefix] (or bottle).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;export WINEARCH=win32 WINEPREFIX=~/.winegta&lt;br /&gt;
winecfg&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Look at your Windows version and press OK to create the prefix. Now you have a 32-bit wine prefix on ~/.winegta.&lt;br /&gt;
Install GTA:SA and them MTA.&lt;br /&gt;
After this, MTA and GTA have been installed within ~/.winegta prefix which is a 32-bit wine environment.&lt;br /&gt;
&lt;br /&gt;
'''Note''': In some scenario's, while creating your 32-bit prefix, it may be needed to change Windows version on the bottom to Windows 7. But avoid it whenever possible.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Font Artifacts'''&amp;lt;br&amp;gt;&lt;br /&gt;
If you see weird fonts artifacts [https://media.discordapp.net/attachments/278521065435824128/1000827089022373978/unknown.png like this] then you need to add a new DLL override to your prefix/bottle. &lt;br /&gt;
#Open '''Wine configuration''' for your prefix/bottle, go to the Libraries tab&lt;br /&gt;
#Click on the ''''New override for library''':' dropdown and select ''''d3dx9_42''''&lt;br /&gt;
#Click on ''''Edit...'''' and select ''''Builtin (Wine)'''' then 'OK'&lt;br /&gt;
Apply all the changes and you're good to go.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Closing words'''&amp;lt;br&amp;gt;&lt;br /&gt;
To avoid many of the roadblocks when it comes to Linux/Wine issues in general, just use 32-bit Prefix as suggested. However, if you still run into issues, you can inform yourself better about MTA's Linux/Mac support levels and background by joining the [https://discord.gg/mtasa MTA discord] and going to #help-support channel, to specifically read information at this pinned message: https://discord.com/channels/278474088903606273/278521065435824128/894932698269900830&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We realize that the wiki pages &amp;amp; documentation regarding Linux, macOS support (such as: through Wine, Lutris, PlayOnLinux, Parallels Desktop etc) is far from perfect, and that the list of potential issues you can run into isn't complete. As the MTA discord linked post tries to explain, these platforms are supported on a best-effort basis (in a technical sense, not an user support sense) and even then you'll find others on the MTA discord that are Linux users &amp;amp; play MTA after performing some workarounds, that may be willing to help you. These people are also advised to add any known issue (and workaround for it) to the wiki documentations, so if that sounds like you then feel free to edit this page for instance, and help future users that find themselves in the same situation as you were. Linux/Wine just gives really obscure, hard to fix issues with MTA and other applications/games, including niche ones that individual users happen to resolve somehow.. that's the point.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - For nightly builds.&lt;br /&gt;
* https://bugs.mtasa.com/view.php?id=8895 - a bug report containing useful info for running MTA in Wine&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;br /&gt;
[[hu:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75193</id>
		<title>HU/Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75193"/>
		<updated>2022-06-28T21:29:53Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: brain issue numero dos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|Ez az oldal csak a Linux felhasználóknak szól, a Windows rendszerhez tartozó kézikönyvhöz kattints [[HU/Client Manual|ide]].|true}}&lt;br /&gt;
==Lutris==&lt;br /&gt;
A könnyebb telepítés érdekében [https://lutris.net/games/multi-theft-auto/ Lutris script] elérhető.&lt;br /&gt;
&lt;br /&gt;
==Mielőtt elkezded==&lt;br /&gt;
&lt;br /&gt;
Először is, nézd meg, hogy a számítógéped megfelel - e az alapkövetelményeknek. Ehhez tekintsd meg &lt;br /&gt;
[[HU/Client_Manual|ezt a lapot]], vagy kérdezd meg az [https://discord.com/invite/mtasa Discord] csatornánkon.&lt;br /&gt;
&lt;br /&gt;
===Követelmények===&lt;br /&gt;
A gépigény ugyanaz mint a Windows rendszereken.&lt;br /&gt;
Azonban szükséges lesz néhány szoftver is:&lt;br /&gt;
* Wine, ezt [http://tinyurl.com/installWine1-3 itt] megtalálod. &lt;br /&gt;
* Windows betűtípusok:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Ezeket a http://fontonic.com weboldalról le tudod tölteni. &lt;br /&gt;
&lt;br /&gt;
Vagy tölsd le őket [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms innen] egy zip archívumban&lt;br /&gt;
&lt;br /&gt;
A betűtípusokat ide telepítsd: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ a felhasználóneved)&lt;br /&gt;
&lt;br /&gt;
==A játék telepítése==&lt;br /&gt;
Töltsd le az MTA telepítőjét az [http://www.mtasa.com mtasa.com] - ról, és telepítsd.&lt;br /&gt;
==A játék futtatása==&lt;br /&gt;
Ha telepítetted, elég csak rákattintani az ikonra, mennie kell. Ha nem, akkor írd be ezt a &amp;quot;terminálba&amp;quot;: &amp;quot;wine Multi Theft Auto.exe&amp;quot; (a helyen, ahova telepítetted a játékot)&lt;br /&gt;
Ha ez sem sikerül, tekintsd meg a c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log fájlt, talán lesz benne valami használható információ.&lt;br /&gt;
&lt;br /&gt;
==Ismert hibák==&lt;br /&gt;
===Speciális hibák===&lt;br /&gt;
* Nem lehet a szerver böngésző segítségével csatlakozni [Javítva: [http://bugs.mtasa.com/view.php?id=5084 5084] ]&lt;br /&gt;
&lt;br /&gt;
* Az MTA nem indul az Ubuntu 12.04 LTS - en [Javítás elérhető [http://forum.mtasa.com/viewtopic.php?p=434011#p434011 itt] ]&lt;br /&gt;
&lt;br /&gt;
===Más problémák===&lt;br /&gt;
* Az MTA nem indul (a betűtípusok telepítve vannak)&lt;br /&gt;
#Próbáld a virtuális asztalon elindítani az MTA -t.&lt;br /&gt;
#:Menj a WineConfig -ra, válaszd a &amp;quot;Graphics&amp;quot; részt, és ott válaszd a &amp;quot;Emulate a virtual desktop&amp;quot; -ot.&amp;lt;br&amp;gt;&lt;br /&gt;
#Töröld ki a gtasa_set fájlodat,&lt;br /&gt;
#:ami a &amp;quot;GTA San Andreas User Files&amp;quot; mappában van. .&amp;lt;br&amp;gt;'''(Készíts előtte egy másolatot, ha egyjátékos módban is játszol)'''&lt;br /&gt;
#Töröld az MTA config fájlodat,&lt;br /&gt;
#:ami itt van: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Itt is készíts előbb egy másolatot, ha nem akarod, hogy elveszennek a beállítások)'''&lt;br /&gt;
&lt;br /&gt;
* A játék összeomlik csatlakozáskor&lt;br /&gt;
*:Néha a hang részleg hibázik, ekkor menj a WineConfig -ra, ott menj az Audio részre, és az &amp;quot;ALSA&amp;quot; helyett válaszd az &amp;quot;EsoundD&amp;quot; -t. Mentsd el a beállításokat és indítsd újra az MTA - t.&lt;br /&gt;
&lt;br /&gt;
== Nézd meg ezt is ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - A fejlesztői verziókhoz &lt;br /&gt;
&lt;br /&gt;
[[Category:Translated/Support]]&lt;br /&gt;
[[en:Client on Linux Manual]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75192</id>
		<title>HU/Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75192"/>
		<updated>2022-06-28T21:28:44Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: added lutris section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|Ez az oldal csak a Linux felhasználóknak szól, a Windows rendszerhez tartozó kézikönyvhöz kattints [[HU/Client Manual|ide]].|true}}&lt;br /&gt;
==Mielőtt elkezded==&lt;br /&gt;
&lt;br /&gt;
Először is, nézd meg, hogy a számítógéped megfelel - e az alapkövetelményeknek. Ehhez tekintsd meg &lt;br /&gt;
[[HU/Client_Manual|ezt a lapot]], vagy kérdezd meg az [https://discord.com/invite/mtasa Discord] csatornánkon.&lt;br /&gt;
&lt;br /&gt;
===Lutris===&lt;br /&gt;
A könnyebb telepítés érdekében [https://lutris.net/games/multi-theft-auto/ Lutris script] elérhető.&lt;br /&gt;
&lt;br /&gt;
===Követelmények===&lt;br /&gt;
A gépigény ugyanaz mint a Windows rendszereken.&lt;br /&gt;
Azonban szükséges lesz néhány szoftver is:&lt;br /&gt;
* Wine, ezt [http://tinyurl.com/installWine1-3 itt] megtalálod. &lt;br /&gt;
* Windows betűtípusok:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Ezeket a http://fontonic.com weboldalról le tudod tölteni. &lt;br /&gt;
&lt;br /&gt;
Vagy tölsd le őket [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms innen] egy zip archívumban&lt;br /&gt;
&lt;br /&gt;
A betűtípusokat ide telepítsd: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ a felhasználóneved)&lt;br /&gt;
&lt;br /&gt;
==A játék telepítése==&lt;br /&gt;
Töltsd le az MTA telepítőjét az [http://www.mtasa.com mtasa.com] - ról, és telepítsd.&lt;br /&gt;
==A játék futtatása==&lt;br /&gt;
Ha telepítetted, elég csak rákattintani az ikonra, mennie kell. Ha nem, akkor írd be ezt a &amp;quot;terminálba&amp;quot;: &amp;quot;wine Multi Theft Auto.exe&amp;quot; (a helyen, ahova telepítetted a játékot)&lt;br /&gt;
Ha ez sem sikerül, tekintsd meg a c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log fájlt, talán lesz benne valami használható információ.&lt;br /&gt;
&lt;br /&gt;
==Ismert hibák==&lt;br /&gt;
===Speciális hibák===&lt;br /&gt;
* Nem lehet a szerver böngésző segítségével csatlakozni [Javítva: [http://bugs.mtasa.com/view.php?id=5084 5084] ]&lt;br /&gt;
&lt;br /&gt;
* Az MTA nem indul az Ubuntu 12.04 LTS - en [Javítás elérhető [http://forum.mtasa.com/viewtopic.php?p=434011#p434011 itt] ]&lt;br /&gt;
&lt;br /&gt;
===Más problémák===&lt;br /&gt;
* Az MTA nem indul (a betűtípusok telepítve vannak)&lt;br /&gt;
#Próbáld a virtuális asztalon elindítani az MTA -t.&lt;br /&gt;
#:Menj a WineConfig -ra, válaszd a &amp;quot;Graphics&amp;quot; részt, és ott válaszd a &amp;quot;Emulate a virtual desktop&amp;quot; -ot.&amp;lt;br&amp;gt;&lt;br /&gt;
#Töröld ki a gtasa_set fájlodat,&lt;br /&gt;
#:ami a &amp;quot;GTA San Andreas User Files&amp;quot; mappában van. .&amp;lt;br&amp;gt;'''(Készíts előtte egy másolatot, ha egyjátékos módban is játszol)'''&lt;br /&gt;
#Töröld az MTA config fájlodat,&lt;br /&gt;
#:ami itt van: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Itt is készíts előbb egy másolatot, ha nem akarod, hogy elveszennek a beállítások)'''&lt;br /&gt;
&lt;br /&gt;
* A játék összeomlik csatlakozáskor&lt;br /&gt;
*:Néha a hang részleg hibázik, ekkor menj a WineConfig -ra, ott menj az Audio részre, és az &amp;quot;ALSA&amp;quot; helyett válaszd az &amp;quot;EsoundD&amp;quot; -t. Mentsd el a beállításokat és indítsd újra az MTA - t.&lt;br /&gt;
&lt;br /&gt;
== Nézd meg ezt is ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - A fejlesztői verziókhoz &lt;br /&gt;
&lt;br /&gt;
[[Category:Translated/Support]]&lt;br /&gt;
[[en:Client on Linux Manual]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Notdamy&amp;diff=75191</id>
		<title>User:Notdamy</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Notdamy&amp;diff=75191"/>
		<updated>2022-06-28T21:17:21Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: Created page with &amp;quot;(:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(:&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75190</id>
		<title>HU/Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75190"/>
		<updated>2022-06-28T21:10:26Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: brain issue :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|Ez az oldal csak a Linux felhasználóknak szól, a Windows rendszerhez tartozó kézikönyvhöz kattints [[HU/Client Manual|ide]].|true}}&lt;br /&gt;
==Mielőtt elkezded==&lt;br /&gt;
&lt;br /&gt;
Először is, nézd meg, hogy a számítógéped megfelel - e az alapkövetelményeknek. Ehhez tekintsd meg &lt;br /&gt;
[[HU/Client_Manual|ezt a lapot]], vagy kérdezd meg az [https://discord.com/invite/mtasa Discord] csatornánkon.&lt;br /&gt;
&lt;br /&gt;
===Követelmények===&lt;br /&gt;
A gépigény ugyanaz mint a Windows rendszereken.&lt;br /&gt;
Azonban szükséges lesz néhány szoftver is:&lt;br /&gt;
* Wine, ezt [http://tinyurl.com/installWine1-3 itt] megtalálod. &lt;br /&gt;
* Windows betűtípusok:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Ezeket a http://fontonic.com weboldalról le tudod tölteni. &lt;br /&gt;
&lt;br /&gt;
Vagy tölsd le őket [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms innen] egy zip archívumban&lt;br /&gt;
&lt;br /&gt;
A betűtípusokat ide telepítsd: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ a felhasználóneved)&lt;br /&gt;
&lt;br /&gt;
==A játék telepítése==&lt;br /&gt;
Töltsd le az MTA telepítőjét az [http://www.mtasa.com mtasa.com] - ról, és telepítsd.&lt;br /&gt;
==A játék futtatása==&lt;br /&gt;
Ha telepítetted, elég csak rákattintani az ikonra, mennie kell. Ha nem, akkor írd be ezt a &amp;quot;terminálba&amp;quot;: &amp;quot;wine Multi Theft Auto.exe&amp;quot; (a helyen, ahova telepítetted a játékot)&lt;br /&gt;
Ha ez sem sikerül, tekintsd meg a c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log fájlt, talán lesz benne valami használható információ.&lt;br /&gt;
&lt;br /&gt;
==Ismert hibák==&lt;br /&gt;
===Speciális hibák===&lt;br /&gt;
* Nem lehet a szerver böngésző segítségével csatlakozni [Javítva: [http://bugs.mtasa.com/view.php?id=5084 5084] ]&lt;br /&gt;
&lt;br /&gt;
* Az MTA nem indul az Ubuntu 12.04 LTS - en [Javítás elérhető [http://forum.mtasa.com/viewtopic.php?p=434011#p434011 itt] ]&lt;br /&gt;
&lt;br /&gt;
===Más problémák===&lt;br /&gt;
* Az MTA nem indul (a betűtípusok telepítve vannak)&lt;br /&gt;
#Próbáld a virtuális asztalon elindítani az MTA -t.&lt;br /&gt;
#:Menj a WineConfig -ra, válaszd a &amp;quot;Graphics&amp;quot; részt, és ott válaszd a &amp;quot;Emulate a virtual desktop&amp;quot; -ot.&amp;lt;br&amp;gt;&lt;br /&gt;
#Töröld ki a gtasa_set fájlodat,&lt;br /&gt;
#:ami a &amp;quot;GTA San Andreas User Files&amp;quot; mappában van. .&amp;lt;br&amp;gt;'''(Készíts előtte egy másolatot, ha egyjátékos módban is játszol)'''&lt;br /&gt;
#Töröld az MTA config fájlodat,&lt;br /&gt;
#:ami itt van: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Itt is készíts előbb egy másolatot, ha nem akarod, hogy elveszennek a beállítások)'''&lt;br /&gt;
&lt;br /&gt;
* A játék összeomlik csatlakozáskor&lt;br /&gt;
*:Néha a hang részleg hibázik, ekkor menj a WineConfig -ra, ott menj az Audio részre, és az &amp;quot;ALSA&amp;quot; helyett válaszd az &amp;quot;EsoundD&amp;quot; -t. Mentsd el a beállításokat és indítsd újra az MTA - t.&lt;br /&gt;
&lt;br /&gt;
== Nézd meg ezt is ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - A fejlesztői verziókhoz &lt;br /&gt;
&lt;br /&gt;
[[Category:Translated/Support]]&lt;br /&gt;
[[en:Client on Linux Manual]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75189</id>
		<title>HU/Client on Linux Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=HU/Client_on_Linux_Manual&amp;diff=75189"/>
		<updated>2022-06-28T21:06:58Z</updated>

		<summary type="html">&lt;p&gt;Notdamy: outdated link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|Ez az oldal csak a Linux felhasználóknak szól, a Windows rendszerhez tartozó kézikönyvhöz kattints [[HU/Client Manual|ide]].|true}}&lt;br /&gt;
==Mielőtt elkezded==&lt;br /&gt;
&lt;br /&gt;
Először is, nézd meg, hogy a számítógéped megfelel - e az alapkövetelményeknek. Ehhez tekintsd meg &lt;br /&gt;
[[HU/Client_Manual|ezt a lapot]], vagy kérdezd meg az [https://discord.com/invite/mtasa Discord] csatornánkon.&lt;br /&gt;
&lt;br /&gt;
===Követelmények===&lt;br /&gt;
A gépigény ugyanaz mint a Windows rendszereken.&lt;br /&gt;
Azonban szükséges lesz néhány szoftver is:&lt;br /&gt;
* Wine, ezt [http://tinyurl.com/installWine1-3 itt] megtalálod. &lt;br /&gt;
* Windows betűtípusok:&lt;br /&gt;
** tahoma.ttf&lt;br /&gt;
** tahomabd.ttf&lt;br /&gt;
** verdana.ttf&lt;br /&gt;
Ezeket a http://fontonic.com weboldalról le tudod tölteni. &lt;br /&gt;
&lt;br /&gt;
Vagy tölsd le őket innen egy zip archívumban: [https://drive.google.com/open?id=0B4SUSkTXjliXZnBXV2pEWkdTTms]&lt;br /&gt;
&lt;br /&gt;
A betűtípusokat ide telepítsd: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;~/.wine/dosdevices/c:/windows/Fonts/&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
(~/ a felhasználóneved)&lt;br /&gt;
&lt;br /&gt;
==A játék telepítése==&lt;br /&gt;
Töltsd le az MTA telepítőjét az [http://www.mtasa.com mtasa.com] - ról, és telepítsd.&lt;br /&gt;
==A játék futtatása==&lt;br /&gt;
Ha telepítetted, elég csak rákattintani az ikonra, mennie kell. Ha nem, akkor írd be ezt a &amp;quot;terminálba&amp;quot;: &amp;quot;wine Multi Theft Auto.exe&amp;quot; (a helyen, ahova telepítetted a játékot)&lt;br /&gt;
Ha ez sem sikerül, tekintsd meg a c:/Program_Files/Multi Theft Auto/MTA/CEGUI.log fájlt, talán lesz benne valami használható információ.&lt;br /&gt;
&lt;br /&gt;
==Ismert hibák==&lt;br /&gt;
===Speciális hibák===&lt;br /&gt;
* Nem lehet a szerver böngésző segítségével csatlakozni [Javítva: [http://bugs.mtasa.com/view.php?id=5084 5084] ]&lt;br /&gt;
&lt;br /&gt;
* Az MTA nem indul az Ubuntu 12.04 LTS - en [Javítás elérhető [http://forum.mtasa.com/viewtopic.php?p=434011#p434011 itt] ]&lt;br /&gt;
&lt;br /&gt;
===Más problémák===&lt;br /&gt;
* Az MTA nem indul (a betűtípusok telepítve vannak)&lt;br /&gt;
#Próbáld a virtuális asztalon elindítani az MTA -t.&lt;br /&gt;
#:Menj a WineConfig -ra, válaszd a &amp;quot;Graphics&amp;quot; részt, és ott válaszd a &amp;quot;Emulate a virtual desktop&amp;quot; -ot.&amp;lt;br&amp;gt;&lt;br /&gt;
#Töröld ki a gtasa_set fájlodat,&lt;br /&gt;
#:ami a &amp;quot;GTA San Andreas User Files&amp;quot; mappában van. .&amp;lt;br&amp;gt;'''(Készíts előtte egy másolatot, ha egyjátékos módban is játszol)'''&lt;br /&gt;
#Töröld az MTA config fájlodat,&lt;br /&gt;
#:ami itt van: &amp;quot;MTA San Andreas 1.3/MTA/coreconfig.xml&amp;quot;&amp;lt;br&amp;gt;'''(Itt is készíts előbb egy másolatot, ha nem akarod, hogy elveszennek a beállítások)'''&lt;br /&gt;
&lt;br /&gt;
* A játék összeomlik csatlakozáskor&lt;br /&gt;
*:Néha a hang részleg hibázik, ekkor menj a WineConfig -ra, ott menj az Audio részre, és az &amp;quot;ALSA&amp;quot; helyett válaszd az &amp;quot;EsoundD&amp;quot; -t. Mentsd el a beállításokat és indítsd újra az MTA - t.&lt;br /&gt;
&lt;br /&gt;
== Nézd meg ezt is ==&lt;br /&gt;
* [http://nightly.mtasa.com/ nightly.mtasa.com] - A fejlesztői verziókhoz &lt;br /&gt;
&lt;br /&gt;
[[Category:Translated/Support]]&lt;br /&gt;
[[en:Client on Linux Manual]]&lt;br /&gt;
[[ru:Client on Linux Manual]]&lt;/div&gt;</summary>
		<author><name>Notdamy</name></author>
	</entry>
</feed>