Something wrong with Linux libraries?
Posted: Thu Mar 15, 2012 10:12 am
Hi. I'm someone who enjoys playing this game, and I do so on linux. I used to play on Xubuntu but for unrelated reasons I've changed my distribution to Ubuntu10.04.
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
Googling around produces no results. I upgraded my video driver just for kicks and nothing changed. I'm wondering if anything has changed since I downloaded the game 2 months ago, because it worked like a charm before, but now I can't seem to run it with the developers own packages.
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.
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.