-
-
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
System.MissingMethodException: Attempted to access a missing method. #46
Comments
This commit modifies the GaussianRandom class to use Math instead of MathF and MemoryMarshal.Cast instead of BitConverter. This allows the plugin to be compatible with trimmed ASF binaries that do not include those methods. This also improves the performance by reducing the number of calls to Fill(bytes) from 2 to 1. This fixes the issue #46 (#46) that was reported.
using latest Pre-Release |
I have fixed the issue in the dev branch. I am currently working on the issue #45 to improve the testing and release process of the plugin. Thank you for your patience and feedback. |
to me it crash asf can you help with that? |
well thats probably because this plugin hasn't been updated to support the newest version of ASF which is now on the .NET 8 platform so any plugins that don't support .net 8 are currently going to sit there and just crash ASF constantly. |
Hey all, The Make sure to update to version 1.5.1 for a smooth experience. Thanks for sticking around and for all the feedback that helped squash this bug.
|
Bug description
Errors when logging into accounts
To Reproduce
Steps to reproduce the behavior:
1.Installing plugin version 1.4.1
2.Running ASF and getting an error when logging into bot accounts (as shown on the screenshot)
Screenshots
Desktop :
OS: Windows 10
Browser chrome
Version 1.4.1
The text was updated successfully, but these errors were encountered: