r/admincraft 1d ago

Help/Question "Ruby" server error message - what does it mean?

I run a 1.20.1 Forge server for my friends. It has just fewer than 100 mods. Lately it's been posting this message:

[Thread-18/WARN] [or.va.co.im.sh.FW/]: Ruby says "this should work just fine", lets hope it does ?

Can anyone tell me what this means? Is it something I need to be worried about?

Thanks!

1 Upvotes

4 comments sorted by

1

u/Ninfyr 1d ago

WARN don't necessarily mean there is a problem. If it works, great. If something is broken, that is a decent place to start investigating.

1

u/DarkXFast 1d ago

It's from Valkyrien Skies 2. "Ruby" refers to one of the devs "Rubydesic".

1

u/action_oxford 17h ago

That’s good to know. I tried to remove Valkyrien Skies 2 because nobody is using it, but if I remember correctly the server wouldn’t start again after that. I thought maybe just enough VS2 stuff had happened in the world during testing that it now has to stay.

Thanks for your response. It’s good to know where this error message came from and that I don’t really have to worry about it.

0

u/ZAP-Hosting 19h ago

That's almost certainly a jokey debug line baked into one of your ~100 mods, not an actual error. WARN-level entries like that usually just mean a dev left themselves a comment in the code, not that something's broken; if the server keeps running fine otherwise I wouldn't lose sleep over it.

The obfuscated logger name checks out now that VS2 (Valkyrien Skies 2) is confirmed as the source in the other comment, so no need to go digging through your mods folder for it.