WineHQ
Black & White Creature Isle (1.4)



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


NameBlack & White
VersionCreature Isle (1.4)
License Retail
URLhttp://www.lionhead.com/bw/
Votes  
RatingGold
Wine Version1.3.15
Maintainers of this version:
Description
The Creature Isle Expansion Pack
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works

Installing the game

mouse clicks :-)

basic play - i did the first part of the tutorial


What does not
Nothing


What was not tested
anything other than the tutorial


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowGentoo Linux AMD64Mar 10 20111.3.15 Yes Yes Gold Remco Zoet 
ShowGentoo Linux AMD64Dec 08 20101.3.6 Yes Yes Silver Remco Zoet 
ShowGentoo Linux AMD64Mar 20 20091.1.16 Yes No Garbage Jonathan Rosen 
CurrentUbuntu 8.04 "Hardy" (+ variants like Kubuntu)Aug 23 20081.1.3 Yes Yes Bronze Jasmine Iwanek 


Known bugs
Bug # Description Status Resolution Other apps affected
14939 Black & White: DXTC to ARGB converter not implemented NEW View

 
HOWTO

To run Black & White (and Creature Isle) without being affected by bug 14939 (texture bug), bug 15984 (crash bug) and bug 25417 (mouse 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-button-click.patch http://bugs2.winehq.org/attachment.cgi?id=35234
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-button-click.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.


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.


by Damian Ivanov on Friday August 19th 2011, 8:48
I made a wine package for openSUSE 11.3, 11.4, Factory and Tumbleweed including
the 3 patches for Black and White (Bugs: bug 14939 (texture bug), bug 15984
(crash bug) and bug 25417 (mouse bug)).
build.opensuse.org/package/show?package=wine&project=home%3Adamianator
the source and .rpm's at
download.opensuse.org/repositories/home:/damianator/
Fixes also bugs: 6955, 20395, 17423, 20296, 16831 and more

Cheers,
Damian

[post new] [reply to this]




   << Back

Page loaded in 0.10047 seconds.