HGL
mute-gold
EOS Overlay stuck at install.
Hi, when I try to install EOS overlay in the advanced tab of the settings I get this output in the terminal:
(13:59:21) INFO: [Legendary]: Getting EOS Overlay install size: XDG_CONFIG_HOME=/home/meu/.config/heroic/legendaryConfig /opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay install --path /home/meu/.config/heroic/tools/eos_overlay
(13:59:21) INFO: [Backend]: Preventing machine to sleep
(13:59:22) INFO: [Legendary]: Abort command "XDG_CONFIG_HOME=/home/meu/.config/heroic/legendaryConfig /opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary eos-overlay install --path /home/meu/.config/heroic/tools/eos_overlay"
Error occurred in handler for 'installEosOverlay': AbortError: The operation was aborted
at abortChildProcess (node:child_process:746:27)
at EventTarget.onAbortListener (node:child_process:816:7)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:735:20)
at EventTarget.dispatchEvent (node:internal/event_target:677:26)
at abortSignal (node:internal/abort_controller:308:10)
at AbortController.abort (node:internal/abort_controller:338:5)
at callAbortController (/opt/heroic/resources/app.asar/build/electron/main.f23c4159.js:2:404)
at Object.onOutput (/opt/heroic/resources/app.asar/build/electron/main.f23c4159.js:190:20978)
at Socket.<anonymous> (/opt/heroic/resources/app.asar/build/electron/main.f23c4159.js💯743)
at Socket.emit (node:events:513:28) {
code: 'ABORT_ERR'
I did a search here to find someone with the same issue and tried the fix detailed for flatpak but that didn't work for me.
I'm running arch and installed the game via the aur, including the log.
2 Replies
The version from https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/actions/runs/5757528447 should work
(click "linux-appImage" in the "Artifacts" section; if the file isn't clickable, make sure you're logged into GitHub)
mute-goldOP•2y ago
Wow, thanks that did it!