Jump to content

Audifire

Members
  • Posts

    27
  • Joined

  • Last visited

About Audifire

  • Birthday July 29

Details

  • Gang
    MTA-SA.org
  • Location
    Switzerland
  • Interests
    Computer Science, Cars (specially old Audis)

Recent Profile Visitors

1,611 profile views

Audifire's Achievements

Advanced Member

Advanced Member (8/54)

4

Reputation

  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
×
×
  • Create New...