When I start the game, it flashes the splash screen, then immediately dies.
(In the past, the game worked just fine, so I suspect some new updates may have caused it.)
Versions:
SDL 1.2.14
pygame 1.9.1
Tested with Act1 v5 and v4.
It is only Katawa Shoujo, I can play other ren'py-based visual novels just fine.
The demos from ren'py 6.10.2 runs fine. (If I'm right that is the version KS modified.)
Terminal output:
Code: Select all
$ ./Katawa\ Shoujo\ Act\ 1.sh
Traceback (most recent call last):
File "./Katawa Shoujo Act 1.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/renpy/bootstrap.py", line 242, in bootstrap
renpy.import_all()
File "/home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/renpy/__init__.py", line 61, in import_all
import renpy.display.scale # Must be before module.
File "/home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/renpy/display/scale.py", line 31, in <module>
import _renpy_font
ImportError: /home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/lib/linux-x86/lib/python2.5/_renpy_font.so: undefined symbol: SDL_RWFromFile
Exception exceptions.AttributeError: "'NoneType' object has no attribute 'error'" in <bound method Popen.popen_del of <subprocess.Popen object at 0xf701efcc>> ignored
$ Traceback (most recent call last):
File "./Katawa Shoujo Act 1.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
renpy.display.presplash.show(options.presplash)
File "/home/dragonfi/opt/Katawa Shoujo Act 1 v5-linux-x86/renpy/display/presplash.py", line 101, in show
sys.stdout.flush()
IOError: [Errno 32] Broken pipe