WineHQ

Stronghold 2

No Screenshot

Submit Screenshot

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!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

  • Installation
  • The configuration dialog
  • Starting the game, though it takes very long
  • Actual gameplay

What does not

Nothing as far as I could see.

Workarounds

What was not tested

  • Multiplayer

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

First, the maximum file limits need to be raised, you can do this in the file /etc/security/limits.conf by adding: YOUR_USERNAME soft nofile 8192 YOUR_USERNAME hard nofile 8192 The limit of 8192 might be too much, though 4096 is too low. Instead of your username you can use * to raise the limit for all users of the system, don't forget to reboot. Second, the loading takes very long, 2 to 3 minutes upward from pressing "Play" in the configuration dialog. The process will be sitting there "seemingly idle" for the whole time.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 18.04 "Bionic" amd64 (+variants like Kubuntu)May 12 20183.7-stagingYes Yes NoPlatinumGeorg 
CurrentUbuntu 14.04 "Trusty" i386 (+ variants like Kubuntu)Jun 24 20151.7.44Yes Yes NoGoldRobert Zenz 
ShowUbuntu 14.04 "Trusty" i386 (+ variants like Kubuntu)Jun 17 20151.7.44Yes No NoGarbageRobert Zenz 
ShowArch Linux x86_64Feb 07 20141.7.11Yes Yes NoBronzean anonymous user 
ShowGentoo Linux x86_64Jan 14 20121.3.36Yes No NoGarbageManuel 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Raising the per-application file descriptor limit on your machine

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.

How to use hybrid graphics switch Open Source drivers Intel/AMD, AMD/AMD and improve performance

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

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back