-
Notifications
You must be signed in to change notification settings - Fork 66
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
"Could not connected to network" in Chinese edition, before seeing the door #447
Comments
i also encounter this problem. it seems an another anti-cheat detection, i guess. ps. this error msg in eng. is "Failed to connect, please check your network settings. Error code: 4201". |
I remember it now. #368 remove this will cause a wine error. |
This issue occured again some days ago. If i banned |
Don't ban that domain. Instead, disconnect the network before launching, and reconnect just before the window appears. You can use nmcli or iptables to do it, e.g.: sudo -v
systemd-run --user --scope --slice=genshin --unit=genshin env DXVK_FRAME_RATE=60 mangohud wine YuanShen.exe -platform_type CLOUD_THIRD_PARTY_PC -is_cloud 1 &
sudo sh -c 'iptables -A OUTPUT -p all -m cgroup --path /user.slice/user-1000.slice/user@1000.service/genshin.slice -j DROP; sleep 5; iptables -D OUTPUT -p all -m cgroup --path /user.slice/user-1000.slice/user@1000.service/genshin.slice -j DROP'
wait |
After launch the game, it complains "network error: could not connect to network, please check your network settings, error code: 4201".
The following command is used in launcher:
%command% -platform_type CLOUD_THIRD_PARTY_PC
The text was updated successfully, but these errors were encountered: