Skip to content
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

Celeste from Epic Games creashes after exiting #3706

Open
Nikitf777 opened this issue Apr 19, 2024 · 1 comment
Open

Celeste from Epic Games creashes after exiting #3706

Nikitf777 opened this issue Apr 19, 2024 · 1 comment
Labels
bug:unconfirmed Someone works on identifying the issue

Comments

@Nikitf777
Copy link

Nikitf777 commented Apr 19, 2024

Describe the bug

Salt-lastPlay.log

When I click "Exit" button in the game, the screen becomes dark and then the following error occurs (I've got this error message only once, after enabling cloud saved, in other cases there weren't any error messages, just crash):

An error has occurred! Try to Logout and Login on your Epic account.
[Core] INFO: Trying to re-use existing login session...Traceback (most recent call last):
File "urllib3/connection.py", line 198, in _new_connFile "urllib3/util/connection.py", line 60, in create_connection
File "socket.py", line 954, in getaddrinfosocket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "urllib3/connectionpool.py", line 793, in urlopenFile "urllib3/connectionpool.py", line 491, in _make_requestFile "urllib3/connectionpool.py", line 467, in _make_requestFile "urllib3/connectionpool.py", line 1099, in _validate_connFile "urllib3/connection.py", line 616, in connectFile "urllib3/connection.py", line 205, in _new_connurllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x756d2f1594c0>: Failed to resolve 'datastorage-public-service-liveegs.live.use1a.on.epicgames.com' ([Errno -2] Name or service not known)
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 urlopenFile "urllib3/util/retry.py", line 515, in incrementurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='datastorage-public-service-liveegs.live.use1a.on.epicgames.com', port=443): Max retries exceeded with url: /api/v1/access/egstore/savesync/bf79acee2d3d4f6f8589b7cb55b8c19b/Salt/manifests/ (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x756d2f1594c0>: Failed to resolve 'datastorage-public-service-liveegs.live.use1a.on.epicgames.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "legendary/cli.py", line 3161, in
File "legendary/cli.py", line 3088, in main
File "legendary/cli.py", line 459, in sync_savesFile "legendary/core.py", line 812, in get_save_gamesFile "legendary/api/egs.py", line 267, in get_user_cloud_savesFile "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 519, in sendrequests.exceptions.ConnectionError: HTTPSConnectionPool(host='datastorage-public-service-liveegs.live.use1a.on.epicgames.com', port=443): Max retries exceeded with url: /api/v1/access/egstore/savesync/bf79acee2d3d4f6f8589b7cb55b8c19b/Salt/manifests/ (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x756d2f1594c0>: Failed to resolve 'datastorage-public-service-liveegs.live.use1a.on.epicgames.com' ([Errno -2] Name or service not known)"))
[857] Failed to execute script 'cli' due to unhandled exception!

Add logs

I added logs as file because of the issue length limit

Steps to reproduce

  1. Launch game
  2. Click "Exit" in the main menu
  3. Game crashes

Expected behavior

The game should close without any crashes

Screenshots

image

Heroic Version

Latest Stable

System Information

Ubuntu 23.10
See logs

Additional information

No response

@Nikitf777 Nikitf777 added the bug:unconfirmed Someone works on identifying the issue label Apr 19, 2024
@arielj
Copy link
Collaborator

arielj commented Apr 19, 2024

Can you access this url? https://datastorage-public-service-liveegs.live.use1a.on.epicgames.com

the error says it can't connect to that, maybe you have a firewall or something blocking that url?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:unconfirmed Someone works on identifying the issue
Projects
None yet
Development

No branches or pull requests

2 participants