Running dependency trace for Compiler.x86_x64Solved
I have a rust console problem ...

(22:30:20) | Running dependency trace for Compiler.x86_x64

(22:30:20) | User running server may not have the proper permissions or install is missing files

(22:30:20) | User running server: rustserver

(22:30:20) | Compiler under user/group: rustserver:x:1001:1001:,,,:/home/rustserver:/bin/bash/rustserver:x:1001:

(22:30:20) | linux-vdso.so.1 => (0x00007ffeb49e4000)

(22:30:20) | libmonoboehm-2.0.so.1 => /home/rustserver/serverfiles/RustDedicated_Data/Managed/x64/libmonoboehm-2.0.so.1 (0x00007fc6bef5e000)

(22:30:20) | libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc6beb89000)

(22:30:20) | libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc6be880000)

(22:30:20) | librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fc6be677000)

(22:30:20) | libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fc6be473000)

(22:30:20) | libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fc6be256000)

(22:30:20) | /lib64/ld-linux-x86-64.so.2 (0x00007fc6bf4f2000)

The server is hosted in my house not somewhere else and I don't know why it gave me this error, what can I do?
The server is running Ubuntu 16.04.6 LTS
The only reason that message would show is if the compiler is not set as executable or a dependency is missing that is needed to run it. From your log portion, it looks like no files are missing that it is looking for, but it does appear part of your log is cut off on the bottom.
5e13a8d5b2bc5.jpg Wulf
The only reason that message would show is if the compiler is not set as executable or a dependency is missing that is needed to run it. From your log portion, it looks like no files are missing that it is looking for, but it does appear part of your log is cut off on the bottom.

what can i do about this?

I would first check to make sure the compiler is set as executable.
i try to give it chmod +x to the compiler.x86_x64 file?
i think i solved i reinstalled rust and dependencies , no longer gave me any errors or server crashes :) (thanks Wulf for taking the time to answer me)
Locked automatically