Page 1 of 1

Error on Linux x86_64

Posted: Thu Apr 03, 2014 9:29 am
by GeorgeThePotato
I'm running Linux and I can't get the game to start.

I've already set python2 as the default python, and the command I used to extract the game was:
tar -xjvpf \[4ls\]_katawa_shoujo_1.1-\[linux-x86\]\[B5C707D5\].tar.bz2
X to extract
J for Bzip2 compression
V so I could see progress
P so all the executable files would be appropriately marked
F for the fiename
I know the file was intact because I used the bittorrent link.

When I run Katawa Shoujo.sh, I get:

Code: Select all

/media/truecrypt16/Katawa Shoujo-linux-x86/lib/python: line 23: /media/truecrypt16/Katawa Shoujo-linux-x86/lib/linux-x86/python.real: No such file or directory
/media/truecrypt16/Katawa Shoujo-linux-x86/lib/python: line 23: /media/truecrypt16/Katawa Shoujo-linux-x86/lib/linux-iliad/python.real: No such file or directory
Could not find a python that runs on your platform. Sorry.
If I run the python file directly, I get:

Code: Select all

Traceback (most recent call last):
  File "Katawa Shoujo.py", line 132, in <module>
    renpy.bootstrap.bootstrap(renpy_base)
  File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
    renpy.display.presplash.show(options.presplash)
  File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/display/presplash.py", line 80, in show
    import pygame.display
ImportError: No module named pygame.display
Traceback (most recent call last):
  File "Katawa Shoujo.py", line 132, in <module>
    renpy.bootstrap.bootstrap(renpy_base)
  File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 242, in bootstrap
    renpy.import_all()
  File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/__init__.py", line 60, in import_all
    import renpy.display.pgrender
  File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/display/pgrender.py", line 24, in <module>
    import pygame
ImportError: No module named pygame
Exception TypeError: "poll() got an unexpected keyword argument '_deadstate'" in <bound method Popen.popen_del of <subprocess.Popen object at 0x1bb1910>> ignored
Can anyone help me?

Re: Error on Linux x86_64

Posted: Tue Apr 15, 2014 3:22 am
by Agnishom
Try this first:

Code: Select all

sudo apt-get install python-pygame

Re: Error on Linux x86_64

Posted: Fri May 02, 2014 6:59 am
by androios
I have the same problem:

Code: Select all

./lib/python: 23: ./lib/python: /home/andrzej/Pulpit/Andrzej/KS/lib/linux-x86/python.real: not found
./lib/python: 23: ./lib/python: /home/andrzej/Pulpit/Andrzej/KS/lib/linux-iliad/python.real: not found
Could not find a python that runs on your platform. Sorry.
Tried installing pygame and renpy, still doesn't work. My system is Ubuntu 14.04 amd64. Thanks in advance for help :)

Re: Error on Linux x86_64

Posted: Fri Jun 06, 2014 11:06 am
by Hello71

Code: Select all

$ uname -a
$ ldd lib/linux-iliad/python.real
$ ldd lib/linux-x86/python.real

Re: Error on Linux x86_64

Posted: Wed Sep 10, 2014 8:11 pm
by PyTom
Here are some instructions on how to get KS running on Ubuntu 14.04.

http://lemmasoft.renai.us/forums/viewto ... 03#p338903

Re: Error on Linux x86_64

Posted: Sat Sep 20, 2014 3:26 pm
by androios
That worked, thanks a lot!