Hey guys,
I've set up a rust server with LinuxGSM. On a previous update RustIO & Discord extension worked very well but now it doesn't.
Do we need to wait for the extension too update to or is it just me?
I am running Oxide.Rust Version: 2.0.5119
Output from RustIO: Installing Rust:IO failed: Exception has been thrown by the target of an invocation.
Can't load any extensions on serverNot An Issue
Could you provide the full exception from the server log?
Sure, everything you need:
Installing Rust:IO ...
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/data-0x55690a3db070.so
Rust:IO> Setting up Rust:IO 2.3.7608.42166 ...
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Rust:IO> Creating directories ...
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Rust:IO> Applying config ...
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Rust:IO> Initializing database ...
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/libkernel32
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/libkernel32.so
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/kernel32
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/libkernel32
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/libkernel32.so
Fallback handler could not load library /home/niclas/rust/serverfiles/RustDedicated_Data/Mono/libkernel32
Installing Rust:IO failed: Exception has been thrown by the target of an invocation.
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)
Caused by: /home/rustserver/serverfiles/RustDedicated_Data/Managed/x64/libsqlite3.so
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39) I've seen that issue a few times with Rust:IO, but unsure on a solid solution. I believe it is because the extension builds with a different libsqlite3.so than what Oxide provides, else make sure that the file exists under home/rustserver/serverfiles/RustDedicated_Data/Managed/x64/ and that the server has permission to access it.
I don't see any Discord ext usage, do you have any issues with the it?
Locked automatically