노트북에 Steam을 설치하려고 하는데 이 오류가 계속 발생합니다.
Debian repo를 통해 Steam을 설치했는데 잘 작동했지만 명령줄이나 메뉴에서 실행할 때 다음 오류가 발생합니다.
Fatal Error: Steam needs to be online to update <?> Please confirm your network connection and try again.
명령에서 실행하면 다음과 같은 출력이 표시됩니다.
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
[2022-02-17 09:38:18] Startup - updater built Nov 22 2021 22:06:59
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[2022-02-17 09:38:18] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2022-02-17 09:38:18] Using the following download hosts for Public, Realm steamglobal
[2022-02-17 09:38:18] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2022-02-17 09:38:18] Verifying installation...
[2022-02-17 09:38:18] Unable to read and verify install manifest /home/wakey/.steam/debian-installation/package/steam_client_ubuntu12.installed
[2022-02-17 09:38:18] Verification complete
[2022-02-17 09:38:18] Downloading Update...
[2022-02-17 09:38:18] Checking for available update...
[2022-02-17 09:38:18] Downloading manifest: http://media.steampowered.com/client/steam_client_ubuntu12
[2022-02-17 09:38:18] Download failed: http error 0 (media.steampowered.com/client/steam_client_ubuntu12)
[2022-02-17 09:38:18] DownloadManifest - exhausted list of download hosts
[2022-02-17 09:38:18] failed to load manifest from buffer.
[2022-02-17 09:38:18] Failed to load manifest
[2022-02-17 09:38:18] Error: Download failed: http error 0
[2022-02-17 09:38:18] Saving metrics to disk (/home/wakey/.steam/debian-installation/package/steam_client_metrics.bin)
[2022-02-17 09:38:18] Error: Steam needs to be online to update. Please confirm your network connection and try again.
[2022-02-17 09:38:20] Shutdown
src/tier0/threadtools.cpp (3594) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x585812f0/0x0xebe7da'
src/tier0/threadtools.cpp (3594) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x585812f0/0x0xebe7da'
cat: '/home/wakey/.steam/debian-installation/ubuntu12_32/steam-runtime.tar.xz.part*': No such file or directory
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
클라이언트에 대한 새 IP를 포함하도록 /etc/hosts를 변경해야 하는 포럼에 온라인 의견이 있습니다.
ping media.steampowered.com 2 ⨯
PING a1843.b.akamai.net (**213.123.255.80**) 56(84) bytes of data.
그런 다음 내 etc/hosts에 추가합니다.
127.0.0.1 view-localhost
127.0.0.1 localhost
127.0.1.1 Laptop
10.10.11.125 backdoor.htb
10.10.11.124 shibboleth.htb
# The following lines are desirable for IPv6 capable hosts
208.64.200.7 client-download.steampowered.com
162.254.192.17 client-download.steampowered.com
213.123.255.80 media.steampowered.com
하지만 여전히 같은 오류가 발생합니다.