1
vote

Running Pinta v1.7 on Manjaro Linux, kernel v 5.12.9-1

Whenever I try to sync the add-in repo's, or add a repo, I get this error;

Exception occurred: Could not load type of field 'System.Net.HttpWebRequest:tlsProvider' (49) due to: Could not load file or assembly 'Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

System.TypeLoadException: Could not load type of field 'System.Net.HttpWebRequest:tlsProvider' (49) due to: Could not load file or assembly 'Mono.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. at Mono.Addins.Setup.AddinStore.DownloadObject (Mono.Addins.IProgressMonitor monitor, System.String url, System.Type type) [0x00002] in <66926db7724b4a15977d262512f6cfe2>:0 at Mono.Addins.Setup.RepositoryRegistry.UpdateRepository (Mono.Addins.IProgressMonitor monitor, System.Uri baseUri, Mono.Addins.Setup.RepositoryRecord rr) [0x0003a] in <66926db7724b4a15977d262512f6cfe2>:0

I've been able to find almost no info about this, other than one post from 2016 which points to Mono.security being the issue. That post also claims that Mono.security is no longer part of the base Mono package. Any ideas on how I could fix this?

asked 2 years ago
lecanucklehead
None