Posted July 13, 2018
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
warren1965
New User
warren1965 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jun 2011
From United States
Posted April 19, 2019
Hi
First off thanks for all the work on these. The files for 1404 on GOG have changed and no longer match the names on the script page, is it okay to rename them to match and run the script or will that fail horribly?
Thanks,
Warren
First off thanks for all the work on these. The files for 1404 on GOG have changed and no longer match the names on the script page, is it okay to rename them to match and run the script or will that fail horribly?
Thanks,
Warren
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted April 21, 2019
It might work, but it will most probably fail horribly ;) (without bad consequences for you system nor your installers)
If you want to give it a try, use the script with --checksum=none option to bypass the installers integrity check:
If you want to give it a try, use the script with --checksum=none option to bypass the installers integrity check:
./play-anno-1404.sh --checksum=none
I added it to the list of outdated scripts so our contributors know that it needs updating.Post edited April 21, 2019 by vv221
AthenesWrath
New User
AthenesWrath Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2014
From Germany
Posted April 21, 2019
vv221: It might work, but it will most probably fail horribly ;) (without bad consequences for you system nor your installers)
If you want to give it a try, use the script with --checksum=none option to bypass the installers integrity check:
./play-anno-1404.sh --checksum=none
vv221: I added it to the list of outdated scripts so our contributors know that it needs updating.
I changed the script a little bit to reflect the correct names and checksums but the extraction fails with If you want to give it a try, use the script with --checksum=none option to bypass the installers integrity check:
./play-anno-1404.sh --checksum=none
Available innoextract version is too old to extract data from the following archive: setup_anno_1404_2.01.5010_cs_(24639).exe
EDIT: Looks like the latest innoextract development snapshot is able to extract the latest innosetup files created with version 5.6.2 but officially it only supports until version 5.6.1. Can the version check be skipped?
Post edited April 21, 2019 by AthenesWrath
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted April 21, 2019
AthenesWrath: Looks like the latest innoextract development snapshot is able to extract the latest innosetup files created with version 5.6.2 but officially it only supports until version 5.6.1. Can the version check be skipped?
Yes, but not in the current stable version of ./play.it. To use our development version allowing to skip innoextract version check, follow part 1. and 2. of the Diablo installation instructions:
https://www.gog.com/forum/diablo/playit_install_diablo_on_linux/post1
For the record, here are said instructions:
1. Install innoextract 1.8 development version
Install innoextract build dependencies, then:
git clone https://github.com/dscharrer/innoextract.git ~/innoextract.git
mkdir ~/innoextract.git/build
cd ~/innoextract.git/build
cmake ..
make
mkdir ~/bin
cp innoextract ~/bin/
cd
rm --force --recursive ~/innoextract.git
2. Install the patched ./play.it library allowing to use the development version of innoextract
git clone https://framagit.org/vv221/play.it.git ~/play.it.git
cd ~/play.it.git
git checkout staging-2.11.2
./play.it-2/patches/skip-innoextract-version-check.sh
make
make install
Post edited April 21, 2019 by vv221
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted July 03, 2019
Update
Anno 1404
* Fix dependencies list
* Store user data outside of WINE prefix
Anno 1404
* Fix dependencies list
* Store user data outside of WINE prefix
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted October 13, 2019
Update
Anno 1404
* Build dedicated packages for each supported language, allowing to install only the one you want to use
Anno 1404
* Build dedicated packages for each supported language, allowing to install only the one you want to use
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted February 18, 2020
Update
Anno 1404
* Use the shipped installer of DirectX instead of downloading a new copy
Anno 1404
* Use the shipped installer of DirectX instead of downloading a new copy
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted March 18, 2020
Update
Anno 1404
New installers are supported:
- setup_anno_1404_2.01_v2_(30326).exe
+ setup_anno_1404_2.01_v2_(30326)-1.bin
- setup_anno_1404_2.01_v2_(french)_(30326).exe
+ setup_anno_1404_2.01_v2_(french)_(30326)-1.bin
The current GOG-provided installers are now language-specific, the previous ones included all supported languages in a single installer.
Feel free to ask us to add support for extra languages, for this game this is an operation that should be quite easy and quick.
Anno 1404
New installers are supported:
- setup_anno_1404_2.01_v2_(30326).exe
+ setup_anno_1404_2.01_v2_(30326)-1.bin
- setup_anno_1404_2.01_v2_(french)_(30326).exe
+ setup_anno_1404_2.01_v2_(french)_(30326)-1.bin
The current GOG-provided installers are now language-specific, the previous ones included all supported languages in a single installer.
Feel free to ask us to add support for extra languages, for this game this is an operation that should be quite easy and quick.
derekguenther
New User
derekguenther Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2013
From United States
Posted April 19, 2020
vv221: Update
Anno 1404
New installers are supported:
- setup_anno_1404_2.01_v2_(30326).exe
+ setup_anno_1404_2.01_v2_(30326)-1.bin
- setup_anno_1404_2.01_v2_(french)_(30326).exe
+ setup_anno_1404_2.01_v2_(french)_(30326)-1.bin
The current GOG-provided installers are now language-specific, the previous ones included all supported languages in a single installer.
Feel free to ask us to add support for extra languages, for this game this is an operation that should be quite easy and quick.
Thanks for all of your hard work getting this great game running on Linux. I just tried this today, and am still seeing the error "Available innoextract version is too old to extract data from the following archive: setup_anno_1404_2.01_v2_(30326).exe" Anno 1404
New installers are supported:
- setup_anno_1404_2.01_v2_(30326).exe
+ setup_anno_1404_2.01_v2_(30326)-1.bin
- setup_anno_1404_2.01_v2_(french)_(30326).exe
+ setup_anno_1404_2.01_v2_(french)_(30326)-1.bin
The current GOG-provided installers are now language-specific, the previous ones included all supported languages in a single installer.
Feel free to ask us to add support for extra languages, for this game this is an operation that should be quite easy and quick.
I saw a post in this thread from about a year ago saying to "use our development version allowing to skip innoextract version check" when someone ran into this problem for setup_anno_1404_2.01.5010_cs_(24639).exe, is it expected that this should be necessary since the file name is different? Will following that process work here?
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted April 19, 2020
If you are using Ubuntu or a derivative like Linux Mint, instructions on how to get an up-to-date build of innoextract can be found in ./play.it documentation: Common issues on Ubuntu - Innoextract version is too old.
If you are using another distribution please tell me and I’ll try to help you getting a more recent version of innoextract,
If you are using another distribution please tell me and I’ll try to help you getting a more recent version of innoextract,
derekguenther
New User
derekguenther Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2013
From United States
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted June 10, 2020
Update
Anno 1404
Fix a symbolic link creation issue that broke support for old installer setup_anno_1404_2.0.0.2.exe.
Anno 1404
Fix a symbolic link creation issue that broke support for old installer setup_anno_1404_2.0.0.2.exe.
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted April 17, 2021
This thread will no longer be updated, see this post on the general forums for more details: End of website maintenance