Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You are not using the same version as this server (1.4.3.6) #138

Open
w3k5 opened this issue Oct 25, 2022 · 11 comments
Open

You are not using the same version as this server (1.4.3.6) #138

w3k5 opened this issue Oct 25, 2022 · 11 comments

Comments

@w3k5
Copy link

w3k5 commented Oct 25, 2022

Hello everyone!
Maybe anybody can help me.
I started server with docker using the latest version of container ryshe/terraria
Logs from container
image
Here we see that container started server with version 1.4.3.6

Im trying to connect to the server with TModLoader client (from steam) which using the same version (1.4.3.6) but Im getting error "You are not using the same version as this server"

image

What I do wrong? Maybe I shouldn't use TModLoader for connect? Never did Tshock server before.

Full compose file

version: '3'

services:
  tshock:
    image: ryshe/terraria
    ports:
      - '7778:7777'
    restart: unless-stopped
    network_mode: bridge
    environment:
      - WORLD_FILENAME=tshock.wld
    volumes:
      - tshock:/root/.local/share/Terraria/Worlds
    tty: true
    stdin_open: true
volumes:
  tshock:
    driver: local

UPD: IP for connect t2.weksik.ru

@ryansheehan
Copy link
Owner

ryansheehan commented Oct 25, 2022 via email

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

But latest vanilla version is 1.4.4.7. Will it work with tshock and mods from workshop?

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

As I see in your code Vanilla uses 1.4.4.7, TShock uses 1.4.3.6

@ryansheehan
Copy link
Owner

ryansheehan commented Oct 25, 2022 via email

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

I’m a bit confused. Why we are talking about 1.4.3.7, when in vanilla repo uses 1.4.4.7? When I re-pull image as vanilla latest I will get 1.4.4.7, and you say it will work with TModLoader?

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

I did update with vanilla-latest and got 1.4.4.7 and lost tshock commands
image
But I want Tshock version :D

@ryansheehan
Copy link
Owner

ryansheehan commented Oct 25, 2022 via email

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

But main question TModLoader uses 1.4.3.6 version, not 7. And TShock Server uses the same. But game return the mistake that they are not equal. You can see it on previous screenshots.

@ryansheehan
Copy link
Owner

ryansheehan commented Oct 25, 2022 via email

@w3k5
Copy link
Author

w3k5 commented Oct 25, 2022

Maybe you can give me an advice, how are you connecting to your tshock server? Unofficial client or you have a solution for change version in steam for terraria?

@Gameaday
Copy link
Contributor

The answer is you need the versions to match to get Tshock to work, and since it's not up to Vanilla just yet you're running into this issue. you may be able to get around this https://github.com/Moneylover3246/Crossplay might help. you may need to add your versions to the list of allowed versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants