bankjaneo / XivMitmDocker

XivMitmLatencyMitigator in a Docker container
Apache License 2.0
7 stars 1 forks source link

›TimeoutError: time out #8

Closed efraim9000 closed 11 hours ago

efraim9000 commented 3 months ago

I'm running the docker logs -f command to look. I just built a fresh VM to try and run your code. I keep getting the following error when connecting to the game.

Screenshot 2024-07-31 at 1 28 26 PM

Any idea what it might be? I've followed your instructions to a T. Hopefully it's not negligence on my part.

bankjaneo commented 3 months ago

Normally this problem can come from

I personally retired from FFXIV but by friends are still using my docker and they haven't report any problem (yet). So I suspect the firewall rule.

Could you try set environment variable MITIGATOR=false and try enter game again? This will disable the XivMitmLatencyMitigator but still allow you to route game traffic through VM. If it's still not working then the problem should be from firewall rule.

Anyway, could you please post your docker run command or docker-compose.yml file content here too?