Error on Linux x86_64

Questions, answers and issues regarding releases.
Post Reply
GeorgeThePotato
Posts: 1
Joined: Thu Apr 03, 2014 9:19 am

Error on Linux x86_64

Post 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?
Agnishom
Posts: 2
Joined: Tue Apr 15, 2014 3:16 am

Re: Error on Linux x86_64

Post by Agnishom »

Try this first:

Code: Select all

sudo apt-get install python-pygame
androios
Posts: 8
Joined: Wed Jan 29, 2014 6:50 am

Re: Error on Linux x86_64

Post 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 :)
Hello71
Posts: 6
Joined: Thu Jul 12, 2012 11:07 am

Re: Error on Linux x86_64

Post by Hello71 »

Code: Select all

$ uname -a
$ ldd lib/linux-iliad/python.real
$ ldd lib/linux-x86/python.real
User avatar
PyTom
Programming/Tech
Posts: 86
Joined: Mon Apr 23, 2007 10:51 pm

Re: Error on Linux x86_64

Post by PyTom »

Here are some instructions on how to get KS running on Ubuntu 14.04.

http://lemmasoft.renai.us/forums/viewto ... 03#p338903
Ren'Py Creator - KS Forum Host
androios
Posts: 8
Joined: Wed Jan 29, 2014 6:50 am

Re: Error on Linux x86_64

Post by androios »

That worked, thanks a lot!
Post Reply