Can't Run .sh in Trisquel Linux?

Questions, answers and issues regarding releases.
Post Reply
jadedshojo
Posts: 1
Joined: Tue Sep 30, 2014 11:48 pm

Can't Run .sh in Trisquel Linux?

Post by jadedshojo »

I have Trisquel GNU/Linux (Based on Ubuntu 14.04), with Ren'py 6.15.7.
Every time I

Code: Select all

./Katawa\ Shojo.sh
or bash it, I get this error:

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
Does anyone know what the problem is...?
Thank you, in advance!
User avatar
demonix
Posts: 355
Joined: Mon Feb 20, 2012 7:20 pm

Re: Can't Run .sh in Trisquel Linux?

Post by demonix »

http://ks.renai.us/viewtopic.php?f=45&t=9553

The link provided by PYTom in that thread might be able to help sort out your problems.
Post Reply