WineHQ

Dark Reign 2

No Screenshot

Submit Screenshot
The last published update.

Application Details:

Version: 1.3
License: Retail
URL: http://activision.com/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.7.22

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

The game installs and runs (with a workaround). Single player campaign works.

What does not

Nothing.

The game fails to start if it cannot open a raw socket used for netplay (and it tries to). By default Wine presents such a warning in this case: "WARNING: Trying to create a socket of type SOCK_RAW, this will fail unless you have special permissions." It just doesn't tell you how to obtain these permissions.
Since running Wine as root is unsupported and quite inconvenient, you can grant it just the needed capabilities using setcap (on Debian it comes in libcap2-bin package). This would work with kernel 2.6.24 or later compiled with file capabilities enabled.

So, you basically have to install libcap2-bin and execute

    $ sudo setcap cap_net_raw=ep /usr/bin/wineserver

You can later check whether it was set successfully with

    $ getcap -v /usr/bin/wineserver

It should return you something like

    /usr/bin/wineserver = cap_net_raw+ep

There may exist some security risks concerning this permission, still it is better than running wine as root.
The game should start now.

Other things to note: fonts are almost unreadable, intro movies run very slowly and choppy, OffscreenRenderingMode may need to be set to something other than backbuffer to see in-engine cinematics on start of the campaign.

Workarounds

What was not tested

Multiplayer and Instant Action.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowFedora 20 x86_64Jul 22 20141.7.22Yes Yes GoldZachary J 
CurrentUbuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu)Jul 20 20091.1.26Yes Yes Bronzean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show open bugs

Comments

Comments Disabled

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