Could not load file or assembly AngleSharp
Closed this issue · 4 comments
woctezuma commented
ArchiSteamFarm V5.2.8.4 (generic/7bbe0d91-9e01-49d7-9653-9f1f07adb09a | .NET 6.0.7; win10-x64)
ERROR|ASF|InitPlugins() Échec dû à une erreur : BoosterCreator, Version=1.2.3.1, Culture=neutral, PublicKeyToken=null
ERROR|ASF|InitPlugins() System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'AngleSharp, Version=0.17.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'. Le fichier spécifié est introuvable.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Assembly.GetTypes()
at ArchiSteamFarm.Plugins.PluginsCore.InitPlugins()
System.IO.FileNotFoundException: Could not load file or assembly 'AngleSharp, Version=0.17.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'. Le fichier spécifié est introuvable.
File name: 'AngleSharp, Version=0.17.1.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'
hoangvn93 commented
An issue occurs in ArchiSteamFarm V5.2.8.4 (latest version).
There is a temporary fix, it's work for me.
- Rollback ArchiSteamFarm to V5.2.8.3 (https://github.com/JustArchiNET/ArchiSteamFarm/releases/tag/5.2.8.3).
- Use latest plugin version (https://github.com/Ryzhehvost/BoosterCreator/releases/tag/1.2.3.1)
- Prevent ASF from auto-update by adding the below line to ASF.json file
"UpdateChannel": 0
Rudokhvist commented
Please check if https://github.com/Ryzhehvost/BoosterCreator/releases/tag/1.2.3.2 solves the issue for you.
woctezuma commented
Thank you, this solves the issue.
Rudokhvist commented
Will mark it as stable then. Thanks for the report!