Linux Version not working?

Questions, answers and issues regarding releases.
Post Reply
Agnishom
Posts: 2
Joined: Tue Apr 15, 2014 3:16 am

Linux Version not working?

Post by Agnishom »

Hello

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
pool_at_rain
Posts: 1
Joined: Sat May 17, 2014 2:12 pm

Re: Linux Version not working?

Post by pool_at_rain »

Hi,

I've the same problem on Xubuntu Trusty 14.04
Hello71
Posts: 6
Joined: Thu Jul 12, 2012 11:07 am

Re: Linux Version not working?

Post by Hello71 »

install ia32-libs
Post Reply