You are not logged in.

#1 2018-05-12 05:02:48

gentoofag
Member
Registered: 2018-05-09
Posts: 38

[SOLVED] renpy and katawa shoujo

I got a error when running renpy/ katawa-shoujo

[root@mikuarch renpy]# renpy
Traceback (most recent call last):
  File "/usr/share/renpy/renpy.py", line 199, in <module>
    main()
  File "/usr/share/renpy/renpy.py", line 196, in main
    renpy.bootstrap.bootstrap(renpy_base)
  File "/usr/share/renpy/renpy/bootstrap.py", line 281, in bootstrap
    renpy.import_all()
  File "/usr/share/renpy/renpy/__init__.py", line 463, in import_all
    import renpy.audio.audio
  File "/usr/share/renpy/renpy/audio/audio.py", line 42, in <module>
    import renpy.audio.renpysound as renpysound
ImportError: libswscale.so.5: cannot open shared object file: No such file or directory
[root@mikuarch renpy]# katawa-shoujo 
Traceback (most recent call last):
  File "/usr/share/renpy/renpy.py", line 199, in <module>
    main()
  File "/usr/share/renpy/renpy.py", line 196, in main
    renpy.bootstrap.bootstrap(renpy_base)
  File "/usr/share/renpy/renpy/bootstrap.py", line 281, in bootstrap
    renpy.import_all()
  File "/usr/share/renpy/renpy/__init__.py", line 463, in import_all
    import renpy.audio.audio
  File "/usr/share/renpy/renpy/audio/audio.py", line 42, in <module>
    import renpy.audio.renpysound as renpysound
ImportError: libswscale.so.5: cannot open shared object file: No such file or directory

Last edited by gentoofag (2018-05-12 20:39:47)

Offline

#2 2018-05-12 05:13:27

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] renpy and katawa shoujo

Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-05-12 08:57:27

Omar007
Member
Registered: 2015-04-09
Posts: 368

Re: [SOLVED] renpy and katawa shoujo

gentoofag wrote:

[root@mikuarch renpy]# renpy

D:

On topic, the file that the error is referencing (libswscale.so.5) should be provided by ffmpeg. What is the output for `pacman -Qkk ffmpeg`?

EDIT: actually, that .so version is only provided by ffmpeg 4.0 which is still in the testing repository. The version provided by ffmpeg 3.4 in the extra repo is libswscale.so.4
Unless you're using the testing repositories, that is why it's failing to find the file.

Last edited by Omar007 (2018-05-12 09:03:57)

Offline

#4 2018-05-12 20:39:05

gentoofag
Member
Registered: 2018-05-09
Posts: 38

Re: [SOLVED] renpy and katawa shoujo

Thanks for the advice. Got it working on testing,

Offline

#5 2018-05-13 01:06:46

Omar007
Member
Registered: 2015-04-09
Posts: 368

Re: [SOLVED] renpy and katawa shoujo

For the record, as of 2018-05-12 at 12:34:26 UTC, ffmpeg 4.0 has entered the extra repository so there should be no need to use the testing repository (anymore).

Last edited by Omar007 (2018-05-13 01:08:43)

Offline

Board footer

Powered by FluxBB