Issues with librsvg-2-2.dll on Windows 11

Sigh. Your operating system knows what library can’t be found, but it doesn’t tell you, it’s very frustrating. What you could try is to do

using DependencyWalker
using Luxor # this will fail, it's fine, it's what we want

Library("/path/to/librsvg...") # put here the actual path

Hopefully this will print what library can’t be found.

Side note, please don’t post screenshot, they’re hard to read and readers can’t copy-past code, see Please read: make it easier to help you.