Katherine

Results 45 comments of Katherine

https://github.com/VazkiiMods/Psi/issues/803#issuecomment-1958446106: > Psi for 1.19 will only run on 1.19.2, not 1.19.3 or 1.19.4. It seems the versions are marked incorrectly on CurseForge / Modrinth.

Psi for 1.19 will only run on 1.19.2, not 1.19.3 or 1.19.4. It seems the versions are marked incorrectly on CurseForge / Modrinth.

This was an issue fixed in the 1.19 version of Psi. You can work around this by disabling Psi's shaders in the mod's client config. (`useShaders = false`)

@jafd I don't believe that's related to this issue, as what I experienced was an error within XNU, not with KVM itself. I saw you made a comment on the...

Revision: It's possible that the relevant partition being encrypted was due to enabling "Device encryption" within Windows 10 Mobile. I do recall, however, that every time I attempted to enable...

If I'm thinking of the right thing, you can bypass Gatekeeper on a per-app(/binary) basis via the "Open Anyway" button under System Preferences > "Security & Security" that appears after...

Maybe also of note, Homebrew has a `--no-quarantine` flag when installing a cask that automatically removes the quarantine attribute from the installed app. Although it's been said that the Homebrew...

> [rhullah](https://github.com/packwiz/packwiz/issues/82#issuecomment-1404035551): Is there still no way to specify a `side` for assets w/in the packwiz folder? You can do this by creating a `.pw.toml` in the appropriate directory, pointing...

> I have successfully made the installer work by disabling the Security Manager in the code. What did you do to manage that? I tried setting prograde to grant all...

If it helps, the dev of Enigmatic Legacy fixed the same issue on their end in their 1.19.2 branch: https://github.com/Aizistral-Studios/Enigmatic-Legacy/commit/857aa211318873180761aaa01a132a43cb0ac36e I (hackily) cherry-picked that commit into its 1.18.X branch, and...