WineHQ
Category: Main Games Strategy Games Black & White Creature Isle (1.4)

Black & White

The Creature Isle Expansion Pack

Application Details:

Version: Creature Isle (1.4)
License: Retail
URL: http://www.lionhead.com/bw/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.3.15

Maintainers: About Maintainership

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

Note: these results are obtained using a patched build of Wine as described in the howto.

  • Everything.

What does not

Note: these results are obtained using a patched build of Wine as described in the howto.

  • Nothing.

Workarounds

What was not tested

Note: these results are obtained using a patched build of Wine as described in the howto.

  • Nothing.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentGentoo Linux x86_64Mar 10 20111.3.15Yes Yes GoldRemco Zoet 
ShowGentoo Linux x86_64Dec 08 20101.3.6Yes Yes SilverRemco Zoet 
ShowGentoo Linux x86_64Mar 20 20091.1.16Yes No GarbageJonathan Rosen 
ShowUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Aug 23 20081.1.3Yes Yes BronzeJasmine Iwanek 

Known Bugs

Bug # Description Status Resolution Other apps affected
34166 Fullscreen flickering on Mac RESOLVED NOTOURBUG View

Show all bugs

HowTo / Notes

HOWTO

To run Black & White (and Creature Isle) without being affected by bug 14939 (texture bug) and bug 15984 (crash bug), you have to run a version of Wine patched with the DXTn to ARGB texture conversion patch, blitting patch and the button click patch. To install this patched version of Wine, copy and paste the following commands into a terminal:

mkdir ~/src
cd ~/src
git clone git://source.winehq.org/git/wine.git ~/src/wine
cd ~/src/wine
wget -O wine-dxt13-to-argb4444-xrgb1555-conversion.patch http://bugs2.winehq.org/attachment.cgi?id=34559
wget -O wine-dderr.patch http://bugs2.winehq.org/attachment.cgi?id=33563
patch -p1 < wine-dxt13-to-argb4444-xrgb1555-conversion.patch
patch -p1 < wine-dderr.patch
Check http://wiki.winehq.org/Recommended_Packages to make sure you get all necessary packages, or if you encounter trouble compiling. Then copy and paste the next set of commands:
./configure --prefix=/usr
make depend
make
sudo make install

With these three patches, Black & White is fully and perfectly playable through Wine.  If you encounter trouble patching, try looking at the bug threads for an updated patch (they are attended to more frequently than this Howto).

Set wine version to win98 for best results.

For 64 bit wine go to wiki.winehq.org/Wine64.

Intro Stall/No In Game Sound

A picture posted of the intro with the Man and Woman kissing and little kid looking bored is the point at which a stall may occur.  Settings for Audio need to be changed from hardware acceleration to emulation at this point.  You can track the bug at http://bugs.winehq.org/show_bug.cgi?id=12651.

Comments

Back