Page 1 of 1

[SOLVED] Error: Couldn't load male player spriteset!

Posted: 16 Nov 2006, 16:35
by TonySP
Hi,
i have compiled the game, with all the dependencies, but when i run i get this error:
Error: Couldn't load male player spriteset!
But when i look at /usr/share/tmw/data/graphics/sprites/ i found the file player_male_base.png and player_male_base.xml...
Any ideas?
I'm using Slackware 11, XFce4, kernel 2.6.18.1, gcc 3.4.6
My configure uses --prefix=/usr --sysconfdir=/etc --with-opengl
thx

Posted: 16 Nov 2006, 16:52
by ElvenProgrammer
Be sure your physfs version is the required one

Posted: 17 Nov 2006, 16:41
by TonySP
Thx,
Its that... i was using physfs-1.1.0 (i think that the newest its better!) but when i downgrade to physfs-1.0.1 the game runs...

Posted: 18 Nov 2006, 16:53
by Bjørn
TonySP wrote:Thx,
Its that... i was using physfs-1.1.0 (i think that the newest its better!) but when i downgrade to physfs-1.0.1 the game runs...
1.1.0 isn't necessarily better. It's the development release (unstable), and unfortunately there is a bug in it which prevents TMW to work with it.