-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
If install.executable starts with a leading slash, os.path.join discards the install path and fails to launch game #42
Comments
What game? Can you share the manifest from |
the code above doesn't use the manifest, it uses the $XDG_CONFIG/legendary/installed.json
i manually updated the above "executable", removing the leading |
how can i post the manifest in a readable way for you? |
The executable path is read from the manifest, it's a binary file. I'd like to check if there's anything wrong with that. For hyper light drifter it should be fairly small, so maybe attaching to a comment works? Otherwise firefox send or something like that. |
so not sure what added that leading |
That's not the manifest file, that's the output of |
Double checked the parser and indeed it seems the launch exe was specified with a leading slash for some reason, I'll just make it strip that. |
legendary/legendary/core.py
Line 250 in 3c0a8be
https://docs.python.org/3/library/os.path.html#os.path.join
Not sure why my executables in install.json have a leading slash, but it breaks legendary for me
The text was updated successfully, but these errors were encountered: