Steam Edition, version 1.5
Application Details:
Version: | 1.5 (Steam) |
License: | Retail |
URL: | https://fireflyworlds.com/game... |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 3.19-staging |
Maintainers: About Maintainership
What works
Single player campaigns, tutorial, map editor, intro, save, load, options works in-game and outside game
What does not
Standard launcher "FFLauncher.exe" crashes on start. Need manual launching of "Stronghold2.exe"
Workarounds
Manual launching game using "Stronghold2.exe"
What was not tested
Multiplayer
Hardware tested
Graphics:
Additional Comments
Starting game from Steam using "FFLauncher.exe" crashes. You need manual start game using "Stronghold2.exe" file. You can add it as Steam shortcut. But multiplayer and Steam achievements won't work.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian 9 (Stretch) | Nov 23 2018 | 3.19-staging | Yes | Yes | No | Silver | Vasily Galkin | |
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Oct 01 2018 | 3.0.3 | Yes | No | No | Garbage | Jake Grey | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Oct 12 2017 | 2.18-staging | Yes | Yes | No | Platinum | Theodore | |
Current | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Oct 10 2017 | 2.17-staging | Yes | Yes | Yes | Gold | Theodore |
Bug # | Description | Status | Resolution | Other apps affected |
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