You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
after a fresh install of both my OS and FFXIV, I get this error when enabling Aetherment.
13:04:11.126 | FTL | [Aetherment] System.TypeInitializationException: The type initializer for 'Aetherment.Native' threw an exception.
---> System.ArgumentNullException: Value cannot be null. (Parameter 'handle')
at System.ArgumentNullException.Throw(String paramName)
at System.Runtime.InteropServices.NativeLibrary.GetExport(IntPtr handle, String name)
at Aetherment.Native..cctor()
--- End of inner exception stack trace ---
at Aetherment.Aetherment..ctor()
duplicate of #4, Aetherment currently doesn't work on linux out of the box. You can try the following steps:
Aetherment fails to install on Linux. This is caused by a library (bcryptprimitives.dll) XIVLauncher.Core doesn't seem to include in its wineprefix. To resolve this issue:
Make sure wine is installed on your system (tested with wine-9.14)
Open a terminal
Enter the following command wine ""; cp "$HOME/.wine/drive_c/windows/system32/bcryptprimitives.dll" "$HOME/.xlcore/wineprefix/drive_c/windows/system32/bcryptprimitives.dll"
A better solution is being looked into.
It worked for me during testing but didn't for others so your milage may vary.
Hi,
after a fresh install of both my OS and FFXIV, I get this error when enabling Aetherment.
I'm running
Fedora Silverblue 41
Aetherment 0.1.17.0
Release branch of Dalamud (2024.12.07.0000.0000)
I tried removing/reinstalling the plugin, deleting my .xlcore folder and reinstalling everything, same result.
Am I missing a dependency or something?
The text was updated successfully, but these errors were encountered: