-
Notifications
You must be signed in to change notification settings - Fork 72
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
Python error when clicking Launch #633
Comments
The issue here is that the exe file for Spelunky (and everything else) is located in a sub-directory of the game directory. Minigalaxy expects the files to be located in the 'root' game directory, Could you provide some more information about your system and the installation of the game:
|
Hey thanks for explaining the reason!
I have my flatpak up-to-date with flathub. About me dialogue says: 1.3.1. Which matches the flatpak manifest
Yes it looks like this comes with the flatpak, and the version is as follows:
This is the content:
|
Thanks for the input. If you just want to play, there are a few things you could try.
This will start the regular graphical GOG installer. Make sure to pick |
This worked, thanks! Should we keep the issue open? I will be able to test this again in a future flatpak release if you want me to confirm that the bug is gone. |
I'm glad you were able to resolve this. I'll do think we should keep this open for now, because there are a couple of games that do not launch for the same reason. I'll work on a fix for this. |
This might already be mostly resolved (for new installations) on the master branch where we moved away from innoextract installation. With the exception of some games that dont have a usable *.info file. |
It still applies for Unreal Gold. |
Trying Minigalaxy from Flathub with Spelunky GOG game. This is a Windows game and the Wine rating is "platinum", so I guess it should play fine. The installation went fine. But then when clicking Launch nothing happens. I ran the flatpak from CLI to see the error, and it's the following Python
IndexError
. By clicking on "Properties" -> "Open Files" I can navigate toapp/Spelunky.exe
so an executable seems to exist.The text was updated successfully, but these errors were encountered: