ryansheehan/terraria

Fatal error in vanilla: Mono version not properly updated?

jonjonjapon opened this issue · 5 comments

Hey all. I'm very much a scrub at this kind of thing but I'm thinking what I'm seeing is an issue on the Dockerfile side.
Saw that the mono version was updated, but I'm seeing an error that "Your mono runtime and class libraries are out of sync." in the log when trying to boot the container in the most recent version. Any thoughts/help?

Attaching logfile below:

ryshe-terraria.csv

Hello I also have been experiencing the vanilla issue.
I built a docker image with every single version of full/slim mono since the last known working version and found that the Vanilla docker image fails starting 6.12.0.117, regardless of slim or not. As such I recommend TSHOCK use the current 6.12.0.122-slim since it's known to work fine. and VANILLA should use 6.10.0.104-slim as that is the last good version of mono for that build. @ryansheehan Thank you for your great work on the docker image, sorry for the typo in my last submission. I didn't catch the change upstream in the url and didn't have a pipeline setup to confirm build.

I can provide a patch if necessary

thanks for the updates. I updated the containers to use the versions you recommended. I need a way to unit test these versions. I rely on the community for feedback! Thank you @Gameaday

No problems at all! Glad to help where I can. also - I did run mobile and it seems to work fine. it's still on the newest -slim mono so no changes needed there.

@jonjonjapon can you confirm the latest image (live) fixes your issue?

@Gameaday Hey, vanilla is up and running, many thanks to both of you.
Wonder what changed with mono to break this?