Can't Run .sh in Trisquel Linux?
Posted: Tue Sep 30, 2014 11:57 pm
I have Trisquel GNU/Linux (Based on Ubuntu 14.04), with Ren'py 6.15.7.
Every time I or bash it, I get this error:
Does anyone know what the problem is...?
Thank you, in advance!
Every time I
Code: Select all
./Katawa\ Shojo.sh
Code: Select all
jade@Pandora:~/Katawa Shoujo-linux-x86$ ./Katawa\ Shoujo.py
Traceback (most recent call last):
File "./Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/jadon/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
renpy.display.presplash.show(options.presplash)
File "/home/jadon/Katawa Shoujo-linux-x86/renpy/display/presplash.py", line 95, in show
img = pygame.image.load(fn, fn)
pygame.error: File is not a Windows BMP file
Traceback (most recent call last):
File "./Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/jadon/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 242, in bootstrap
renpy.import_all()
File "/home/jadon/Katawa Shoujo-linux-x86/renpy/__init__.py", line 61, in import_all
import renpy.display.scale # Must be before module.
File "/home/jadon/Katawa Shoujo-linux-x86/renpy/display/scale.py", line 31, in <module>
import _renpy_font
ImportError: libz.so.1: cannot open shared object file: No such file or directory
Exception exceptions.AttributeError: "'NoneType' object has no attribute 'error'" in <bound method Popen.popen_del of <subprocess.Popen object at 0xf713a4ac>> ignored
Thank you, in advance!