Search Criteria
Package Details: katawa-shoujo-reengineered 2.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/katawa-shoujo-reengineered.git (read-only, click to copy) |
|---|---|
| Package Base: | katawa-shoujo-reengineered |
| Description: | A fan-made modernization of the classic visual novel |
| Upstream URL: | https://www.fhs.sh/projects |
| Licenses: | cc-by-nc-nd, MPL-2.0 |
| Submitter: | snit |
| Maintainer: | snit |
| Last Packager: | snit |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-05-13 20:57 (UTC) |
| Last Updated: | 2025-09-30 15:44 (UTC) |
Dependencies (2)
- python-pypresence (python-pypresence-gitAUR)
- renpyAUR (renpy-sdk-binAUR, renpy-sdk-launcherAUR, renpy-gitAUR)
Latest Comments
snit commented on 2024-08-23 01:45 (UTC) (edited on 2024-10-07 06:56 (UTC) by snit)
For future reference, what was the cause of the problem and the solution, if you know? I'm a bit new to package maintenance so I want to make sure it wasn't something that I did wrong.
EDIT: I ran into this issue myself; it was actually two separate issues. The former (file not found) was fixed in the PKGBUILD, and the latter (undefined symbol) I fixed by building
renpywithoutffmpeginstalled then reinstallingffmpeg. More details inrenpy's comments.ptpgamer commented on 2024-08-20 12:59 (UTC) (edited on 2024-08-21 15:06 (UTC) by ptpgamer)
Traceback (most recent call last): File "/usr/share/renpy/renpy/init.py", line 78, in <module> from renpy.vc_version import official, nightly, version_name, version ModuleNotFoundError: No module named 'renpy.vc_version'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/share/renpy/renpy/versions.py", line 101, in get_version for l in open(git_head, "r"): ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/renpy/renpy/../.git/HEAD' Traceback (most recent call last): File "/usr/share/renpy/renpy.py", line 304, in <module> main() File "/usr/share/renpy/renpy.py", line 300, in main renpy.bootstrap.bootstrap(renpy_base) File "/usr/share/renpy/renpy/bootstrap.py", line 321, in bootstrap renpy.import_all() File "/usr/share/renpy/renpy/init.py", line 518, in import_all import renpy.audio.audio File "/usr/share/renpy/renpy/audio/audio.py", line 45, in <module> import renpy.audio.renpysound as renpysound ImportError: /usr/lib/python3.12/site-packages/renpy/audio/renpysound.cpython-312-x86_64-linux-gnu.so: undefined symbol: swr_alloc_set_opts
game crash, hyprland
nvm, it worked