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

6.1 build crashes with ASF-win-x64 #27

Closed
Nuklon opened this issue Nov 27, 2024 · 1 comment
Closed

6.1 build crashes with ASF-win-x64 #27

Nuklon opened this issue Nov 27, 2024 · 1 comment

Comments

@Nuklon
Copy link

Nuklon commented Nov 27, 2024

6.0 and before always worked fine with the win-x64 build, but now it seems the generic ASF is required. It crashes with this:

Application: ArchiSteamFarm.exe
CoreCLR Version: 9.0.24.52809
.NET Version: 9.0.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException: Attempted to access a missing method.
   at BoosterManager.StatusReporter.Report(Bot reportingBot, String report, Boolean suppressDuplicateMessages, Boolean log)
   at BoosterManager.BoosterJob.OnBoosterInfosUpdated(Dictionary`2 boosterInfos)
   at BoosterManager.BoosterQueue.UpdateBoosterInfos()
   at BoosterManager.BoosterQueue.Run()
   at BoosterManager.BoosterQueue.<.ctor>b__22_0(Object e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()

or

Application: ArchiSteamFarm.exe
CoreCLR Version: 9.0.24.52809
.NET Version: 9.0.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException: Attempted to access a missing method.
   at BoosterManager.BoosterDatabase.SetLastCraft(UInt32 appID, DateTime craftTime)
   at BoosterManager.Booster.SetWasCrafted()
   at BoosterManager.BoosterQueue.<>c__DisplayClass33_0.<VerifyCraftBoosterError>g__handler|0(Dictionary`2 boosterInfos)
   at BoosterManager.BoosterQueue.UpdateBoosterInfos()
   at BoosterManager.BoosterQueue.Run()
   at BoosterManager.BoosterQueue.<.ctor>b__22_0(Object e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Citrinate added a commit that referenced this issue Nov 27, 2024
@Citrinate
Copy link
Owner

These crashes should be fixed now in V2.10.2.1

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

2 participants