Package: brutalchess
Version: 0.5.2+dfsg-1
Severity: grave
--- Please enter the report below this line. ---
there's no font in menu.. so it can't be used
see this screenshot:
http://img223.imageshack.us/img223/1581/brutalchessnofontmenucn0.png
if you launch brutalchess you get this list of errors:
Failed to load fonts. <----
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
Failed to load pawn.
this errors are issued by gamecore.cpp source file..
search paths are:
if(FontLoader::loadFont("sans", "../fonts/ZEROES__.TTF", 32)) {
// add debugging
} else if(FontLoader::loadFont("sans", FONTS_DIR +
string("ZEROES__.TTF"), 32)) {
// add debugging
} else {
cerr << "Failed to load fonts." << endl;
return false;
}
as you see the search path is "../fonts/ZEROES__.TTF"
i've downloaded the source code from the project homepage and placed
fonts directory (was missing) into: /usr/share/brutalchess/brutalchess/
then i created symbolic links to the 3 directory: "art, models, fonts"
into /usr/share/brutalchess/
then if move to the /usr/share/brutalchess/brutalchess/ directory the
game works as it should..
now i moved /usr/games/brutalchess to /usr/games/brutalchess.real and
written a little script to launch it:
#!/bin/sh
GAME_DIR=/usr/share/brutalchess/brutalchess/
cd $GAME_DIR
/usr/games/brutalchess.real $*
and placed it on /usr/games/brutalchess
there's another little strange things:
i have the same files both into /usr/share/games/brutalchess/ and
/usr/share/brutalchess/brutalchess/ (and they are not link).
games should be all into /usr/share/games/brutalchess/, it should have
fonts and it should search into the correct path..
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.23-1-686-bigmem
Debian Release: lenny/sid
500 unstable packages.kirya.net
500 testing security.debian.org
500 testing mi.mirror.garr.it
500 testing ftp.it.debian.org
500 testing debian-multimedia.org
--- Package information. ---
Depends (Version) | Installed
======================================-+-================
libc6 (>= 2.7-1) | 2.7-6
libfreetype6 (>= 2.3.5) | 2.3.5-1+b1
libgcc1 (>= 1:4.1.1-21) | 1:4.3-20080202-1
libgl1-mesa-glx | 7.0.2-4
OR libgl1 |
libglu1-mesa | 7.0.2-4
OR libglu1 |
libice6 (>= 1:1.0.0) | 2:1.0.4-1
libsdl-image1.2 (>= 1.2.5) | 1.2.6-3
libsdl1.2debian (>= 1.2.10-1) | 1.2.13-2
libsm6 | 2:1.0.3-1+b1
libstdc++6 (>= 4.2.1-4) | 4.3-20080202-1
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
libxi6 | 2:1.1.3-1
libxmu6 | 2:1.0.4-1
libxt6 | 1:1.0.5-3
ttf-dejavu | 2.23-1
OR ttf-bitstream-vera | 1.10-7
zlib1g | 1:1.2.3.3.dfsg-11
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]