I run Ubuntu 13.10 Saucy Salamander (amd64)
When I attempt to run the game the following error shows up.
Code: Select all
chattopadhyay@chattopadhyayPC:~/Katawa Shoujo-linux-x86$ ./"Katawa Shoujo.sh"Traceback (most recent call last):
File "./Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/chattopadhyay/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
renpy.display.presplash.show(options.presplash)
File "/home/chattopadhyay/Katawa Shoujo-linux-x86/renpy/display/presplash.py", line 93, in show
pygame.display.init()
pygame.error: No available video device
Traceback (most recent call last):
File "./Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/chattopadhyay/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 242, in bootstrap
renpy.import_all()
File "/home/chattopadhyay/Katawa Shoujo-linux-x86/renpy/__init__.py", line 61, in import_all
import renpy.display.scale # Must be before module.
File "/home/chattopadhyay/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 0xf6fec44c>> ignored