Plugins not loading with AMP panel installNot An Issue
Hey guys,
I'm trying to host a rust server with cubecoder's amp and I can not get it to run. I've installed umod by hand (uploading the files) and since TLS seems to be somewhat broken by either AMP and/or Umod (its using an ancient version) i added the compiler manually by downloading and adding them to the server.
Still, after trying to run one plugin nothing happens and the log looks like it cant find any compiler?
18:42 [Info] Loading Oxide Core v2.0.3867...
18:42 [Info] Loading extensions...
18:42 [Error] Couldn't check for update to Compiler.x86_x64
18:42 [Error] Error: ConnectFailure (TLS Support not available.)
18:42 [Info] Loaded extension CSharp v2.0.4000 by Oxide and Contributors
18:42 [Info] Loaded extension MySql v2.0.3755 by Oxide and Contributors
18:42 [Info] Loaded extension Rust v2.0.4361 by Oxide and Contributors
18:42 [Info] Loaded extension SQLite v2.0.3754 by Oxide and Contributors
18:42 [Info] Loaded extension Unity v2.0.3768 by Oxide and Contributors
18:42 [Info] Using Covalence provider for game 'Rust'
18:42 [Info] Loading plugins...
18:42 [Info] Loaded plugin Rust v2.0.4361 by Oxide and Contributors
18:42 [Info] Loaded plugin Unity v2.0.3768 by Oxide and Contributors
18:42 [Warning] Running dependency trace for Compiler.x86_x64
18:42 [Warning] User running server may not have the proper permissions or install is missing files
18:42 [Warning] User running server: AMP
18:42 [Warning] Compiler under user/group: AMP:x:1003:1003::/home/AMP:/bin/bash/AMP:x:1003:
18:42 [Warning] /home/AMP/.ampdata/instances/Rust02/rust/258550/RustDedicated_Data/Managed/x64/libmonoboehm-2.0.so.1 is missing
18:42 [Warning] /home/AMP/.ampdata/instances/Rust02/rust/258550/RustDedicated_Data/Managed/x64/libMonoPosixHelper.so is missing
18:42 [Warning] /home/AMP/.ampdata/instances/Rust02/rust/258550/RustDedicated_Data/Managed/x64/mono-2.0.dll is missing
18:42 [Error] Error while compiling: compiler version disconnected
18:42 [Error] linux-vdso.so.1 (0x00007ffc511e7000)
18:42 [Error] libmonoboehm-2.0.so.1 => not found
18:42 [Error] libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbf87db6000)
18:42 [Error] /lib64/ld-linux-x86-64.so.2 (0x00007fbf881b0000)

Could anyone help me? probably a really stupid mistake im making here but i cant figure it out myself.
thanks in advance!
I am using:
Ubuntu 18.04.3
i9-9900K CPU @ 3.60GHz
You'd need to talk to the AMP developers, as it is something with their setup generally; usually a Mono setting that is causing the TLS issue. Unless they fix that, it will continue to have issues.

The only other thing shown above is a missing file, which is included with Oxide; so you would need to make sure your install is complete.
they are not really willing to help :/
Then you should try using something else instead of AMP.
So, I am using the Dev Link from the download site since it states that this is for linux only. Could you provide me the side where the compiler is downloaded from? maybe i got something wrong there.
after that im trying a fresh install to see if something is still missing
Locked automatically