JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.28k stars 1.05k forks source link

stopped running #3324

Closed Vodeninja closed 3 weeks ago

Vodeninja commented 3 weeks ago

Checklist

ASF version

Latest stable release

ASF variant

generic (with latest .NET runtime)

Bug description

after overnight, it crashed and stopped starting on its own.

Expected behavior

the panel starts and works normally

Actual behavior

panel won't start

Steps to reproduce

launch the panel

Possible reason/solution

something has changed in the new version

Can you help us with this bug report?

No, I don't have time, skills or willings for any of that

Full log.txt recorded during reproducing the problem

2024-11-01 12:52:31|dotnet-1309534|INFO|ASF|InitCore() ArchiSteamFarm V6.0.8.7 (generic/4840e98a4b664f58a082c663c85ad8da | .NET 8.0.10; linux-x64; Ubuntu 22.04.3 LTS) in [/root/steam-panel]
2024-11-01 12:52:31|dotnet-1309534|INFO|ASF|InitCore() Copyright © 2015-2024 JustArchiNET
2024-11-01 12:52:31|dotnet-1309534|WARN|ASF|InitCore() You're attempting to run ASF as the administrator (root). This causes a significant security risk to your machine, and as ASF does not require root access for its operation, we recommend to run it as non-administrator user if possible.
2024-11-01 12:52:37|dotnet-1309534|INFO|ASF|InitPlugins() Initializing Plugins...
2024-11-01 12:52:37|dotnet-1309534|ERROR|ASF|InitPlugins() Failed due to error: ASFItemDropper, Version=0.3.7.0, Culture=neutral, PublicKeyToken=null
2024-11-01 12:52:37|dotnet-1309534|ERROR|ASF|InitPlugins() System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'ServiceMethodResponse' from assembly 'SteamKit2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940'.
Could not load type 'ServiceMethodResponse' from assembly 'SteamKit2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at ArchiSteamFarm.Plugins.PluginsCore.InitPlugins()
System.TypeLoadException: Could not load type 'ServiceMethodResponse' from assembly 'SteamKit2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940'.
System.TypeLoadException: Could not load type 'ServiceMethodResponse' from assembly 'SteamKit2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940'.
2024-11-01 12:52:47|dotnet-1309534|ERROR|ASF|Exit() Exiting with 1 error code!

Global ASF.json config file

need not

BotName.json config of all affected bot instances

need not

Additional info

No response

JustArchi commented 3 weeks ago

I'm not using custom plugins

obraz

Vodeninja commented 3 weeks ago

Is it because of the version? Can you tell me how to roll it back?

JustArchi commented 3 weeks ago

Seems that you didn't read https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md either.