I'm able to run KS with RenPy, pygame, and python 2.6 that are installed on my system, HOWEVER the libraries included with the game for some reason do not execute right.
Whenever I try running the shell script I get the following output
Code: Select all
Traceback (most recent call last):
File "./Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/thomas/Games/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
renpy.display.presplash.show(options.presplash)
File "/home/thomas/Games/Katawa Shoujo-linux-x86/renpy/display/presplash.py", line 93, in show
pygame.display.init()
pygame.error: No available video device
As stated, I can personally run the game, but I know when I first started linux I was mad whenever I couldn't find the solution to an issue easily so I'm hoping someone here can help me out and figure out why pygame isn't finding a video device.
Thanks for your time.