WineHQ

Imperialism

Application Details:

Version: GOG
License: Retail
URL: http://en.wikipedia.org/wiki/I...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 7.8

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

starting a game, main map

What does not

bg music ootb

Workarounds

assuming ~/.wine-imp is your wine prefix


cd ~/.wine-imp/drive_c/GOG Games/Imperialism
mv winmm.dll _inmm.dll
grep -iarl --exclude _inmm.dll winmm.dll . | xargs sed -bi 's/winmm.dll/_inmm.dll/gI'
WINEPREFIX=~/.wine-imp wine Imperialism.exe

What was not tested

nothing beyond starting a random game and listening to music

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 20.04 "Focal" (+ variants like Kubuntu)May 19 20227.8Yes Yes YesGoldJeffZ 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

background music fix

To fix the background music not playing, cd to the install dir, rename the winmm.dll, replace occurrences of old to new and then the game will run with perfect bg music.
 

cd ~/.wine-imp/drive_c/GOG Games/Imperialism
mv winmm.dll _inmm.dll
grep -iarl --exclude _inmm.dll winmm.dll . | xargs sed -bi 's/winmm.dll/_inmm.dll/gI'
WINEPREFIX=~/.wine-imp wine Imperialism.exe

Comments

Comments Disabled

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