Deluxe version with new maps and add-ons, bug-fixes …
The update package for all older versions is still available as a Third-party download.
Application Details:
Version: | 1.4 |
License: | Retail |
URL: | https://fireflyworlds.com/game... |
Votes: | 3 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 3.2 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
You _need_ to use a nocd crack to get the game to run. Without one, it won't even start. Also, don't forget to check the wine output because there will be a fair amount of missing dll's (mostly the d3dx ones); and, as usual, it runs slower than it would on windows.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 10.x "Buster" | Feb 26 2018 | 3.2 | Yes | Yes | Yes | Gold | Erin Yuki Schlarb | |
Show | Mac OS X 10.9 "Mavericks" | Feb 01 2014 | 1.7.11 | Yes | Yes | No | Gold | Guillaume R | |
Show | Gentoo Linux x86_64 | May 17 2012 | 1.5.4 | Yes | Yes | No | Gold | Manuel | |
Show | Mac OS X 10.6 "Snow Leopard" | Feb 14 2012 | 1.4-rc3 | Yes | Yes | No | Gold | an anonymous user | |
Show | Sidux 64bit | May 30 2010 | 1.2-rc2 | Yes | Yes | 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.