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

FileNotFoundError??? #661

Open
DocMAX opened this issue Aug 17, 2024 · 0 comments
Open

FileNotFoundError??? #661

DocMAX opened this issue Aug 17, 2024 · 0 comments

Comments

@DocMAX
Copy link

DocMAX commented Aug 17, 2024

[docmax@desktop profile]$ legendary launch e21be436768f4add87d4935a180b4932
[cli] INFO: Logging in...
[Core] INFO: Trying to re-use existing login session...
[cli] INFO: Checking for updates...
[Core] INFO: Getting authentication token...
[cli] INFO: Launching e21be436768f4add87d4935a180b4932...
Traceback (most recent call last):
  File "/usr/bin/legendary", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.12/site-packages/legendary/cli.py", line 3064, in main
    cli.launch_game(args, extra)
  File "/usr/lib/python3.12/site-packages/legendary/cli.py", line 707, in launch_game
    subprocess.Popen(full_params, cwd=params.working_directory, env=full_env)
  File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/opt/syncthing/games/games/windows/epic/DarkDeityPdnOn/DarkDeity.exe'

[docmax@desktop profile]$ file /opt/syncthing/games/games/windows/epic/DarkDeityPdnOn/DarkDeity.exe
/opt/syncthing/games/games/windows/epic/DarkDeityPdnOn/DarkDeity.exe: PE32+ executable (GUI) x86-64, for MS Windows, 8 sections

If you look into this you see, how can legendary not find the exe file???

@DocMAX DocMAX changed the title Symlink not supported? FileNotFoundError??? Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant