Indeed, as someone in IRC said: "glibc upgrades broke everything"
ActualLizard on Discord was able to look into it a bit more, and it's indeed caused by changes to glibc relating to the not making the stack executable by default (or something like that). See this issue: https://github.com/MonoMod/MonoMod/issues/198
A fix was pushed out, and Harmony updated its dependency. Harmony being the library that allows Vintage Story mods to patch the game code and each other. Updating just the dependency by hand isn't working, so I think we'll just have to wait for a game update from the Vintage Story team. (Mods that don't use Harmony are fine.)
Pinned Comments
copygirl commented on 2025-01-26 10:53 (UTC) (edited on 2025-01-26 12:04 (UTC) by copygirl)
Please note that you can flag the package out-of-date and I'll get a notification just the same as when you comment here. I'll always be sure to check for the latest version and update things accordingly. Use the comments to report issues or fixes regarding the package.
Typically I update the package within a day or so. If you don't want to wait, you can easily update the
PKGBUILD
yourself: In the case of a regular release, just update the_pkgver
field and replace the firstmd5sums
value withSKIP
, before runningmakepkg -Csi
or when your AUR helper asks you if you want to make changes before proceeding with the build / install.