Jump to content

My server suddenly won't launch - deprecated mod issue (Bug Tracker)?


Ellilea
  • Pending

Hey,

So I've wanted to return to my solo server of 300+ days, but suddenly it won't launch. It notified me of 3 mod changes.

One of them is this, now deprecated: https://steamcommunity.com/workshop/filedetails/?id=2427481232

The other was Brighter Enlightened Crown - Workshop that's just gone now.

And the third one I can't see in Google or my local files, it had the ID of "2383171734".

I've tried launching it without any mods (and without most mods, only keeping those adding biomes) but no bueno. Nothing works.

Is there any hope to recover it? :(

 

image.png.2adde6be9def2792c856ab3e6cd7be7f.png

master_server_log.txt caves_server_log.txt client_log.txt


Steps to Reproduce

I just cannot launch the server on my setup. 




User Feedback


This is probably intentional. It's been a while since the update that caused this crash. You might try opening your world save file with a text editor and removing all instances of "loadstring" calls within it—this should allow the save to load properly. However, if the mod you're using hasn't been updated to fix this issue, you may need to perform this operation every time you start that particular save.

Share this comment


Link to comment
Share on other sites

I can't find it in any of the files inside the save folder. Do you know which one would need to be edited?

Share this comment


Link to comment
Share on other sites

You can try editing the file session/02CA05C4000EE02A/0000000439 from your overworld save folder using a text editor (do not use the default Windows Notepad; instead, use a third-party editor like Notepad2). Be sure to back up the file before making any changes. Try adding the following line at the beginning of the file:  
local loadstring = function() end
I don't have access to your actual save file, but based on my experience, this should work.

BTW: The path session/02CA05C4000EE02A/0000000439 comes from the error message in your master_server_log.txt. The number 0000000439 is the name of the latest save file, and this number increases with each world save.

Edited by Whateverr
  • Big Ups 1

Share this comment


Link to comment
Share on other sites

Oh wow, that actually worked. Thank you! And for explaining what the files are. That's good to know, too!

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...