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

LAN Connection: Client connection dropout (work-around) #531

Open
7 of 9 tasks
lcobiac opened this issue Nov 3, 2022 · 0 comments
Open
7 of 9 tasks

LAN Connection: Client connection dropout (work-around) #531

lcobiac opened this issue Nov 3, 2022 · 0 comments
Labels
1.3.2 Version 1.3.2 bug Something isn't working

Comments

@lcobiac
Copy link

lcobiac commented Nov 3, 2022

Description

Related GitHub Issues
#468

Two PCs on LAN with identical Skyrim installations:

  • No mods
  • No SKSE
  • Skyrim Together Reborn is the latest version (1.2.0) and was deployed according to wiki
  • Firewall rules identical
  • Windows Defender settings identical
  • Default server settings

Both clients will stop receiving packets from server. This is observed by toggling "Show debug information" in the overlay settings (Right Ctrl > Settings) and watching download stream (kB/s) go to 0 for short periods (1-2 minutes).

During this time, players cannot interact with one another. Visual bugs such as other player in running animation without movement occur.

Connection will automatically re-establish, and then disconnect after about 5 or so minutes.

Steps to reproduce

  1. Start SkyrimTogetherServer.exe with internet access.
  2. Both players connect to server via LAN (note: both clients connect using local network IP address, not local host (127.0.0.1:10578) as indicated in guide).
  3. Experience frequent disconnecting/desync issues as described above.

Reproduction rate

  • Consistent: I can reproduce this bug by following the steps to reproduce 100% of the time (every time)
  • Occasional: I can reproduce this bug by following the steps to reproduce around 50% of the time
  • Rare: I can reproduce this bug by following the steps to reproduce around 10% or less of the time

Expected result

No disconnection/desync.

Proposed work-around

The work-around in my case is to prevent the server from accessing the internet.

The objective is to see the console message "[error] Server could not reach the server list! Connection"

I achieved this by either:

  • Disabling the network adapter with internet service
  • Blocking connection to the server by creating an outbound windows firewall rule to block the executable located at C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SkyrimTogetherReborn\SkyrimTogetherServer.exe
@lcobiac lcobiac added the bug Something isn't working label Nov 3, 2022
@Dragonisser Dragonisser added the 1.3.2 Version 1.3.2 label Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.3.2 Version 1.3.2 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants