Загрузка данных
C:\warlock-ss14-build\RobustToolbox\Robust.Server\Robust.Server.csproj : warning NU1510: PackageReference System.Text.Json не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
C:\warlock-ss14-build\RobustToolbox\Robust.Shared\Robust.Shared.csproj : warning NU1510: PackageReference Microsoft.Win32.Registry не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
C:\warlock-ss14-build\RobustToolbox\Robust.Shared\Robust.Shared.csproj : warning NU1510: PackageReference System.Reflection.Metadata не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
C:\warlock-ss14-build\RobustToolbox\Robust.Shared\Robust.Shared.csproj : warning NU1510: PackageReference Microsoft.Win32.Registry не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
C:\warlock-ss14-build\RobustToolbox\Robust.Shared\Robust.Shared.csproj : warning NU1510: PackageReference System.Reflection.Metadata не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
C:\warlock-ss14-build\RobustToolbox\Robust.Server\Robust.Server.csproj : warning NU1510: PackageReference System.Text.Json не будет урезано. Рассмотрите возможность удаления этого пакета из зависимостей, так как он, вероятно, не требуется.
[INFO] root: Server -> Starting
[INFO] cfg: Configuration loaded from file
[DEBG] root: OS: Microsoft Windows 10.0.26200 X64
[DEBG] root: .NET Runtime: .NET 10.0.7 win-x64
[DEBG] root: Server GC: True
[DEBG] root: Processor: 16x 12th Gen Intel(R) Core(TM) i5-12600KF
[DEBG] root: Available Memory: 31,79 GiB
[DEBG] root: Architecture: X64
[DEBG] root: Robust Version: 288.0.1.0
[DEBG] root: Compile Options: DEVELOPMENT;TOOLS;DEBUG;CLIENT_SCRIPTING
[DEBG] root: Intrinsics: X86Aes;Avx;Avx2;Bmi1;Bmi2;Fma;Lzcnt;Pclmulqdq;Popcnt;Sse;Sse2;Sse3;Ssse3;Sse41;Sse42;X86Base
[INFO] srv: Timescale changed to: 1 on tick 1
[INFO] srv: Name: MyServer
[INFO] srv: TickRate: 30(33,33ms)
[INFO] srv: Max players: 256
[DEBG] auth: Public key is 0W4bzdOBVvSKfEPobBtJu58gJ67Zs9kAGQ3WdDWNjEU=
[DEBG] res.mod: DISABLING assembly load context
[DEBG] res.mod: DISABLING sandboxing
[DEBG] res.mod: Found module '/Assemblies/Content.Packaging.dll'
[DEBG] res.mod: Found module '/Assemblies/Content.Server.Database.dll'
[DEBG] res.mod: Found module '/Assemblies/Content.Server.dll'
[DEBG] res.mod: Found module '/Assemblies/Content.Shared.Database.dll'
[DEBG] res.mod: Found module '/Assemblies/Content.Shared.dll'
[DEBG] res.mod: LOADING modules
[DEBG] res.mod: Loading module: '/Assemblies/Content.Packaging.dll'
[DEBG] res.mod: Loading module: '/Assemblies/Content.Shared.Database.dll'
[DEBG] res.mod: Loading module: '/Assemblies/Content.Server.Database.dll'
[DEBG] res.mod: Loading module: '/Assemblies/Content.Shared.dll'
[DEBG] res.mod: Loading module: '/Assemblies/Content.Server.dll'
[DEBG] res.mod: DONE loading modules: 00:00:00.8426002
[INFO] szr: Serializer Types Hash: 0B0774760755F334E22EDB9587C71BD027286DDD8DB8402284A0DC947D02381A
[INFO] configpreset: Loaded config preset: "/ConfigPresets/Build/development.toml"
[INFO] configpreset: Loaded config preset: "/ConfigPresets/Build/debug.toml"
[ERRO] loc: [/Locale/en-US/replays.ftl]: For id:cmd-replay-toggleui-desc already exist entry of type: Message
[DEBG] admin.logs: Admin log converters found: FixedPoint2Converter EntityStringRepresentationConverter MindStringRepresentationConverter GasMixtureStringRepresentationConverter EntityCoordinatesConverter EntityUidConverter DamageSpecifierConverter PlayerSessionConverter
[DEBG] db.manager: Using SQLite DB "C:\warlock-ss14-build\bin\Content.Server\data\preferences.db"
[DEBG] serialization: Skipping registering data definition for type Content.Shared.StatusIcon.StatusIconPrototype since it is abstract or an interface
[DEBG] serialization: Skipping registering data definition for type Content.Shared.DeviceLinking.DevicePortPrototype since it is abstract or an interface
[DEBG] serialization: Skipping registering data definition for type Content.Shared.EntityConditions.EntityConditionEvent`1[T] since it is abstract or an interface
[DEBG] serialization: Skipping registering data definition for type Content.Shared.Nutrition.EntitySystems.SatiationThresholds`1[T] since it is abstract or an interface
[INFO] proto: Rebuilding entity prototype component cache took 623,87ms (18147 unique component mappings)
[FATL] unhandled: System.InvalidOperationException: Duplicate Subscriptions for comp=Content.Shared.Mobs.Components.MobStateComponent, event=MobStateChangedEvent
at Robust.Shared.GameObjects.EntityEventBus.EntAddSubscription(CompIdx compType, Type compTypeObj, Type eventType, DirectedEventHandler handler, Type orderType, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityEventBus.Directed.cs:line 419
at Robust.Shared.GameObjects.EntityEventBus.SubscribeLocalEvent[TComp,TEvent](ComponentEventHandler`2 handler, Type orderType, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityEventBus.Directed.cs:line 270
at Robust.Shared.GameObjects.EntitySystem.SubscribeLocalEvent[TComp,TEvent](ComponentEventHandler`2 handler, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntitySystem.Subscriptions.cs:line 131
at Content.Shared.Stunnable.SharedStunSystem.Initialize() in C:\warlock-ss14-build\Content.Shared\Stunnable\SharedStunSystem.cs:line 61
at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntitySystemManager.cs:line 210
at Robust.Shared.GameObjects.EntityManager.Startup() in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityManager.cs:line 224
at Robust.Server.GameObjects.ServerEntityManager.Startup() in C:\warlock-ss14-build\RobustToolbox\Robust.Server\GameObjects\ServerEntityManager.cs:line 62
at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\BaseServer.cs:line 398
at Robust.Server.Program.ParsedMain(CommandLineArgs args, Boolean contentStart, ServerOptions options) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\Program.cs:line 64
at Robust.Server.Program.Start(String[] args, ServerOptions options, Boolean contentStart) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\Program.cs:line 42
at Robust.Server.ContentStart.Start(String[] args) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\ContentStart.cs:line 10
at Content.Server.Program.Main(String[] args) in C:\warlock-ss14-build\Content.Server\Program.cs:line 9
Unhandled exception. System.InvalidOperationException: Duplicate Subscriptions for comp=Content.Shared.Mobs.Components.MobStateComponent, event=MobStateChangedEvent
at Robust.Shared.GameObjects.EntityEventBus.EntAddSubscription(CompIdx compType, Type compTypeObj, Type eventType, DirectedEventHandler handler, Type orderType, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityEventBus.Directed.cs:line 419
at Robust.Shared.GameObjects.EntityEventBus.SubscribeLocalEvent[TComp,TEvent](ComponentEventHandler`2 handler, Type orderType, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityEventBus.Directed.cs:line 270
at Robust.Shared.GameObjects.EntitySystem.SubscribeLocalEvent[TComp,TEvent](ComponentEventHandler`2 handler, Type[] before, Type[] after) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntitySystem.Subscriptions.cs:line 131
at Content.Shared.Stunnable.SharedStunSystem.Initialize() in C:\warlock-ss14-build\Content.Shared\Stunnable\SharedStunSystem.cs:line 61
at Robust.Shared.GameObjects.EntitySystemManager.Initialize(Boolean discover) in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntitySystemManager.cs:line 210
at Robust.Shared.GameObjects.EntityManager.Startup() in C:\warlock-ss14-build\RobustToolbox\Robust.Shared\GameObjects\EntityManager.cs:line 224
at Robust.Server.GameObjects.ServerEntityManager.Startup() in C:\warlock-ss14-build\RobustToolbox\Robust.Server\GameObjects\ServerEntityManager.cs:line 62
at Robust.Server.BaseServer.Start(ServerOptions options, Func`1 logHandlerFactory) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\BaseServer.cs:line 398
at Robust.Server.Program.ParsedMain(CommandLineArgs args, Boolean contentStart, ServerOptions options) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\Program.cs:line 64
at Robust.Server.Program.Start(String[] args, ServerOptions options, Boolean contentStart) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\Program.cs:line 42
at Robust.Server.ContentStart.Start(String[] args) in C:\warlock-ss14-build\RobustToolbox\Robust.Server\ContentStart.cs:line 10
at Content.Server.Program.Main(String[] args) in C:\warlock-ss14-build\Content.Server\Program.cs:line 9
Для продолжения нажмите любую клавишу . . .