Skip to content
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

Linux installers not found? #28

Open
gatl opened this issue Jan 27, 2020 · 4 comments
Open

Linux installers not found? #28

gatl opened this issue Jan 27, 2020 · 4 comments

Comments

@gatl
Copy link

gatl commented Jan 27, 2020

The game Master of Orion 2 has an installer for Linux (since the end of 2015, according to the GOG changelog). However, gogrepoc does not see it? Is this an issue on my side only?
This is what I tried:

python gogrepo.py update -ids 1207661633 -installers standalone 
python gogrepo.py download -ids 1207661633 -os linux -skipextras -- gog

I found no mention of a Linux installer on the manifest file and found no Linux installer found on the game directory. Am I doing something wrong?

@Kalanyr
Copy link
Owner

Kalanyr commented Jan 29, 2020

It's in my manifest

            {'desc': 'Master of Orion 2',
             'href': 'https://www.gog.com/downloads/master_of_orion_2/en3installer1',
             'lang': 'English',
             'md5': '51529fd6734bc12f1ac36fea5fc547f8',
             'name': 'gog_master_of_orion_2_2.0.0.6.sh',
             'old_name': None,
             'os_type': 'linux',
             'prev_verified': True,
             'size': 187179637,
             'version': '1.40b23 (gog-6)'}],

And I have it downloaded.

I think your problem is you didn't include the os argument in the update command, it defaults to the platform you're running it on rather than all of them.

@gatl
Copy link
Author

gatl commented Feb 1, 2020

Well, I only have Linux, so it may have been something else. I removed the manifest file and I can find the relevant file there. I can't reproduce this problem now, but I'll try to do a more thorough investigation of the issue if I came across it. I'm glad it was not something I broke by accident. :-)

Oh, well, feel free to close this issue. I'm sorry to have bothered you.

@Kalanyr
Copy link
Owner

Kalanyr commented Feb 1, 2020 via email

@gatl
Copy link
Author

gatl commented Feb 9, 2020

I looked into it and indeed it is as you suspected: if I do not specify I want to include Linux the program considers just the Windows installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants