Automatic update from the 1.4.0 version and also part of the “The STRONGHOLD COLLECTION”-CD.
The update package for 1.4.0 is still available as a Third-party download.
Application Details:
Version: | 1.4.1 |
License: | Retail |
URL: | https://fireflyworlds.com/game... |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 3.7-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Game seems to run perfectly.
What does not
It does not run by default on ubuntu (crashes on loading the game itself). This can be fixed by raising the maximum number of opened files. Edit /etc/security/limits.conf and add the following two lines:
* hard nofile 10000
* soft nofile 10000
note 1: I suspect other versions of the game run with these settings as well.
note 2: The number 10000 is probably way too high. I just know the default of 1024 is too low.
Workarounds
What was not tested
Game was not played through. Just started and played from about 5 minutes.
Hardware tested
Graphics:
Additional Comments
Rating is at least silver. Could be higher, but I did not test better.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | May 12 2018 | 3.7-staging | Yes | Yes | No | Platinum | Georg | |
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Jun 24 2015 | 1.7.44 | Yes | Yes | No | Gold | Robert Zenz | |
Show | Ubuntu 14.04 "Trusty" i386 (+ variants like Kubuntu) | Jun 17 2015 | 1.7.44 | Yes | No | No | Garbage | Robert Zenz | |
Show | Arch Linux x86_64 | Feb 07 2014 | 1.7.11 | Yes | Yes | No | Bronze | an anonymous user | |
Show | Gentoo Linux x86_64 | Jan 14 2012 | 1.3.36 | Yes | No | No | Garbage | Manuel |
When starting Stronghold 2 on most machines it will silently fail because it cannot open enough files at once.
You can raise this limit, adding (as root)
* soft nofile 65535
* hard nofile 65535
to /etc/security/limits.conf (replace the * with your username if you believe these limits are anything but stupid and would be unsafe to raise for all users) and logging out and back in.
The limits currently in effect can be checked using ulimit -Sn and ulimit -Hn.
This should work for any app, if you have Intel + AMD or AMD + AMD with open source drivers.
If you have laptop with hybrid graphics cards. You can launch game with command:
env DRI_PRIME=1 vblank_mode=0 wine ~/path/to/your/exe/file
In case of using command, you get swich to powerful graphics card and disable vsync for more FPS.
If you have Mesa drivers 17.x.x or more, you can use this command:
env DRI_PRIME=1 mesa_glthread=true vblank_mode=0 wine ~/path/to/your/exe/file
Last command is most best in performance that you can get in this moment, you can use it for any wine application that you need. But argument mesa_glthread=true may not always work, so if your app crash, remove it.
For Steam users, you can set environment variable of any applications in properties.
DRI_PRIME=1 mesa_glthread=true vblank_mode=0 %command%
(It will work only with native Steam for Linux) For Wine, you have to start Steam or game with those arguments
Comments for this application have been disabled because there are no maintainers.