HGL
multiple-amethyst

launcher can't launch game or show details of a game

When I want to show details of a game or launch it, a window appeeaar with many errors.
4 Replies
CommandMC
CommandMC2y ago
Open up a Command Prompt & run C:\Users\Benji\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary info Hake --platform Windows --json. What's the output?
multiple-amethyst
multiple-amethystOP2y ago
PS C:\Users\Benji> C:\Users\Benji\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary info Hake --platform Windows --json
[Core] INFO: Logging in...
[Core] INFO: Synced app "Hake" is no longer in the EGL manifest list.
[Core] INFO: Game files exist, assuming game is still installed, re-exporting to EGL...
Traceback (most recent call last):
File "legendary\cli.py", line 3069, in <module>
File "legendary\cli.py", line 3008, in main
File "legendary\cli.py", line 1566, in info
File "legendary\core.py", line 1175, in is_installed
File "legendary\core.py", line 566, in get_installed_game
File "legendary\core.py", line 1861, in egl_sync
File "legendary\core.py", line 1847, in egl_restore_or_uninstall
File "legendary\core.py", line 1824, in egl_export
File "legendary\lfs\egl.py", line 85, in set_manifest
ValueError: EGS ProgramData path does not exist
[13156] Failed to execute script 'cli' due to unhandled exception!
PS C:\Users\Benji> C:\Users\Benji\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary info Hake --platform Windows --json
[Core] INFO: Logging in...
[Core] INFO: Synced app "Hake" is no longer in the EGL manifest list.
[Core] INFO: Game files exist, assuming game is still installed, re-exporting to EGL...
Traceback (most recent call last):
File "legendary\cli.py", line 3069, in <module>
File "legendary\cli.py", line 3008, in main
File "legendary\cli.py", line 1566, in info
File "legendary\core.py", line 1175, in is_installed
File "legendary\core.py", line 566, in get_installed_game
File "legendary\core.py", line 1861, in egl_sync
File "legendary\core.py", line 1847, in egl_restore_or_uninstall
File "legendary\core.py", line 1824, in egl_export
File "legendary\lfs\egl.py", line 85, in set_manifest
ValueError: EGS ProgramData path does not exist
[13156] Failed to execute script 'cli' due to unhandled exception!
CommandMC
CommandMC2y ago
Right, you've enabled EGL sync but have now uninstalled the EGL Run C:\Users\Benji\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary egl-sync --disable-sync to disable it (or do it in Heroic's global settings)
multiple-amethyst
multiple-amethystOP2y ago
Thank you for helping me ^^

Did you find this page helpful?