Search the Community
Showing results for tags 'installer'.
-
Hello guys ! I downloaded the latest installer from the website (both win7+ and windows xp/vista ) When i try to install it gives me error: 0xc00007b “the application was unable to start correctly” I tried all of these what i found on this site: https://appuals.com/fix-error-0xc00007b-application-was-unable-to-start-correctly/ And after i downloaded c++ runtime different versions, net framework different versions, directx different versions I tried DLL-s from the site and from different sites, I tried to install new video card driver, I installed the latest windows update pack, and tried older version from MTA installer 1.5 and 1.4 gives the same error MTA 1.3 installed succesfully when i want to update it download the new version but gives the same error when it opens the installer. Any helps how to install it ? I have windows 10 64.bit
-
Okay, so I have played MTA for a long time. I deleted it from my computer, but now I want to download it again! I downloaded the installer but, when I accept the terms it black out and then crashes! I have a windows 7 please help!
-
Made a script for auto handling MTA server installs.. In you SSH console you should first execute this: sudo wget -O mta-install.sh http://mta.ggcommunity.net/scripts/mta-install.sh && sudo chmod +x mta-install.sh And then run this: sudo ./mta-install.sh After doing this you should have a server up and running. To see the console use: screen -r mtaserver To exit console without shutdown do this combination of keys: CTRL + A + D Remember to edit ACL.XML and MTASERVER.CONF with the server off to your needs. My original post: Note: I'll try to keep this script updated and improved but i don't guarantee this Note2: I've reused some of renkon's functions for getting latest server versions and system architecture. Changelog 11/19/2016: Added some functions to check latest MTA Version and architecture version.( Thanks to renkon on that )