-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TesModManager fail to call AddHostEvidence. #46
Comments
The issue is actually in Mono upstream. Opened a report on upstream |
Linking upstream issue here: mono/mono#20840 |
It seems like this got stalled upstream, would you like me to review it for wine-mono? |
@madewokherd if you want as a temporary measure, I was planning to resend it after the CI changes complete. It should overal easy to revert it in case |
Thanks, I've pushed your changes. I'll keep an eye on the PR in case something different gets accepted upstream. |
The change is in Wine Mono 6.1.1 / Wine 6.6. |
Type: System.MissingMethodException
Error message: Method not found: void System.Security.Policy.Evidence.AddHostEvidence<!0>(!!0)
Stack trace: at (wrapper remoting-invoke-with-check) OblivionModManager.MainForm..ctor()
at OblivionModManager.Program.Main (System.String[] args) [0x001d3] in <1db7edf1feeb4790a6635f143f44746a>:0
However AddHostEvidence is present in mono sourcecode.
The text was updated successfully, but these errors were encountered: