-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incompatibility of plugin version 1.4.0 with ASF 5.4.12.5 #43
Comments
Thank you for reporting this issue. 👍 About the errorI have acknowledged the issue and found out that it is related to the trimming of the ASF binary, which removes some methods that are not used by the main program. Solutions
Thank you for your patience and understanding. Have a nice day! 😊 |
The Lazy<T> constructor that takes a value parameter is trimmed in the official ASF binary, which causes a System.MissingMethodException when the plugin tries to access it. This commit fixes this issue by using a static lambda expression that returns the default cancellation token instead. This commit closes #43.
issue should be resolved with latest release https://github.com/maxisoft/ASFFreeGames/releases/tag/v1.4.1. |
Error Description
Problem with launching the latest version of the plugin
To Reproduce
Steps to reproduce the behavior:
1.Installing plugin version 1.4.0
2.Running ASF and getting an error that indicates that all other plugins are not working(of course, when you remove the plugin all starts to work fine).
Expected behavior
Running the programme with all plug-ins
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: