-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launcher cannot launch game on Linux [Exec format error (os error 8)] #1
Comments
Also apologies, just now saw the bug template. Thus why I didn't use it as I wasnt aware there was one till now. |
no worries! I'll have to take a look at how other mod managers handle proton and various installations of it (or just wine on Mac for that matter), but you're completely right in rhat Burial right now just runs an exe (which might mean it actually works if it runs under the same prefix with the exe version but that's obviously not ideal). this issue would also apply to the save manager as saves would be inside that prefix then, I think? not an avid Linux / proton user, sorry |
Yes! It does seem to have a operating system incompatability error aswell. When downloading a new modpack when prompted to reset my saves choosing "No, keep your saves" works fine (with Quality of Life! modpack) and proceeds with the modpack download sucsessfully Though, for some reason, seemingly any other modpacks (such as Andy and Renee, or Candy Scabs) it says "Installing mod [modname].." (For example
This seems to be a seprate issue though I thought I should note. Continuing though, however when choosing "Yes, reset my saves" it says Here it only checks for the %APPDATA% directory When it seems to be missing the cache folders handling compatability, like how you wrote here.
Also, no worries! I am more than happy to test anything I can to help in that regard. |
It must be an issue with compiling those mods on Linux since they need converted to use a modloader first. I'll get an ubuntu vm running later and try messing around, sorry about the issues, linux is still pretty experimental>< |
Description:
When launching the game on linux I encounter the following error:
Failed to launch the game! :( [Exec format error (os error 8)]
lines 65-84 in
commands.rs
The bug seems to be the method of executing the game’s
.exe
file directly, even on Linux (and I would presume macOS aswell), which it is not compatible natively.This means the game is not being run through Steam's Proton compatibility layer, necessary for running the Window executable on Linux and macOS.
Suggested Solution:
The mod manager should detect the platform and automatically use steam's native Proton method when launching the game on Linux and macOS.
This behavior should be consistent with other mod managers (notably r2modmanPlus), which launches the game in a system-agnostic way that works across different platforms.
Environment:
Additional Information:
(There isn't debugging output specifically to this error however or I would have provided it.)
Steps to Reproduce:
Exec format error (os error 8).
The text was updated successfully, but these errors were encountered: