#351 Stuck at "Checking for updates..." after pressing "START GAME"

Closed
opened 2 years ago by SirLennox · 1 comments

The last days of the test patch everything worked fine, but as I tried to start the game today I was continuesly stuck in "Checking for updates...".

The last days of the test patch everything worked fine, but as I tried to start the game today I was continuesly stuck in "Checking for updates...".
SirLennox commented 2 years ago
Poster

Fixed by replacing the content of /etc/gai.conf with:

# For sites which prefer IPv4 connections change the last line to
precedence ::ffff:0:0/96 100
...
#    For sites which use site-local IPv4 addresses behind NAT there is
#    the problem that even if IPv4 addresses are preferred they do not
#    have the same scope and are therefore not sorted first.  To change
#    this use only these rules:
#
scopev4 ::ffff:169.254.0.0/112  2
scopev4 ::ffff:127.0.0.0/104    2
scopev4 ::ffff:0.0.0.0/96       14
Fixed by replacing the content of `/etc/gai.conf` with: ``` # For sites which prefer IPv4 connections change the last line to precedence ::ffff:0:0/96 100 ... # For sites which use site-local IPv4 addresses behind NAT there is # the problem that even if IPv4 addresses are preferred they do not # have the same scope and are therefore not sorted first. To change # this use only these rules: # scopev4 ::ffff:169.254.0.0/112 2 scopev4 ::ffff:127.0.0.0/104 2 scopev4 ::ffff:0.0.0.0/96 14 ```
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.