Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Removing the crash file will not fix your error, the crash file is there so you don't hurt yourself more by infinite restarting and e.g. making excessive requests to Steam network (which can ban you in result). You should remove it when you fix the problem.
2025-03-01 22:03:32|dotnet-17092|INFO|ASF|Start() Starting IPC server...
2025-03-01 22:03:32|dotnet-17092|FATAL|ASF|OnUnhandledException() System.IO.FileNotFoundException: Could not load file or assembly 'Swashbuckle.AspNetCore.Annotations, Version=6.7.0.0, Culture=neutral, PublicKeyToken=e9121ecc40036af8'. El sistema no puede encontrar el archivo especificado.
File name: 'Swashbuckle.AspNetCore.Annotations, Version=6.7.0.0, Culture=neutral, PublicKeyToken=e9121ecc40036af8'
at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
at System.ModuleHandle.ResolveTypeHandle(Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(MetadataToken caCtorToken, MetadataImport& scope, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, ListBuilder`1& derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctorWithParameters, Boolean& isVarArg)
at System.Reflection.CustomAttribute.IsCustomAttributeDefined(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Int32 attributeCtorToken, Boolean mustBeInheritable)
at System.Reflection.CustomAttribute.IsDefined(RuntimeMethodInfo method, RuntimeType caType, Boolean inherit)
at System.Attribute.IsDefined(MemberInfo element, Type attributeType, Boolean inherit)
at Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.IsAction(TypeInfo typeInfo, MethodInfo methodInfo)
at Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.CreateActionModel(TypeInfo typeInfo, MethodInfo methodInfo)
at Microsoft.AspNetCore.Mvc.ApplicationModels.DefaultApplicationModelProvider.OnProvidersExecuting(ApplicationModelProviderContext context)
at Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelFactory.CreateApplicationModel(IEnumerable`1 controllerTypes)
at Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerActionDescriptorProvider.GetDescriptors()
at Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerActionDescriptorProvider.OnProvidersExecuting(ActionDescriptorProviderContext context)
at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.UpdateCollection()
at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.Initialize()
at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.GetChangeToken()
at Microsoft.Extensions.Primitives.ChangeToken.ChangeTokenRegistration`1..ctor(Func`1 changeTokenProducer, Action`1 changeTokenConsumer, TState state)
at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func`1 changeTokenProducer, Action changeTokenConsumer)
at Microsoft.AspNetCore.Mvc.Routing.ActionEndpointDataSourceBase.Subscribe()
at Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.GetOrCreateDataSource(IEndpointRouteBuilder endpoints)
at Microsoft.AspNetCore.Builder.ControllerEndpointRouteBuilderExtensions.MapControllers(IEndpointRouteBuilder endpoints)
at ArchiSteamFarm.IPC.ArchiKestrel.ConfigureApp(ConfigurationManager configuration, WebApplication app)
at ArchiSteamFarm.IPC.ArchiKestrel.CreateWebApplication()
at ArchiSteamFarm.IPC.ArchiKestrel.Start()
at ArchiSteamFarm.Core.ASF.Init()
at ArchiSteamFarm.Program.InitASF()
at ArchiSteamFarm.Program.Init(IReadOnlyCollection`1 args)
at ArchiSteamFarm.Program.Main(String[] args)
at ArchiSteamFarm.Program.<Main>(String[] args)
2025-03-01 22:03:32|dotnet-17092|ERROR|ASF|Exit() Exiting with 1 error code!
Checking on log it happened after last update.
I noticed this:
As announced in the previous stable, swashbuckle was removed for swagger generation. If you're still using swagger annotations, you'll need to rewrite them into OpenAPI equivalents (@JustArchi #3343, #3376).
Made a search on google, found #3343 and #3376 but I don't understand what I have to do exactly.
"you'll need to rewrite them into OpenAPI equivalents" but rewrite what and how ?
I've never heard about "swagger", "OpenAPI" and "swashbuckle" before.
My English is not good so it doesn't help.. :(
@Mr. Jack All I had to do was remove old plugins and replace them with compatible new ones