Linuxgsm: Rust server won't start

Created on 7 Sep 2019  路  9Comments  路  Source: GameServerManagers/LinuxGSM

Server wont start.
Seems like this is the issue:

"Fallback handler could not load library xyz"

Command Line: "./RustDedicated" "-batchmode" "+server.ip" "62.210.180.56" "+server.port" "28015" "+server.tickrate" "30" "+server.hostname" "Karris Solo/Duo/Trio 2x FULLWIPE|21/12|TP|HOME|KITS|QUICKSMELT|" "+server.identity" "rustserver" "+server.seed" "375012345" "+server.maxplayers" "150" "+server.worldsize" "4000" "+server.saveinterval" "2000" "+rcon.web" "0" "+rcon.ip" "62.210.180.56" "+rcon.port" "28016" "+rcon.password" "******" "-logfile" "/home/rustserver/log/server/rustserver-game-2019-09-07-14:42:20.log" Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/kernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589aa763080.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589aa83a2e0.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589aa86a970.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589aa1aa840.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589aa1b9730.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/data-0x5589c27b1f80.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/kernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32.so Fallback handler could not load library /home/rustserver/serverfiles/RustDedicated_Data/Mono/libkernel32 [Manifest] URI IS "https://api.facepunch.com/api/public/manifest/?public_key=j0VF6sNnzn9rwt9qTZtI02zTYK8PRdN1"
Is this LGSM related ?
If not, is is possible anyone knows the solution to this ?
I'm happy for any ideas that might help :)
Thanks

Rust bug

Most helpful comment

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 9 comments

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

another error a bit further down the code is:

TypeLoadException: Failure has occurred while loading a type.
at Bootstrap+d__17.MoveNext () [0x00236] in :0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00027] in <5efc91990d9549c2a2cf3874065a5193>:0

same here. Its not LGSM related, I have the same issue on the raw installation, on docker installation and on the LGSM installation.

same here. Its not LGSM related, I have the same issue on the raw installation, on docker installation and on the LGSM installation.

Did you find any fix yet ?

Found a fix:
https://umod.org/games/rust/download/develop
Easy as 1,2,3
Just copy the files in the Oxide folder

uMod is a universal modding platform, framework, and plugin API for Unity, .NET/C#, Unreal, and C++ games

fix it in the same way

update line 40: lgsm/functions/mod_list.sh

from:
oxiderustlatestlink="$(curl -sL https://api.github.com/repos/theumod/umod.rust/releases/latest | grep browser_download_url | cut -d '"' -f 4)"

to
oxiderustlatestlink="https://umod.org/games/rust/download/develop"

same cause as #2498 so id gonna close this issue

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

metalowcom picture metalowcom  路  3Comments

DavidRayner picture DavidRayner  路  3Comments

MicLieg picture MicLieg  路  3Comments

KuJoe picture KuJoe  路  3Comments

BarbieQ1 picture BarbieQ1  路  4Comments