2007-10-03 15:35:10 UTC
Pangzero-1.3 runs but alas it doesn't show any picture:
ubuntu gutsy , x86 arch , perl_sdl 2.1.3 downloaded from :
http://search.cpan.org/dist/SDL_Perl/
when I type pangzero (/usr/local/bin/pangzero) it displays this:
Can't locate loadable object for module SDL_perl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/lib/perl/5.8.8/SDL.pm line 13
Compilation failed in require at /usr/local/lib/perl/5.8.8/SDL.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.8/SDL.pm line 13.
Compilation failed in require at /usr/local/bin/pangzero line 72.
BEGIN failed--compilation aborted at /usr/local/bin/pangzero line 72.
Eventually I thought I had to export some libs maybe.... and I did this:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/perl/5.8.8/auto/src/SDL_perl/
and again I try to run pangzero. The output this time is :
Can't locate loadable object for module SDL_perl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/lib/perl/5.8.8/SDL.pm line 13
Compilation failed in require at /usr/local/lib/perl/5.8.8/SDL.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.8/SDL.pm line 13.
Compilation failed in require at /usr/local/bin/pangzero line 72.
BEGIN failed--compilation aborted at /usr/local/bin/pangzero line 72.
So I export : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/perl/5.8.8/auto/src/SDL/SFont
now pangzero starts with a completely black screen and its sweet music , it detects the gamepad and i pump some buttons and hear that I am in a gameplay ... still no picture :(
the console output after the "successful" start of pangzero is :
$ pangzero
Data directory is at '/usr/local/share/pangzero'
800 x 512 => 1.562 (score 37)
840 x 525 => 1.600 (score 40)
Found joystick 1: Logitech Logitech Dual Action
Joystick opened, 12 buttons.
Segmentation fault
$
Could you please give me some clues how to cope with that situation :)