Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. Thanks. What anti-virus are you using? Did MTA warn about missing anti-virus?
  2. The vehicle explosion problem was introduced in 1.3.4 and has just been fixed. To ask your players to get the fix, change recommendclientversion in your server's mtaserver.conf to this: <recommendclientversion>1.3.4-9.05872</recommendclientversion>
  3. Also, after you have installed the above drivers, please zip and upload: F:\GTA San Andreas\gta_sa.exe to http://upload.mtasa.com/ and post the link here
  4. As I said, those warnings can be ignored for now. (Re-compiling would not fix the other problems you are having anyway). Try contacting the script author, or other users of the script for help
  5. I suppose it will have to be compiled by the Mta DayZ authors one day. However, you can ignore those warnings for now - If it's not working, it will be because of something else.
  6. Try this one: https://nightly.multitheftauto.com/files/vorbisFile.dll
  7. ccw

    Crash.

    Looks like a virtual store issue - The lastest full installer should fix that. Download from the main page: https://www.multitheftauto.com/
  8. MySQL doesn't have networking enabled by default. I think you have to comment the line skip-networking in my.cnf, like this: # skip-networking
  9. Did you try: apt-get install lib32readline5
  10. Try the things listed here: https://wiki.multitheftauto.com/wiki/Bu ... _bit_Linux
  11. Then you must have tested it incorrectly, because doing nothing is faster than luac_mta. I suspect you had the 'find' command searching the whole hard drive instead of just the current directory.
  12. ccw

    My MTA looks fuzzy

    Screenshot please
  13. You can check for the encrypted file id of 'MvbR'. (Similar to 'LuaQ' used in plain compiled scripts). Check in two places in case there is a unicode BOM like this: for i in `find $DIR/ -name '*.lua'`; do read -r -n8 c <"$i" if [ "${c:1:4}" != "MvbR" \ -a "${c:4:4}" != "MvbR" ]; then luac_mta -b -e -o $i $i fi done
  14. ccw

    MTA Crashs before starting

    What did he do to solve the problem?
  15. ccw

    Problems MTA do not end .

    Please zip up the files inside the MTA install directory: MTA\dumps\private\ and upload here: http://upload.mtasa.com/
  16. ccw

    Help

    The problem 'StackHash_0a9e' means there is a DEP problem. Basically, some other program with a DEP problem is attaching itself to MTA and causing a crash. Try this: 1) Run a virus scan 2) Close all other programs, tray icons and any other 'helpful' applications you might have running
  17. ccw

    PC Specs

    Please zip up all the files inside C:\JUEGOS\Gta San Andreas Español by tiago2998lam\MTA 1.4\MTA\dumps\private\ and upload here: http://upload.mtasa.com/
  18. ccw

    Help

    Which anti-virus do you have installed?
  19. ccw

    Help

    The gta_sa.exe is ok. Can you show me all the text from the APPCRASH box?
  20. ccw

    Help

    Please zip up this file: C:\Gta San Andreas\GTA_SA.EXE and upload it here: http://upload.mtasa.com/
  21. ccw

    Help

    MTADiag will give you a pastebin URL Please show that here.
  22. ccw

    Help

    Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes and try again.
  23. ccw

    New Admin GUI crashes me.

    Crash is caused by a bug in usp10.dll which comes with XP SP2. Solution is to apply XP SP3.
×
×
  • Create New...