Package Details: wrye-bash 313-1

Git Clone URL: https://aur.archlinux.org/wrye-bash.git (read-only, click to copy)
Package Base: wrye-bash
Description: A swiss army knife for modding Bethesda games
Upstream URL: https://github.com/wrye-bash/wrye-bash
Keywords: fallout manager mod skyrim
Licenses: GPL3
Submitter: Infernio
Maintainer: Infernio
Last Packager: Infernio
Votes: 3
Popularity: 0.21
First Submitted: 2024-01-07 16:03 (UTC)
Last Updated: 2024-12-21 01:07 (UTC)

Dependencies (17)

Required by (0)

Sources (5)

Latest Comments

blackspart commented on 2025-02-06 23:39 (UTC)

I have an error when building a bashed patch :

patcher_dialog.py  312 _error: Exception during Bashed Patch building:
Traceback (most recent call last):
  File "/opt/wrye-bash/bash/basher/patcher_dialog.py", line 260, in PatchExecute
    wrye_text.genHtml(temp_readme, None, docsDir)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/wrye-bash/bash/wrye_text.py", line 388, in genHtml
    raise exception.BoltError(f'Css file not found: {cssName}')
bash.exception.BoltError: Css file not found: wtxt_sand_small.css

If I understand the PKGBUILD correctly, it seemms that this package build tries to move the "Mopy/Docs" folder of the downloaded archive to a standard Linux path, but all Python functions using this folder have not been patched to use the new path.

KatStuffs commented on 2024-09-22 05:51 (UTC)

if you are using this to install mod archives, you may need to set the resulting /opt/wrye-bash dir to your own user (instead of root) so that it can build the necessary files

sudo chown user -R /opt/wrye-bash

this isn't needed if just using this for bashed patching and other plugin management

RawEnchilada commented on 2024-02-08 20:17 (UTC)

Thank you so much! It makes modding so easy.