Server crashed with Rust:IO in error stack, caused rollback
Hello everybody,

I hope somebody can give me some insight on what this problem is because it caused some chaos from my players (which I understand because it rolled back awhile)

I've never seen this error before, It has me stumped and stressed.

Obtained 6 stack frames.
#0  0x0055608c6c681d in (Unknown)
#1  0x0055608c6c6960 in (Unknown)
#2  0x0055608c2874a3 in (Unknown)
#3  0x00000042141fee in (wrapper managed-to-native) UnityEngine.Transform:get_position_Injected (UnityEngine.Transform,UnityEngine.Vector3&)
#4  0x000000424583d8 in RustIO.Interface/B:A (object,System.Timers.ElapsedEventArgs)
#5  0x00000042115063 in System.Threading.Timer/Scheduler:TimerCB (object)​


I would be forever grateful if I could get some assistance, it would mean the world to me..

Sincerely,
Fitz - Fyrefly

I'm not a techie but if I were you before I investigated the cause of the crash I would look into why your server isn't auto-saving properly, it should do so every few minutes.

Merged post

Perhaps the lack of auto-saves could even be the cause of the crash? The setting you're looking for is server.saveinterval - it's default 600 sec and is usually set in your startup script.
Looks like the Rust:IO extension might be the culprite there, something with threading and timers with it.
We just started encountering crashes a few days ago that are resetting us as well. We're hosted through a GSP currently, so I'm limited to logs in terms of what we can see. Zero clue yet what's causing it, but this one particular server is crashing several times a day.

Merged post

Looks like RUST:IO is our issue too...server won't start, stops here everytime.

Rust:IO> Generating map image (this may take a while) ...

Merged post

Fitz, are you running a custom map? I removed RUST:IO this morning and we're back online.
I disabled friends and join messages on RustIO and it fixed somehow.

It seems like that fixed the issue,
5cbb2671cdd63.png C4talyst
We just started encountering crashes a few days ago that are resetting us as well. We're hosted through a GSP currently, so I'm limited to logs in terms of what we can see. Zero clue yet what's causing it, but this one particular server is crashing several times a day.

Merged post

Looks like RUST:IO is our issue too...server won't start, stops here everytime.

Rust:IO> Generating map image (this may take a while) ...

Merged post

Fitz, are you running a custom map? I removed RUST:IO this morning and we're back online.

My apoligies for the late response!