norimicry / stardew-multiplayer-docker

Run a Stardew Valley Multiplayer Server with docker-compose
102 stars 26 forks source link

[BUG]: Stardew doesn't start, complain about Stardew version #16

Closed pinduzera closed 7 months ago

pinduzera commented 7 months ago

There is something really fishy going with the Stardew version and building. After updating, the mod updated but the game didn't.

image

norimicry commented 7 months ago

Try git pull and docker compose build --no-cache. Seems like your container hasn't updated to 1.6.5.

pinduzera commented 7 months ago

Did that 3 times already, on different computers. For some reason still builds with a not updated version. I've actually downloaded your cloudcraft link manually and it still points to a 1.6.3 version for whatever reason. Maybe some weird cache?

Just downloaded again directly: image

norimicry commented 7 months ago

Odd, yours says March 28th but the files on the file host say April 21st. Inside gameinfo, line 2 should say the build, files on the server currently say 1.6.5.24110.6670590629.

image

Edit: Weird, I did the wget command directly and got the same file you did. Very weird. I'll look into it.

pinduzera commented 7 months ago

Ok, something extremely bizarre is happening between my network and the cloudcraft server.

I've used the same link using a TOR Browser through the TOR network and it downloaded the updated file. Will build the container using that locally.

I really appreciate the help, closing the ticket.

norimicry commented 7 months ago

Just weird that I am able to reproduce this. I work with someone else to host the files (may change due to issues like this), I'll look into if there is any sort of file caching because that's definitely weird. Thanks for pointing that out and glad its working!