Skip to content
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

MissingMethodException #12

Closed
Nuklon opened this issue Oct 19, 2023 · 4 comments
Closed

MissingMethodException #12

Nuklon opened this issue Oct 19, 2023 · 4 comments

Comments

@Nuklon
Copy link

Nuklon commented Oct 19, 2023

I'm using latest ASF-win-x64.zip. What's needed for this to start?

2023-10-19 09:40:37|ArchiSteamFarm-3292|FATAL|ASF|OnUnhandledException() System.MissingMethodException: Attempted to access a missing method.
   at FreePackages.PackageQueue.ProcessQueue()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine&)
   at FreePackages.PackageQueue.ProcessQueue()
   at FreePackages.PackageQueue.<.ctor>b__9_0(Object e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
@woctezuma
Copy link

woctezuma commented Oct 19, 2023

I'm using latest ASF-win-x64.zip.

Note
This plugin is only tested to work with ASF-generic. It may or may not work with other ASF variants.

Reference: https://github.com/Citrinate/FreePackages/blob/main/README.md#installation

@Citrinate
Copy link
Owner

I'll look into this then. This does look like an issue with using a non-generic version, but I'm willing to fix those issues as they arise.

Citrinate added a commit that referenced this issue Oct 19, 2023
@Citrinate
Copy link
Owner

I was able to reproduce and fix this crash on the latest version of ASF-linux-x64. I tested just enough to make sure all of the basic features work. You can test the changes here: FreePackages.zip

@Nuklon
Copy link
Author

Nuklon commented Oct 20, 2023

[10:35:05] INFO 00 > OnBotInitModules() Enable Free Packages : True

Seems to work fine now 🥳 Thanks @Citrinate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants