Jump to content

jhxp

MTA Team
  • Posts

    2,212
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by jhxp

  1. If you did what I've explained in my previous post, you'd find out in no time that you need to install libsqlite3-0.
  2. jhxp

    3 Question

    All answers are on wiki: 1) https://wiki.multitheftauto.com/wiki/Ser ... nistrators 2) https://wiki.multitheftauto.com/wiki/Ser ... 2Fgamemode 3) https://wiki.multitheftauto.com/wiki/Access_Control_List 4) https://wiki.multitheftauto.com/wiki/Writing_Gamemodes / https://wiki.multitheftauto.com/wiki/FadeCamera
  3. jhxp

    3 Question

    All answers are on wiki: 1) https://wiki.multitheftauto.com/wiki/Ser ... nistrators 2) https://wiki.multitheftauto.com/wiki/Ser ... 2Fgamemode 3) https://wiki.multitheftauto.com/wiki/Access_Control_List 4) https://wiki.multitheftauto.com/wiki/Writing_Gamemodes / https://wiki.multitheftauto.com/wiki/FadeCamera
  4. I'd say you need to wait some time while your server is online. It will take a bit for Game-Monitor to update its lists, but it will be done eventually. Once it's there, it will stay there.
  5. I'd say you need to wait some time while your server is online. It will take a bit for Game-Monitor to update its lists, but it will be done eventually. Once it's there, it will stay there.
  6. Your system is missing more libraries then. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field (libsqlite3.so.0 and so on, if you'll need anything else). http://www.debian.org/distrib/packages.en.html Then install that package via apt-get, as mentioned in the previous post.
  7. Your system is missing more libraries then. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field (libsqlite3.so.0 and so on, if you'll need anything else). http://www.debian.org/distrib/packages.en.html Then install that package via apt-get, as mentioned in the previous post.
  8. You need to install libpcre3 package - run the command below as root: apt-get install libpcre3
  9. You need to install libpcre3 package - run the command below as root: apt-get install libpcre3
  10. Yeah, check your C:\Users\\AppData\Local\VirtualStore\Program Files\MTA San Andreas\MTA folder.
  11. Yeah, check your C:\Users\\AppData\Local\VirtualStore\Program Files\MTA San Andreas\MTA folder.
  12. Uh oh, it's that time of the year again
  13. Uh oh, it's that time of the year again
  14. We no longer provide support for MTA:SA Racemod. Solution for you is to upgrade to latest version which is much better than Racemod anyway, even if you stick to Race-only servers.
  15. We no longer provide support for MTA:SA Racemod. Solution for you is to upgrade to latest version which is much better than Racemod anyway, even if you stick to Race-only servers.
  16. jhxp

    MTA doesn't works

    What was the solution for your problem?
  17. jhxp

    MTA doesn't works

    What was the solution for your problem?
  18. jhxp

    MTA doesn't works

    Well you've pasted wrong file - logfile.txt, while I've asked for core.log. You might want to zip or rar these dumps up and upload them somewhere, so we can try to analyse your crash.
  19. jhxp

    MTA doesn't works

    Well you've pasted wrong file - logfile.txt, while I've asked for core.log. You might want to zip or rar these dumps up and upload them somewhere, so we can try to analyse your crash.
  20. jhxp

    MTA doesn't works

    What MTASA version you are trying to run? Are there any entries related to this in your MTA San Andreas\MTA\core.log file? Any crash dumps in MTA San Andreas\MTA\dumps ?
  21. jhxp

    MTA doesn't works

    What MTASA version you are trying to run? Are there any entries related to this in your MTA San Andreas\MTA\core.log file? Any crash dumps in MTA San Andreas\MTA\dumps ?
  22. Just follow instructions I've posted above... ... or below:
  23. Just follow instructions I've posted above... ... or below:
  24. That is not true, the problems are only when you try to compile it natively in 64 bit. If your debian is 64bit, it shouldn't be hard to get the precompiled 32bit build going, just requires apt-getting some libraries, which you are missing, in their compatibility versions (32bit) for amd64. If your debian is 32bit, then just install the missing libraries for i386. In both cases you'll need root access, or someone who can install them for you. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field. http://www.debian.org/distrib/packages.en.html Once you've found a package which contains that library, install it by running 'apt-get install packagename' as root. If you get a message stating that another library is missing after you install it, just repeat these steps for that library.
  25. That is not true, the problems are only when you try to compile it natively in 64 bit. If your debian is 64bit, it shouldn't be hard to get the precompiled 32bit build going, just requires apt-getting some libraries, which you are missing, in their compatibility versions (32bit) for amd64. If your debian is 32bit, then just install the missing libraries for i386. In both cases you'll need root access, or someone who can install them for you. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field. http://www.debian.org/distrib/packages.en.html Once you've found a package which contains that library, install it by running 'apt-get install packagename' as root. If you get a message stating that another library is missing after you install it, just repeat these steps for that library.
×
×
  • Create New...