WineHQ

Stronghold 2

No Screenshot

Submit Screenshot
Bugfix release.

Application Details:

Version: 1.2
License: Retail
URL: https://fireflyworlds.com/game...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.3.35

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 works fine.

What does not

  • Applying patch 1.3.1 seems to work, but at the end it spits out an error.
  • After patching the game to 1.3.1, the game will not start, erroring out with the following: A required security module could not be activated. This program cannot be executed.

Workarounds

What was not tested

Actual gameplay.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowArch LinuxDec 25 20111.3.35Yes Yes NoGoldfetter_oml 
ShowDebian GNU/Linux 6.x "Squeeze"Jul 31 20101.3.0Yes Yes NoBronzean anonymous user 
ShowDebian GNU/Linux Unstable "Sid"Jun 29 20081.0.0Yes Yes NoBronzedeben 
ShowUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)Apr 20 20080.9.60Yes Yes NoGarbagean anonymous user 
ShowUbuntu 7.10 "Gutsy" amd64 (+ variants like Kubuntu)Dec 13 20070.9.50.Yes No NoGarbageJeroen Benckhuijsen 

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