ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.58k stars 359 forks source link

GOG EXE Linux Extract failed #7777

Closed AShynkevich closed 9 months ago

AShynkevich commented 9 months ago

Preliminary checks

Platform

Linux

Describe the bug

Once I try to select the EXE file installation from GOG the system shows the error message window:

"innoextract was not found in your system. Unable to extract the installer package. Installation aborted."

The file is located correctly.

Save file

I'm not allowed to send the GOG installer, but available now here https://www.gog.com/en/game/heroes_of_might_and_magic_2_gold_edition

Additional info

Linux Mint 21.2 Cinnamon

oleg-derevenetz commented 9 months ago

"innoextract was not found in your system. Unable to extract the installer package. Installation aborted."

Well, you need to install the innoextract tool using your system's package manager, so that it is present in PATH.

AShynkevich commented 9 months ago

Yep, I've installed it additionally and got:

me/user/homm2 or /tmp/installer.exe): /home/alex/Downloads/h2inst.exe Verifying the installer package, please wait... Not a supported Inno Setup installer! Done with 1 error.

oleg-derevenetz commented 9 months ago

Probably the innoextract version offered by your package manager is a bit old. Latest version of innoextract is 1.9:

https://github.com/dscharrer/innoextract

You can also try to contact the innoextract developer directly. Our scripts use innoextract, but we are not developing it.

undef21 commented 9 months ago

@AShynkevich The minimal version of innoextract for unpacking homm's GOG installer is 1.9.

oleg-derevenetz commented 9 months ago

I suppose we can close this.