"THERE IS A PROBLEM WITH THE ALIVE PLUGIN!" (SOLVED)

  1. 8 years ago

    I'm seeing this line pop up a lot in my RPT.

    http://pastebin.com/WefjpuS4

    I have followed the "Connect server to War Room" guide and I'm not sure what the problem is. I don't see anything in the RPT that points to any specific issue.

  2. Thanks for the report.. with the 0.9.1.0 release did you also update the @aliveserver mod on your server as well as using the new plugin for War Room?

  3. I have the new server mod. I thought that was the plugin too. Im on linux, where do i find the plugin?

  4. Edited 8 years ago by SavageCDN

    AFAIK persistence is not supported (yet) in Linux... just confirming that now with a dev will post back

    Apparently it should work now in Linux. There is a separate plugin log file - can you post it to pastebin (if it's long) and link back here?

    Should be found in the @aliveserver mod folder
    Aliveplugin-datestamp.log

  5. There is no log file in that folder, I'm afraid.

  6. Friznit

    15 Oct 2015 Administrator

    We found a bug with the linux so file which was preventing it from compiling properly. We'll push out a hotfix soon.

  7. Okay, thanks!

  8. Friznit

    16 Oct 2015 Administrator

    We've updated the standalone zip file in the Server Setup page with the fixed linux so file http://alivemod.com/downloads/@aliveserver.zip

    Please overwrite the version that comes with the main ALiVE download, test and let us know if that's fixed it for you.

  9. It doesn't seem to have fixed the problem:

    http://pastebin.com/giTc8Cqe

    Also, there is still no log in the @aliveServer folder

  10. Tupolov

    16 Oct 2015 Administrator

    What linux OS are you using? What version?

    can you do

    ldd ALiVEPlugIn.so

    (case sensitive)

  11. We're running Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-39-generic x86_64)

    arma2@1tac:~/arma3/aliveserver/@aliveServer$ ldd ALiVEPlugIn.so
            linux-gate.so.1 =>  (0xf772f000)
            libcurl.so.4 => not found
            libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf74f4000)
            libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7345000)
            /lib/ld-linux.so.2 (0xf7730000)
  12. Edited 8 years ago by secure

    Try this:

    sudo apt-get install curl

    And then check the 'ldd' output again.

  13. Edited 8 years ago by Feanix

    Got this when we tried that command:

    sudo apt-get install curl
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    curl is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 353 not upgraded.

    ldd output is the same btw

  14. Then this should work:

    sudo apt-get install libcurl4-openssl-dev
  15. sudo apt-get install libcurl4-openssl-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libcurl4-openssl-dev is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 353 not upgraded.

  16. Sorry. Seems like libcurl.so.4 is actually from libcurl3 and not libcurl4.
    Try:

    sudo apt-get install libcurl3:i386
  17. That seemed to install something. :D

    Still getting the same error in the RPT. http://pastebin.com/egPpWYk5

    There is a new file in the @aliveServer folder called "not" (no extension) that's empty. 0 bytes.

  18. Tupolov

    17 Oct 2015 Administrator
    Edited 8 years ago by Tupolov

    did you run ldd ALiVEPlugIn.so again?

  19. Just did:

    arma2@1tac:~/arma3/aliveserver/@aliveServer$ ldd ALiVEPlugIn.so
    linux-gate.so.1 =>  (0xf7728000)
    libcurl.so.4 => /usr/lib/i386-linux-gnu/libcurl.so.4 (0xf74ca000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7484000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf72d5000)
    /lib/ld-linux.so.2 (0xf7729000)
    libidn.so.11 => /usr/lib/i386-linux-gnu/libidn.so.11 (0xf72a2000)
    librtmp.so.0 => /usr/lib/i386-linux-gnu/librtmp.so.0 (0xf7287000)
    libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf722f000)
    libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf7082000)
    libgssapi_krb5.so.2 => /usr/lib/i386-linux-gnu/libgssapi_krb5.so.2 (0xf703c000)
    liblber-2.4.so.2 => /usr/lib/i386-linux-gnu/liblber-2.4.so.2 (0xf702d000)
    libldap_r-2.4.so.2 => /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2 (0xf6fdb000)
    libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf6fc1000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf6fa5000)
    libgnutls.so.26 => /usr/lib/i386-linux-gnu/libgnutls.so.26 (0xf6ede000)
    libgcrypt.so.11 => /lib/i386-linux-gnu/libgcrypt.so.11 (0xf6e58000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf6e53000)
    libkrb5.so.3 => /usr/lib/i386-linux-gnu/libkrb5.so.3 (0xf6d95000)
    libk5crypto.so.3 => /usr/lib/i386-linux-gnu/libk5crypto.so.3 (0xf6d65000)
    libcom_err.so.2 => /lib/i386-linux-gnu/libcom_err.so.2 (0xf6d5f000)
    libkrb5support.so.0 => /usr/lib/i386-linux-gnu/libkrb5support.so.0 (0xf6d53000)
    libresolv.so.2 => /lib/i386-linux-gnu/libresolv.so.2 (0xf6d3b000)
    libsasl2.so.2 => /usr/lib/i386-linux-gnu/libsasl2.so.2 (0xf6d20000)
    libgssapi.so.3 => /usr/lib/i386-linux-gnu/libgssapi.so.3 (0xf6ce4000)
    libtasn1.so.6 => /usr/lib/i386-linux-gnu/libtasn1.so.6 (0xf6ccf000)
    libp11-kit.so.0 => /usr/lib/i386-linux-gnu/libp11-kit.so.0 (0xf6c93000)
    libgpg-error.so.0 => /lib/i386-linux-gnu/libgpg-error.so.0 (0xf6c8e000)
    libkeyutils.so.1 => /lib/i386-linux-gnu/libkeyutils.so.1 (0xf6c8a000)
    libheimntlm.so.0 => /usr/lib/i386-linux-gnu/libheimntlm.so.0 (0xf6c81000)
    libkrb5.so.26 => /usr/lib/i386-linux-gnu/libkrb5.so.26 (0xf6bfa000)
    libasn1.so.8 => /usr/lib/i386-linux-gnu/libasn1.so.8 (0xf6b54000)
    libhcrypto.so.4 => /usr/lib/i386-linux-gnu/libhcrypto.so.4 (0xf6b1f000)
    libroken.so.18 => /usr/lib/i386-linux-gnu/libroken.so.18 (0xf6b09000)
    libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xf6b02000)
    libwind.so.0 => /usr/lib/i386-linux-gnu/libwind.so.0 (0xf6ad8000)
    libheimbase.so.1 => /usr/lib/i386-linux-gnu/libheimbase.so.1 (0xf6ac9000)
    libhx509.so.5 => /usr/lib/i386-linux-gnu/libhx509.so.5 (0xf6a82000)
    libsqlite3.so.0 => /usr/lib/i386-linux-gnu/libsqlite3.so.0 (0xf69c5000)
    libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xf6994000)
  20. Edited 8 years ago by secure

    @aliveServer or @aliveserver ?
    You should lowercase the foldername.

    Your ldd output is good, so the plugin should be working now.

    Edit!
    Your plugin might be corrupt as well.. You should download the new plugin from the war room.
    The plugin should be around 1.9MB.

    Edit #2!
    I just saw Friznit posted something about that earlier here. So disregard my first edit =D

  21. Newer ›
 

or Sign Up to reply!