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
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-amethystOP•2y 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-amethystOP•2y ago
Thank you for helping me ^^