HGL
flat-fuchsia
Heroic appimage runs briefly in task manager before closing
When I try to run my Heroic appimage, the application only runs briefly in the task manager before it closes. No actual Heroic Games Launcher window appears.
I am at least able to get the Flatpak version to launch.
12 Replies
correct-apricot•6mo ago
try to run it in cli with this
./Heroic-2.15.2.AppImage
in your installed directory. Change the filename to your heroic appimage filename. If it prints error you could try pass it in here
flat-fuchsiaOP•6mo ago
It's telling me
vicious-gold•6mo ago
--no-sandbox
, or do everything that blogpost explainsWARNING: This script disables sandboxing for all AppImages. Use at your own riskNot sure if that's a good idea This is strange though, AppImage works fine here
vicious-gold•6mo ago
I see, I just read the last part (shared too soon haha)
vicious-gold•6mo ago
are you running things in an NTFS partition? that seems to be a possible cause https://stackoverflow.com/a/67138686/1430810
Stack Overflow
Error: The SUID sandbox helper binary was found, but is not configu...
I'm sorry to just paste an error code, but I have no clue what else to try. I have looked at all the guides on this site, but nothing quite matches my issue. I am using an ubuntu subsystem on windo...
flat-fuchsiaOP•5mo ago
The partition I'm running the Heroic appimage in is an ext4 partition
correct-apricot•5mo ago
when you use other appimage does it display the same error
you could try this command
sudo chown root /tmp/.mount_HeroicgmHEu5/chrome-sandbox
sudo chmod 4755 /tmp/.mount_HeroicgmHEu5/chrome-sandbox
since it looks like a permission error
then verify the permisision that by running
ls -l /tmp/.mount_HeroicgmHEu5/chrome-sandbox
flat-fuchsiaOP•5mo ago
I'm able to use other appimages just fine
When I try the first two commands I get "no such file or directory"
vicious-gold•5mo ago
it seems to be an issue with appimages using electron (the error comes from electron), so maybe those other app images are not electron apps?
flat-fuchsiaOP•5mo ago
I don't think the other appimages I've been using are electron apps.
vicious-gold•5mo ago
https://github.com/electron/electron/issues/42510 here's an issue in electron's tracker
GitHub
[Bug]: The SUID sandbox helper binary was found, but is not configu...
Preflight Checklist I have read the Contributing Guidelines for this project. I agree to follow the Code of Conduct that this project adheres to. I have searched the issue tracker for a bug report ...