HGL
eager-peach
Fortnite does not open.
I recently downloaded Fortnite. Unfortunately, the game does not launch. No message or anything like that is shown. I also tried to download it on the regular epic launcher but it kept showing the error is-fc02-3. Anyone know what could be wrong?
LOG:
System Info:
Heroic Version: 2.6.2 Trafalgar Law
Legendary Version: 0.20.32 Dark Energy (hotfix #6)
GOGdl Version: 0.6
Electron Version: 22.2.0
Chrome Version: 108.0.5359.215
NodeJS Version: 16.17.1
OS: Microsoft Windows 11 Pro KERNEL: 10.0.22000 ARCH: x64
CPU: AMD Ryzen 3 3100 4-Core Processor @3.6
RAM: Total: 15.95 GiB Available: 10.7 GiB
GRAPHICS: GPU0: NVIDIA GeForce GTX 1060 6GB VRAM: 6144MB DRIVER: 527.56
Game Settings: {
"autoInstallDxvk": true,
"autoInstallVkd3d": true,
"preferSystemLibs": false,
"nvidiaPrime": false,
"enviromentOptions": [],
"wrapperOptions": [],
"showFps": false,
"useGameMode": false,
"language": ""
}
Game launched at: Wed Feb 22 2023 19:58:00 GMT+0100
Legendary's config from config.ini (before Heroic's settings):
SyntaxError: Unexpected end of JSON input
Launch Command: C:\Users\Admin\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary launch Fortnite --language pl
Game Log:
[Core] INFO: Synced app "Fortnite" 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 2984, in main
File "legendary\cli.py", line 578, in launch_game
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
[3372] Failed to execute script 'cli' due to unhandled exception!
2 Replies
You've uninstalled the EGL without disabling EGL Sync
Run
"%LOCALAPPDATA%\Programs\heroic\resources\app.asar.unpacked\build\bin\win32\legendary" egl-sync --disable-sync
to disable it noweager-peachOP•3y ago
Ty! Its work!