Hello, I've been trying to get ACT for FFXIV working for some time now and keep getting an error message:
FFXIV Plugin Startup Failed. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
at System.Security.Cryptography.MD5.Create()
at FFXIV_ACT_Plugin.Logfile.LogOutput.u_65535(String text)
at FFXIV_ACT_Plugin.Logfile.LogOutput.WriteLine(LogMessageType messageType, DateTime ServerDate, String line)
at lambda_method(Closure , ILifetime )
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at Microsoft.MinIoC.Container.GetService(Type type)
at Microsoft.MinIoC.ContainerExtensions.Resolve[T](IScope scope)
at FFXIV_ACT_Plugin.FFXIV_ACT_Plugin.InitPlugin(TabPage pluginScreenSpace, Label pluginStatusText)
I've tried to google it but can't seem to find this error anywhere else. Any help would be much appreciated
Comments