silentrald

Results 97 comments of silentrald

@Bokai-Bi You can still create a downgraded version without having the steam one installed. Updating steam files, like the appmanifest, can break your steam install which can lead you to...

Can you post your logs. ![image](https://github.com/user-attachments/assets/24aad976-c4d9-4478-af0e-4bc6fd4fcaf0) Can you also add some more context of the problem such as your system specs.

@Crul0 There's only 1 unexpected error in the logs but other than that, I don't see anything inherently wrong in the logs 🤔. Although here are some few suggestion that...

Yeah, seems that there are permission problems when reading some files/folders. Should be a good workaround to run BSM as admin for now.

Hi @Superproplays3622, what version are you using? If you're using 1.4.8 can you try downloading the pre-release version, you can download it here https://github.com/Zagrios/bs-manager/releases/tag/v1.5.0-alpha.3

@Martmists-GH could you check if you cpuld pull the `bs-manager-git` manually and just manually call the pkgbuild if that would work.

@Martmists-GH See the commands below ``` git clone https://aur.archlinux.org/bs-manager-git.git cd bs-manager-git makepkg -si ```

@XeonAbove I suspect this to be an incorrect node version. Case when you install it normally using the indicated node version 22.11.0, it builds fine, but when its getting installed...

@Martmists-GH @XeonAbove AUR issue has been fixed. You can now install `bs-manager-git` with paru/yay. Issue was that it was using your system `npm` instead of the locally installed one. @Martmists-GH...