HeroicGamesLauncher
HeroicGamesLauncher copied to clipboard
Legendary (Epic Games)
Describe the bug
Legendary (Epic Games) Error: An error has occurred! Try to Logout and Login on your Epic account. [cli] INFO: Logging in...[Core] INFO: Trying to re-use existing login session...[cli] INFO: Getting game list... (this may take a while)[Core] INFO: Fetching metadata for 1 app(s).Traceback (most recent call last): File "urllib3/connectionpool.py", line 537, in _make_requestFile "urllib3/connection.py", line 466, in getresponse File "http/client.py", line 1377, in getresponse File "http/client.py", line 320, in begin File "http/client.py", line 281, in _read_statusFile "socket.py", line 704, in readintoFile "ssl.py", line 1275, in recv_into File "ssl.py", line 1133, in read socket.timeout: The read operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "requests/adapters.py", line 486, in sendFile "urllib3/connectionpool.py", line 847, in urlopen File "urllib3/util/retry.py", line 470, in incrementFile "urllib3/util/util.py", line 39, in reraiseFile "urllib3/connectionpool.py", line 793, in urlopen File "urllib3/connectionpool.py", line 539, in _make_requestFile "urllib3/connectionpool.py", line 370, in _raise_timeouturllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='library-service.live.use1a.on.epicgames.com', port=443): Read timed out. (read timeout=10) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "legendary/cli.py", line 3161, in <module>File "legendary/cli.py", line 3072, in main File "legendary/cli.py", line 207, in list_games File "legendary/core.py", line 526, in get_non_asset_library_itemsFile "legendary/api/egs.py", line 246, in get_library_items File "requests/sessions.py", line 602, in getFile "requests/sessions.py", line 589, in requestFile "requests/sessions.py", line 703, in sendFile "requests/adapters.py", line 532, in sendrequests.exceptions.ReadTimeout: HTTPSConnectionPool(host='library-service.live.use1a.on.epicgames.com', port=443): Read timed out. (read timeout=10) [75576] Failed to execute script 'cli' due to unhandled exception!
Add logs
[5/9/2024, 2:23:00 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary --version
legendary version "0.20.34", codename "Direct Intervention"
[5/9/2024, 2:23:06 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay info --prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys"
[cli] INFO: Using prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys"
[cli] INFO: Installed version: 1.2.7++EOSSDK+Release-Overlay-CL-25975892-Windows
[cli] INFO: Installed path: /home/puppy/.config/heroic/tools/eos_overlay
[cli] INFO: Found available Overlay installations in:
[cli] INFO: - /home/puppy/.config/heroic/tools/eos_overlay
[cli] INFO: - /home/puppy/Games/Heroic/Prefixes/default/Fall Guys/drive_c/Program Files (x86)/Epic Games/Epic Online Services/managedArtifacts/98bc04bc842e4906993fd6d6644ffb8d
[cli] INFO: Overlay enabled: No
[cli] INFO: Enabled Overlay path: /home/puppy/Games/Heroic/Prefixes/default/Fall Guys/drive_c/\Program Files (x86)\\Epic Games\\Epic Online Services\\managedArtifacts\\98bc04bc842e4906993fd6d6644ffb8d
[cli] INFO: No enabled Vulkan layers.
[5/9/2024, 2:23:11 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary list --third-party
[cli] INFO: Logging in...
[Core] INFO: Trying to re-use existing login session...
[5/9/2024, 2:23:14 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary update 0a2d9f6403244d12969e11da6713137b -y --skip-sdl
[5/9/2024, 2:23:16 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary update 0a2d9f6403244d12969e11da6713137b -y --skip-sdl
[Core] WARNING: Resuming failed for unknown reason: ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='account-public-service-prod03.ol.epicgames.com', port=443): Read timed out. (read timeout=10)"))
[Core] INFO: Falling back to using refresh token...
[Core] INFO: Logging in...
[cli] INFO: Getting game list... (this may take a while)
[Core] INFO: Trying to re-use existing login session...
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 537, in _make_request
File "urllib3/connection.py", line 466, in getresponse
File "http/client.py", line 1377, in getresponse
File "http/client.py", line 320, in begin
File "http/client.py", line 281, in _read_status
File "socket.py", line 704, in readinto
File "ssl.py", line 1275, in recv_into
File "ssl.py", line 1133, in read
socket.timeout: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "requests/adapters.py", line 486, in send
File "urllib3/connectionpool.py", line 847, in urlopen
File "urllib3/util/retry.py", line 470, in increment
File "urllib3/util/util.py", line 39, in reraise
File "urllib3/connectionpool.py", line 793, in urlopen
File "urllib3/connectionpool.py", line 539, in _make_request
File "urllib3/connectionpool.py", line 370, in _raise_timeout
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='launcher-public-service-prod06.ol.epicgames.com', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3072, in main
File "legendary/cli.py", line 200, in list_games
File "legendary/core.py", line 413, in get_game_and_dlc_list
File "legendary/core.py", line 359, in get_assets
File "legendary/api/egs.py", line 169, in get_game_assets
File "requests/sessions.py", line 602, in get
File "requests/sessions.py", line 589, in request
File "requests/sessions.py", line 703, in send
File "requests/adapters.py", line 532, in send
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='launcher-public-service-prod06.ol.epicgames.com', port=443): Read timed out. (read timeout=10)
[68955] Failed to execute script 'cli' due to unhandled exception!
[Core] WARNING: Resuming failed for unknown reason: ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='account-public-service-prod03.ol.epicgames.com', port=443): Read timed out. (read timeout=10)"))
[Core] INFO: Falling back to using refresh token...
[Core] INFO: Logging in...
[5/9/2024, 2:23:55 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary list --third-party
[cli] INFO: Logging in...
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 537, in _make_request
File "urllib3/connection.py", line 466, in getresponse
File "http/client.py", line 1377, in getresponse
File "http/client.py", line 320, in begin
File "http/client.py", line 281, in _read_status
File "socket.py", line 704, in readinto
File "ssl.py", line 1275, in recv_into
File "ssl.py", line 1133, in read
socket.timeout: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "requests/adapters.py", line 486, in send
File "urllib3/connectionpool.py", line 847, in urlopen
File "urllib3/util/retry.py", line 470, in increment
File "urllib3/util/util.py", line 39, in reraise
File "urllib3/connectionpool.py", line 793, in urlopen
File "urllib3/connectionpool.py", line 539, in _make_request
File "urllib3/connectionpool.py", line 370, in _raise_timeout
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='account-public-service-prod03.ol.epicgames.com', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3078, in main
File "legendary/cli.py", line 838, in install_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 239, in _login
File "legendary/api/egs.py", line 116, in start_session
File "requests/sessions.py", line 637, in post
File "requests/sessions.py", line 589, in request
File "requests/sessions.py", line 703, in send
File "requests/adapters.py", line 532, in send
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='account-public-service-prod03.ol.epicgames.com', port=443): Read timed out. (read timeout=10)
[68959] Failed to execute script 'cli' due to unhandled exception!
[Core] INFO: Trying to re-use existing login session...
[Core] WARNING: Resuming failed for unknown reason: ConnectionError(MaxRetryError('HTTPSConnectionPool(host=\'account-public-service-prod03.ol.epicgames.com\', port=443): Max retries exceeded with url: /account/api/oauth/verify (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x728de4bc1100>: Failed to resolve \'account-public-service-prod03.ol.epicgames.com\' ([Errno -3] Temporary failure in name resolution)"))'))
[Core] INFO: Falling back to using refresh token...
[Core] INFO: Logging in...
[EPCAPI] ERROR: Login to EGS API failed with errorCode: errors.com.epicgames.account.auth_token.invalid_refresh_token
[Core] ERROR: Stored credentials are no longer valid! Please login again.
[cli] ERROR: Login failed, cannot continue!
[5/9/2024, 2:51:52 AM] LD_LIBRARY_PATH=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib:/tmp/.mount_HeroiclD3l8L/usr/lib: HEROIC_APP_NAME=0a2d9f6403244d12969e11da6713137b HEROIC_APP_RUNNER=legendary HEROIC_APP_SOURCE=epic STEAM_COMPAT_INSTALL_PATH=/home/puppy/Games/Heroic/FallGuys DOTNET_BUNDLE_EXTRACT_BASE_DIR= LD_PRELOAD= DOTNET_ROOT= WINEPREFIX="/home/puppy/Games/Heroic/Prefixes/default/Fall Guys" WINEDLLOVERRIDES=winemenubuilder.exe=d WINE_FULLSCREEN_FSR=0 DXVK_ENABLE_NVAPI=1 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 PROTON_EAC_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/eac_runtime PROTON_BATTLEYE_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/battleye_runtime ORIG_LD_LIBRARY_PATH=/tmp/.mount_HeroiclD3l8L/usr/lib: GST_PLUGIN_SYSTEM_PATH_1_0=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64/gstreamer-1.0:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib/gstreamer-1.0 WINEDLLPATH=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64/wine:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib/wine LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary launch 0a2d9f6403244d12969e11da6713137b gamemoderun --wine /home/puppy/.config/heroic/tools/wine/Wine-GE-latest/bin/wine --language en --override-exe /home/puppy/Games/Heroic/FallGuys/RunFallGuys.exe
[cli] INFO: Logging in...
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3076, in main
File "legendary/cli.py", line 610, in launch_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 190, in _login
ValueError: No saved credentials
[70432] Failed to execute script 'cli' due to unhandled exception!
[5/9/2024, 2:52:08 AM] LD_LIBRARY_PATH=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib:/tmp/.mount_HeroiclD3l8L/usr/lib: HEROIC_APP_NAME=0a2d9f6403244d12969e11da6713137b HEROIC_APP_RUNNER=legendary HEROIC_APP_SOURCE=epic STEAM_COMPAT_INSTALL_PATH=/home/puppy/Games/Heroic/FallGuys DOTNET_BUNDLE_EXTRACT_BASE_DIR= LD_PRELOAD= DOTNET_ROOT= WINEPREFIX="/home/puppy/Games/Heroic/Prefixes/default/Fall Guys" WINEDLLOVERRIDES=winemenubuilder.exe=d WINE_FULLSCREEN_FSR=0 DXVK_ENABLE_NVAPI=1 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 PROTON_EAC_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/eac_runtime PROTON_BATTLEYE_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/battleye_runtime ORIG_LD_LIBRARY_PATH=/tmp/.mount_HeroiclD3l8L/usr/lib: GST_PLUGIN_SYSTEM_PATH_1_0=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64/gstreamer-1.0:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib/gstreamer-1.0 WINEDLLPATH=/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib64/wine:/home/puppy/.config/heroic/tools/wine/Wine-GE-latest/lib/wine LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary launch 0a2d9f6403244d12969e11da6713137b gamemoderun --wine /home/puppy/.config/heroic/tools/wine/Wine-GE-latest/bin/wine --language en --override-exe /home/puppy/Games/Heroic/FallGuys/RunFallGuys.exe
[cli] INFO: Logging in...
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3076, in main
File "legendary/cli.py", line 610, in launch_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 190, in _login
ValueError: No saved credentials
[70507] Failed to execute script 'cli' due to unhandled exception!
[5/9/2024, 2:53:01 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay info --prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Using prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Installed version: 1.2.7++EOSSDK+Release-Overlay-CL-25975892-Windows
[cli] INFO: Installed path: /home/puppy/.config/heroic/tools/eos_overlay
[cli] INFO: Found available Overlay installations in:
[cli] INFO: - /home/puppy/.config/heroic/tools/eos_overlay
[cli] INFO: - /home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx/drive_c/Program Files (x86)/Epic Games/Epic Online Services/managedArtifacts/98bc04bc842e4906993fd6d6644ffb8d
[cli] INFO: Overlay enabled: No
[cli] INFO: Enabled Overlay path: /home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx/drive_c/\Program Files (x86)\\Epic Games\\Epic Online Services\\managedArtifacts\\98bc04bc842e4906993fd6d6644ffb8d
[cli] INFO: No enabled Vulkan layers.
[5/9/2024, 2:53:02 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay enable --prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Using prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Updating overlay registry entries from "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx/drive_c/\Program Files (x86)\\Epic Games\\Epic Online Services\\managedArtifacts\\98bc04bc842e4906993fd6d6644ffb8d" to "/home/puppy/.config/heroic/tools/eos_overlay"
[cli] INFO: Enabled overlay at: /home/puppy/.config/heroic/tools/eos_overlay
[5/9/2024, 2:53:25 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay enable --prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Using prefix "/home/puppy/Games/Heroic/Prefixes/default/Fall Guys/pfx"
[cli] INFO: Overlay already enabled, nothing to do.
[5/9/2024, 2:54:16 AM] HEROIC_APP_NAME=0a2d9f6403244d12969e11da6713137b HEROIC_APP_RUNNER=legendary HEROIC_APP_SOURCE=epic STEAM_COMPAT_INSTALL_PATH=/home/puppy/Games/Heroic/FallGuys DOTNET_BUNDLE_EXTRACT_BASE_DIR= LD_PRELOAD= DOTNET_ROOT= STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/puppy/.steam/steam STEAM_COMPAT_DATA_PATH="/home/puppy/Games/Heroic/Prefixes/default/Fall Guys" WINE_FULLSCREEN_FSR=0 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 PROTON_ENABLE_NVAPI=1 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 PROTON_EAC_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/eac_runtime PROTON_BATTLEYE_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/battleye_runtime STEAM_COMPAT_APP_ID=0 SteamAppId=0 SteamGameId=heroic-FallGuys PROTON_LOG_DIR=/home/puppy LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary launch 0a2d9f6403244d12969e11da6713137b gamemoderun --no-wine --wrapper " '/home/puppy/.config/heroic/tools/proton/Proton-GE-latest/proton' waitforexitandrun" --language en --override-exe /home/puppy/Games/Heroic/FallGuys/RunFallGuys.exe
[cli] INFO: Logging in...
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3076, in main
File "legendary/cli.py", line 610, in launch_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 190, in _login
ValueError: No saved credentials
[72731] Failed to execute script 'cli' due to unhandled exception!
[5/9/2024, 3:02:52 AM] HEROIC_APP_NAME=0a2d9f6403244d12969e11da6713137b HEROIC_APP_RUNNER=legendary HEROIC_APP_SOURCE=epic STEAM_COMPAT_INSTALL_PATH=/home/puppy/Games/Heroic/FallGuys DOTNET_BUNDLE_EXTRACT_BASE_DIR= LD_PRELOAD= DOTNET_ROOT= STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/puppy/.steam/steam STEAM_COMPAT_DATA_PATH="/home/puppy/Games/Heroic/Prefixes/default/Fall Guys" WINE_FULLSCREEN_FSR=0 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 PROTON_ENABLE_NVAPI=1 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 PROTON_EAC_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/eac_runtime PROTON_BATTLEYE_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/battleye_runtime STEAM_COMPAT_APP_ID=0 SteamAppId=0 SteamGameId=heroic-FallGuys PROTON_LOG_DIR=/home/puppy LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary launch 0a2d9f6403244d12969e11da6713137b gamemoderun --no-wine --wrapper " '/home/puppy/.config/heroic/tools/proton/Proton-GE-latest/proton' waitforexitandrun" --language en --override-exe /home/puppy/Games/Heroic/FallGuys/RunFallGuys.exe
[cli] INFO: Logging in...
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3076, in main
File "legendary/cli.py", line 610, in launch_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 190, in _login
ValueError: No saved credentials
[74707] Failed to execute script 'cli' due to unhandled exception!
[5/9/2024, 3:04:30 AM] HEROIC_APP_NAME=0a2d9f6403244d12969e11da6713137b HEROIC_APP_RUNNER=legendary HEROIC_APP_SOURCE=epic STEAM_COMPAT_INSTALL_PATH=/home/puppy/Games/Heroic/FallGuys DOTNET_BUNDLE_EXTRACT_BASE_DIR= LD_PRELOAD= DOTNET_ROOT= STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/puppy/.steam/steam STEAM_COMPAT_DATA_PATH="/home/puppy/Games/Heroic/Prefixes/default/Fall Guys" WINE_FULLSCREEN_FSR=0 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 PROTON_ENABLE_NVAPI=1 DXVK_NVAPI_ALLOW_OTHER_DRIVERS=1 PROTON_EAC_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/eac_runtime PROTON_BATTLEYE_RUNTIME=/home/puppy/.config/heroic/tools/runtimes/battleye_runtime STEAM_COMPAT_APP_ID=0 SteamAppId=0 SteamGameId=heroic-FallGuys PROTON_LOG_DIR=/home/puppy LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary launch 0a2d9f6403244d12969e11da6713137b gamemoderun --no-wine --wrapper "/home/puppy/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point -- '/home/puppy/.config/heroic/tools/proton/Proton-GE-latest/proton' waitforexitandrun" --language en --override-exe /home/puppy/Games/Heroic/FallGuys/RunFallGuys.exe
[cli] INFO: Logging in...
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3076, in main
File "legendary/cli.py", line 610, in launch_game
File "legendary/core.py", line 254, in login
File "legendary/core.py", line 190, in _login
ValueError: No saved credentials
[75094] Failed to execute script 'cli' due to unhandled exception!
[5/9/2024, 3:05:07 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary auth --delete
[cli] INFO: User data deleted.
[5/9/2024, 3:05:08 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary cleanup
[cli] INFO: Cleanup complete! Removed 0.50 MiB.
[5/9/2024, 3:08:24 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary auth --code <redacted>
[cli] INFO: Testing existing login data if present...
[cli] INFO: Successfully logged in as "DINKIN"
[5/9/2024, 3:08:26 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary list --third-party
[cli] INFO: Logging in...
[Core] INFO: Trying to re-use existing login session...
[cli] INFO: Getting game list... (this may take a while)
[Core] INFO: Fetching metadata for 1 app(s).
Available games:
* 2064: Read Only Memories (App name: f4e0c1dff48749fa9145c1585699e276 | Version: 030521a_up)
* A Plague Tale: Innocence (App name: e0fa47ae79514345823bff209ae29451 | Version: EGS_1.08.4)
* Alien: Isolation (App name: 8935bb3e1420443a9789fe01758039a5 | Version: 1.0RC5.284847.51533)
* Among the Sleep - Enhanced Edition (App name: aa78f7be2ee64193b6b6444c5fc50157 | Version: Windows.3.1.0.41_Win64_DLL_Fix)
* Among Us (App name: 963137e4c29d4c79a81323b8fab03a40 | Version: 3971)
* ARK ModKit (UE4) (App name: ARKDevKit | Version: 358.2)
* art of rally (App name: 01805192c8074820b1257fcfd97f2648 | Version: Windows_1.5.4_202404060301)
* Asteroids: Recharged (App name: ee63838c6c394ce587ec0613c41161a6 | Version: 2)
* Atari Mania (App name: b74fd85fc1af47019e4e7a065694141d | Version: 209)
* Automachef (App name: 069a60f6b0514a5fbe81b38957c1ddfd | Version: 15)
* Aven Colony (App name: dc07b9ead8214591b8df6d2546d2a0e3 | Version: 15)
* Black Widow: Recharged (App name: a21fd90517bf428eb7c995a8c3261722 | Version: 5)
* Breakout: Recharged (App name: daec2330d8114107ac5e953dca5eb8e8 | Version: 4)
* Bridge Constructor: The Walking Dead (App name: 998af0ab527c493baefb8049250c9a0e | Version: 1.0r31Win)
* Caverns of Mars Recharged (App name: 8dc2dbb961e0490ab85efc7ae0b8b1eb | Version: 0.0.6)
* Centipede Recharged (App name: 8727e9d0693542bda60769dc2ce33c20 | Version: 4)
* Chivalry 2 (App name: Peppermint | Version: 257294+4839)
* Chivalry 2 - Public Testing (App name: ca02598c9a5c4d5491d6431ce8e8d6e7 | Version: 250491+4716)
* Control (App name: Calluna | Version: 01.13)
* Core (App name: a99769d95d8f400baad1f67ab5dfe508 | Version: 1.0.298-prod-s-epic-1045)
* Dauntless (App name: Jackal | Version: 1.14.7.647472)
* Dead by Daylight (App name: Brill | Version: DBD_Live_EGS_Shipping_291_1755243_7.7.1.3)
* DEATHLOOP (App name: 3206dba3f9b14fd3b01c18f9dcbc864a | Version: 1.820.5.1v5)
* Defense Grid: The Awakening (App name: a434dcb20f0d439b93aaa31dac9e3210 | Version: 1.263117)
* DEMON'S TILT (App name: b8b37813c5634dbdac61d88ff411135c | Version: SmallUIFix)
* Divine Knockout (App name: 2a7875f5060d4381af355104773ca649 | Version: 935)
* Europa Universalis IV (App name: da0103e959e54d139d0c109ded3b3672 | Version: eu4-GitlabCI-Build-release_1.37.0-e94a4ccc-windows)
* Fall Guys (App name: 0a2d9f6403244d12969e11da6713137b | Version: EGS_6583)
* Farming Simulator 19 (App name: Stellula | Version: 1.7.1.0o Win)
* FM21 Editor (App name: 5d69d0ab27814455ae0ddce0fcfbb86a | Version: 494-win-epic-editor)
* FM21 Resource Archiver (App name: 75c4c59461b946028448dd1bf17b64c6 | Version: 193-win-epic-resource_archiver)
* Football Manager 2021 (App name: ec997512b77d4dd5baf30ab5c2f8e8c9 | Version: 1540115-win)
* Football Manager 2021 Touch (App name: 6f5862ba65244cfe86490f253d64feb1 | Version: 1540190-win)
* Football Manager 2022 (App name: 29c30b4114b247678453c84ae156715d | Version: 1662587-win)
* Football Manager 2022 Editor (App name: 06e53aec2b194423af417babe92050db | Version: 1187-win-epic-editor)
* Football Manager 2022 Resource Archiver (App name: 678fd78b68e7432b82d6cbc2928d33fb | Version: 642-win-epic-resource_archiver)
* Football Manager 2023 (App name: f73c70ec448f4e309baacf6ffffa5760 | Version: 1827095-win)
* Football Manager 2023 Pre-Game Editor (App name: 2b8c9ba1ea9441b7b3885e2ab8ee0721 | Version: 1392-win-epic-editor)
* Football Manager 2023 Resource Archiver (App name: fa708b5eb31f469784ff8a06c22b81bc | Version: 1393-win-epic-resource_archiver)
* Fortnite (App name: Fortnite | Version: ++Fortnite+Release-29.40-CL-33291686-Windows)
+ Fortnite Battle Royale (App name: afdb5a85efcc45d8ae8e406e2121d81c | Version: 1.1)
+ Fortnite Festival (App name: 09e442f830a341f698b4da42abd98c9b | Version: 1.0)
+ LEGO® Fortnite® (App name: d8f7763e07d74c209d760a679f9ed6ac | Version: 1.0)
* Frostpunk (App name: b2e00fc16632475782a7730d1bd7cb60 | Version: 0.0.10)
* Galactic Civilizations III (App name: 5f1c66366b2c4a6496d535d88c56e6cf | Version: v4.52.368416)
* Galactic Civilizations III (Test branch) (App name: 8931f79300d04c5889799bffc8ef70bd | Version: v4.52.368416)
* Ghostwire Tokyo (App name: 007ff8f4e30845a687e66aa77eb3e965 | Version: CL642509-A)
* Godfall (App name: Carp | Version: 5.1.23-prod-stable)
* Gods Will Fall (App name: 69911638c74449d2a2651241be1b3ad4 | Version: 78)
* Golden Light (App name: 0eeaae41305043f7a465310eb2cbaff9 | Version: 1.0.5)
* Gravitar Recharged (App name: c95cf7b0131242a9adb150bbab01565f | Version: 4_win)
* Guild of Dungeoneering (App name: b8bdc716e79e461bbf161d99f842f29a | Version: 0.02)
* Hell is other demons (App name: 5ade01bafec54a148024665ce978b2a4 | Version: 0.0.17-win)
* Horizon Chase Turbo (App name: bb406082b69a47208489d3616b22b5c2 | Version: 2.0.202311091807)
* Idle Champions of the Forgotten Realms (App name: 40cb42e38c0b4a14a1bb133eb3291572 | Version: IdleDragons57564Live)
* Ironcast (App name: ac8f20a7931e4d63a1db4dc1267ec3d1 | Version: 1.0.1)
* KID A MNESIA EXHIBITION (App name: 33411619626243f1859d0b7fb5cc5405 | Version: 0.0333.012725)
* Kombinera (App name: 14b24b932f3f484f8c707157c29f9c43 | Version: 1.0.1135)
* Loop Hero (App name: f7a0ebb44f93430fb1c4388a395eba96 | Version: 11054)
* Mages of Mystralia (App name: 4b920bb4aebf4586a4f6d823817fe32d | Version: 1.0)
* Minit (App name: Petrel | Version: 0.1-staging-win32)
* Missile Command: Recharged (App name: e53c84b3b84d45e58f6235dc6454356c | Version: 1.3-Windows)
* Mothergunship (App name: ee5c6a659d0f478fba0049fa44429a1f | Version: 1.0.196)
* Moving Out (App name: 8e29583ae4b44a21883038668f7e301e | Version: 11)
* Mutant Year Zero Road to Eden (App name: Falcon | Version: 23289.1)
* Neon Abyss (App name: a26f991a5e6c4e9c9572fc200cbea47f | Version: Release_81)
* Never Alone (Kisima Ingitchuna) (App name: f38de9fa4c6d43eabac080942cb394a1 | Version: NeverAlone-Win-1.2.8)
* Nioh: The Complete Edition (App name: b5e42b0dc2f544a5bbb4080a433b8b71 | Version: Ver1.24.08.57450)
* Obduction (App name: 635e08e4b4824baabd24ef3cf941743c | Version: 1.8.4)
* Offworld Trading Company (App name: Snapper | Version: 262)
* Overcooked! 2 (App name: Potoo | Version: 246.807171)
* Paladins (App name: Antbird | Version: 1132)
* Pathfinder Kingmaker - Enhanced Plus Edition (App name: b21f394024ef4b75afc2f09c04f0b9f1 | Version: 2.1.7b.01)
* PC Building Simulator (App name: ab277c0995e945d2b2c50c46883627f1 | Version: v1.15.4_91)
* PREY (App name: 52d88e9a6df248da913c8e99f1e4c526 | Version: 1.8)
* Prison Architect (App name: 668ffa8fce0847ef9f1c005995cee6df | Version: 1.15.0.1.2.24.150)
* Quake (App name: 18161d3ef68e4166968036626d173f25 | Version: 5237)
* RAGE 2 (App name: ad3d0f08dd0841d8a1ba77d94ded4773 | Version: 1.8)
* Rebel Galaxy (App name: Weaver | Version: 1.08f)
* Remnant: From the Ashes (App name: b4a0d2d15acb4db894a599b810297543 | Version: Remnant_Win64_Shipping_275957)
* Rise of the Tomb Raider: 20 Year Celebration (App name: f7cc1c999ac146f39b356f53e3489514 | Version: TR2_30112021_1027.0_1224023_303770_132827583431143041_)
* Rogue Company (App name: Pewee | Version: 1787)
* Saints Row The Third Remastered (App name: Loon | Version: SRTTR_20211028_epic_14th_patch)
* Salt and Sanctuary (App name: 499f085e442048aa854d6250b21c42fb | Version: 1.0.1.1b1)
* Second Extinction™ (App name: 18a85afedeac4ea885b27fee3e0c81db | Version: 0.0.335)
* Shadow Complex Remastered (App name: Viper | Version: 119.1-2827332-Win32)
* Shadow of the Tomb Raider: Definitive Edition (App name: 890d9cf396d04922a1559333df419fed | Version: TR11_10072023_492.0_1227914_740629_133334955480774690_)
* Sheltered (App name: b9af0845f9d64b0d9e851d9811141f67 | Version: 123)
* Shenmue 3 (App name: Pepper | Version: Build3112)
* Sludge Life (App name: Morganite | Version: V201003)
* Sonic Mania (App name: 818447bb519b46d48d365d5753362796 | Version: 1.07.0035)
* Speed Brawl (App name: 6ffe878bb1ce490ba6d3a359a1f88df2 | Version: 1.5-cbf526615d)
* Stubbs the Zombie in Rebel Without a Pulse (App name: 272d51db75be476f9ad60c0e7fc24470 | Version: 1.0.0)
* Subnautica (App name: Jaguar | Version: 71288-27962937-Windows)
* Super Meat Boy Forever (App name: Moose | Version: 6755.1848.1962.152)
* Surviving Mars (App name: Ovenbird | Version: 1.5_Fuglesang.1011166-Windows)
* Tharsis (App name: 266d978cc221471787b597695cbb9a75 | Version: 1.03)
* The Escapists (App name: Peony | Version: dev_n43)
* The Spectrum Retreat (App name: 7b8fb449c8d3404ba7eda9cd4da1401b | Version: 1.0rc)
* theHunter: Call of the Wild™ (App name: 4f0c34d469bb47b2bcf5b377f47ccfe3 | Version: 0.0.4)
* Tomb Raider GAME OF THE YEAR EDITION (App name: d6264d56f5ba434e91d4b0a0b056c83a | Version: TRAS_15112021_838.0_1224060,275025(132814434654404397))
* Total War: WARHAMMER (App name: 30d3a88d29e24716ac5a4720042289f7 | Version: 16363.0)
* Trackmania Starter Access (App name: Pigeon | Version: 1.3)
- This game can be activated directly on your Ubisoft account and does not require legendary to install/run. Use "legendary activate --uplay" and follow the instructions.
* Train Sim World 2 (App name: dd75b5c168d546cc869582c0389f0a1d | Version: 1.0.182)
* Twinmotion Community Edition 2023.2.3 (App name: 55034707563b47d989afbca1c04480f5 | Version: RELEASE_WINDOWS_Trial_2023.2.32397630)
* Twinmotion EDU 2020.1.2 (App name: TM_EDU_2020.1 | Version: RELEASE_WINDOWS_EDU_2020.1.13672003)
* Twinmotion EDU 2020.2.3 (App name: b159aae5bc25466da1a61a23f34d02af | Version: RELEASE_WINDOWS_EDU_2020.2.15176676)
* Twinmotion EDU 2021.1.4 (App name: 6ababcf0ceda4b77b25eb65a85bbfb93 | Version: RELEASE_WINDOWS_EDU_2021.1.17302012)
* Twinmotion EDU 2022.1.2 (App name: e4a50430e07c4cafb4efc4e9ac0964c5 | Version: RELEASE_WINDOWS_Education_2022.1.18809486)
* Twinmotion EDU 2022.2.3 (App name: 8b666300f5034092a80b9aa4d2dd890d | Version: RELEASE_WINDOWS_Education_2022.2.23116608)
* Twinmotion EDU 2023.1.2 (App name: f56e8672dac44fe68b79e81be2c95114 | Version: RELEASE_WINDOWS_Education_2023.1.25761627)
* Twinmotion Trial 2020.1.2 (App name: TM_Trial_2020.1 | Version: RELEASE_WINDOWS_Trial_2020.1.13672003)
* Twinmotion Trial 2020.2.3 (App name: e746c67d0ec14f44b20f3d51bcf72b56 | Version: RELEASE_WINDOWS_Trial_2020.2.15176676)
* Twinmotion Trial 2021.1.4 (App name: ceb820adc07d4ea4b9d1fa17e10ff719 | Version: RELEASE_WINDOWS_Trial_2021.1.17302012)
* Twinmotion Trial 2022.1.2 (App name: 059cfc0cdb0f412397c7faddfc7e4e9c | Version: RELEASE_WINDOWS_Trial_2022.1.18809486)
* Twinmotion Trial 2022.2.3 (App name: d874a03f7668404ca2a51a8c10c4996a | Version: RELEASE_WINDOWS_Trial_2022.2.23116608)
* Twinmotion Trial 2023.1.2 (App name: 97c232b9e2cc4a44869c717411e25f22 | Version: RELEASE_WINDOWS_Trial_2023.1.25761627)
* Unreal Tournament (App name: UnrealTournamentDev | Version: None)
! No version information (unknown cause)
* UT Editor (App name: UnrealTournamentEditor | Version: ++UT+Release-Next-CL-3525360-2023.1-Windows)
* Vampyr (App name: Nautilus | Version: 666399-666439)
* Verdun (App name: 38c0129b680e4843b4807b98bad67027 | Version: 0.50466_Windows)
* Void Bastards (App name: 595e35287b824902a2f7107139603732 | Version: 2.0.33)
* while True: learn() (App name: 4f272a49a39742b795d63e1f483a7c7d | Version: 1.7.101.win64)
* World War Z (App name: Wombat | Version: 2.27)
* Yars: Recharged (App name: 997db36e392641b08b2c4b46610bfe68 | Version: 1.0.4)
* Yoku's Island Express (App name: 3acb0920074446e8baaa4c249200d892 | Version: 2021-09-26_11_01_07)
* Yooka-Laylee (App name: ce2a78bf70b646e9b9f57c46dac99184 | Version: 30)
Total: 124
[5/9/2024, 3:08:45 AM] LEGENDARY_CONFIG_PATH=/home/puppy/.config/heroic/legendaryConfig/legendary /tmp/.mount_HeroiclD3l8L/resources/app.asar.unpacked/build/bin/linux/legendary list --third-party
[cli] INFO: Logging in...
[Core] INFO: Trying to re-use existing login session...
[cli] INFO: Getting game list... (this may take a while)
[Core] INFO: Fetching metadata for 1 app(s).
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 537, in _make_request
File "urllib3/connection.py", line 466, in getresponse
File "http/client.py", line 1377, in getresponse
File "http/client.py", line 320, in begin
File "http/client.py", line 281, in _read_status
File "socket.py", line 704, in readinto
File "ssl.py", line 1275, in recv_into
File "ssl.py", line 1133, in read
socket.timeout: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "requests/adapters.py", line 486, in send
File "urllib3/connectionpool.py", line 847, in urlopen
File "urllib3/util/retry.py", line 470, in increment
File "urllib3/util/util.py", line 39, in reraise
File "urllib3/connectionpool.py", line 793, in urlopen
File "urllib3/connectionpool.py", line 539, in _make_request
File "urllib3/connectionpool.py", line 370, in _raise_timeout
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='library-service.live.use1a.on.epicgames.com', port=443): Read timed out. (read timeout=10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in <module>
File "legendary/cli.py", line 3072, in main
File "legendary/cli.py", line 207, in list_games
File "legendary/core.py", line 526, in get_non_asset_library_items
File "legendary/api/egs.py", line 246, in get_library_items
File "requests/sessions.py", line 602, in get
File "requests/sessions.py", line 589, in request
File "requests/sessions.py", line 703, in send
File "requests/adapters.py", line 532, in send
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='library-service.live.use1a.on.epicgames.com', port=443): Read timed out. (read timeout=10)
[75576] Failed to execute script 'cli' due to unhandled exception!
Steps to reproduce
- Launch Game
Expected behavior
Game expected to launch without error overlay
Screenshots
No response
Heroic Version
Latest Stable
System Information
OS: CachyOS Linux x86_64 Kernel: 6.8.9-3-cachyos
Additional information
No response
yeah it was keep popping this week. and today i restarted my pc and re logged steam. all my non steam game was missing. and i cannot add game from heroic to steam. i dont know if steam/heroic/epic problem.
@DINKIN It seems that your network connection is unstable, as you can see by the many requests
, urllib3
and socket
timeout exceptions in your log.
@fndrsm This sounds different from the original issue. Please open your own issue with your own logs.