Jump to content

Audifire

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Audifire

  1. It's difficult to reproduce your problem. I tried to setup a similar environment and I don't get the error message. The server also runs without installed libssl. So what you can try to remove openssl and every dependend package. But be careful to not remove to much from your system. I dont know what else is running on your server. You should know, what you do, I can not give so detailed instructions. Here for example my ldd output without openssl: root@b3609dcf556f:/multitheftauto_linux_x64# ldd x64/dbconmy.so linux-vdso.so.1 (0x00007fff567e9000) libssl.so.1.1 => not found libcrypto.so.1.1 => not found libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f720f8b6000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f720f6b2000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f720f495000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f720f0f6000) /lib64/ld-linux-x86-64.so.2 (0x00007f721038c000)
  2. Ah, in that case try to install openssl sudo apt install openssl And run again openssl version
  3. Something seems to be broken with your openssl package I think. The following command should output the same error: openssl version In that case you maybe can reinstall openssl sudo apt install --reinstall openssl
  4. So in that case it was already installed. What's the output of ldd /home/mta/x64/dbconmy.so
  5. So maybe it's necessary to install libssl1.1 on your system. Try to install it and start it again. Maybe it could help.
  6. Hey, it would be really helpful if we know what Linux distro you use. Maybe then it would be easier to find a way to help you.
  7. Thanks for your positive reponse. I never thought, that someone is using that now, after such a long time. ? What confuses me more, how where you able to download the compiler? I saw now, that the downloadlinks are offline. I will fix that, as soon as possible.
  8. Maybe you can create a environment metatable with __index = _G Here a little example: https://github.com/multitheftauto/mtasa-resources/blob/master/[editor]/edf/scriptreader_client.lua It seems to be more secure for me.
  9. Release of version 1.0. Now it's possible, to edit all lua endings in the meta to luac. A new feature is to overwrite all existing luac files. Download is in the first post.
  10. Release der Version 1.0 in der die Möglichkeit eingebaut wurde, alle lua Endungen in der Meta in luac umzuschreiben. Eine weitere Möglichkeit ist es, alle bestehenden LUAC Files zu überschreiben. Download im 1. Post.
  11. Hey guys, i have a little question about the MTA Server. I'm making a management program to manage MTA servers. But now I want to implement the MTA Server console into a Java GUI Form. But the problem is, the MTA server InputStream outputs nothing. How can I make the MTA server to a console application? Greetings, Audifire.
  12. No, there is no sweet sauce.
  13. Version Alpha 0.5 Download: http://sdrv.ms/15H6hH0 (Version Alpha 0.5) Changelog 0.5: improved configuration path saving when choose a file optimized error output fixed translation errors code optimizing it's now possible to drop files ofer textfield tested on Ubuntu and Mac OSX
  14. You can use it, too. But you will not be able to use the encryption option.
  15. It's not an offline compiler, it's based on https://luac.multitheftauto.com/api/ The commandline compiler (https://nightly.multitheftauto.com/files/luac_mta.exe) is using cURL, too. But it's not easy to handly for some people.
  16. MTA Compiler What is the "MTA Compiler" bringing?: It's small tool providing to precompile Lua Scripts. Further it supports the new from MTA provided additional features. What are the requirements?: To start this program, you need Java on your os. If you haven't installed it yet, you can download Java here: http://www.java.com/de/download/ A further requirement is a working internet connection, because this program is based on the MTA provided Online-API from https://luac.multitheftauto.com. Which functions brings this program?: The compiler is just the graphical version of the compiler, which is provided by MTA. Because of the handling from the MTA compiler, which can only be executed by a command line window, I decided to create a graphical improved version of a compiler. An additional feature is, that the compiler can read META.xml files and compile the scripts priveded in there. What is allowed/disallowed?: It’s not allowed to publish this program again under another name. Disclaimer: This program is actually in a very early state. So it’s possible, that some error messages will not be shown. In the worst case, it’s possible that data can be lost. I think most of bugs are fixed. Before you ran this program, please make a backup of your scripts!!! Screenshots: Screen1: Main window Screen2: Overwriting protection Screen3: Result Screen4: Update 0.3 Screen5: Update 0.4 Screen6: Ubuntu Test Drop Screen7: Ubuntu Test Screen8: Ubuntu Test Download: Link to directory: https://cloud.audifire.ch/s/sX86CKEgzJ4qeeK - Since Alpha 0.4 language support PS: I know my english is not the best, because I'm from switzerland and not a native english speaker. So please don't be hard with spelling and grammar.
  17. MTA Compiler Was brint der "MTA Compiler"?: Es ist ein kleines Programm, welches ermöglicht, LUA Scripts zu prekompilen. Desweiteren unterstützt der Kompiler, die neuen, von MTA zur Verfügung gestellten Zusatzfunktionen. Was sind dir Voraussetzungen?: Um das Programm zu starten, ist vorausgesetzt, dass du Java auf deinem OS installiert hast. Solltest du kein Java installiert haben, kannst du dies hier downloaden: http://www.java.com/de/download/ Eine weitere Voraussetzung ist eine funktionierende Internetverbindung, da das Programm auf eine von MTA zur Verfügung gestellten Online-API basiert. Welche Funktionen bringt diese Applikation mit sich?: Dieser Kompiler ist eigentlich die grafische Form des Kompilers, welcher MTA anbietet. Da die Handhabung mit dem von MTA angebotenen Kompiler nicht sehr einfach ist, und nur mithilfe einer Eingabe in der Eingabeaufforderung bewältigt werden kann, kann der von mir kreierte Kompiler durch sehr einfache Handhabung LUA Scripts kompilieren. Eine weitere Zusatzfunktion ist es, dass der Kompiler zusätzlich auch META.xml-Files einlesen kann, woraus er dann die LUA-Files kompiliert. Was ist erlaubt/nicht erlaubt?: Es ist nicht gestattet, das Programm erneut unter anderem Namen erneut zu veröffentlichen. Haftungsausschluss: Das Programm befindet sich in einem sehr frühem Stadium der Entwicklung. So werden eventuelle Fehlermeldungen noch nicht angezeigt, im schlimmsten Fall kann es zu Datenverlust kommen, wobei ich diesen weitgehend aus dem Weg geräumt habe. Vor der Verwendung dieses Programmes empfehle ich dringend eine Backupspeicherung der Files. Screenshots: Screen1: Hauptfenster Screen2: Schutz vor dem Überschreiben Screen3: Endergebnis Screen4: Update 0.3 Screen5: Update 0.4 Screen6: Ubuntu Test Drop Screen7: Ubuntu Test Screen8: Ubuntu Test Download: Aktuelle Version: http://1drv.ms/1voc4ck (Version Release 1.0) Vorherige Versionen: http://sdrv.ms/15H6hH0 (Version Alpha 0.5) http://sdrv.ms/14u8244 (Version Alpha 0.4.1) http://sdrv.ms/161Kebn (Version Alpha 0.4) http://sdrv.ms/17P8Gzr (Version Alpha 0.3) http://sdrv.ms/139zAOE (Version Alpha 0.2) http://sdrv.ms/136weMt (Version Alpha 0.1) Viel Spass und viel Erfolg. Mit freundlichen Grüssen, Audifire
  18. Hey guys, I'm trying to parse and readout a XML file. Is there any file, where I can see good how to make this? I tried to read acl.xml, coreconfig.xml and some other. =D Greets, Audifire
  19. If I add protected="true" to client-side files they will not loaded. Server: Linux MTA:SA Server v1.3-release-3734
  20. Error (short form): Updating Server to MTA 1.2 (linux) -> Race not working Testing Windows MTA 1.2 server -> Race working Copiing Windows resources to Linux -> Race not working
  21. Hey guys I have a big problem with updating to server 1.2. The Race resource wont start and I'm getting errors on my linux root server. Now I tested the server on my windows PC and started a local server with the from mta installer installes resources. It works normally. Now, I deleted all resources from linux server and copied all windows resources to the linux server. Linux server is making some errors and windows not?!? Now the windows server is working with race gamemode and linux server not. PS: Linux Server is new installed from linux.multitheftauto.com. Greetz, Audifire
  22. Thank you for the fast replay. Now another question. How can someone upload source files, that devs can (if there are good) add it to mta? Is it able?
  23. Hey guys, I have a little problem with the source code. I can't find the latest source code of mta 1.1. Always I can only find MTA 1.2 sourcecode and here I cant find a right thread. Greetings, Audifire.
×
×
  • Create New...