Mod is broken with SPT 3.7.3
Following error in the server:
The application had a critical error and failed to run
Exception produced: Error: Cannot inject the dependency "onLoadComponents" at position #5 of "App" constructor. Reason:
Cannot inject the dependency "httpServer" at position #0 of "HttpCallbacks" constructor. Reason:
Cannot inject the dependency "httpListeners" at position #4 of "HttpServer" constructor. Reason:
Cannot inject the dependency "httpRouter" at position #0 of "AkiHttpListener" constructor. Reason:
Cannot inject the dependency "staticRouters" at position #0 of "HttpRouter" constructor. Reason:
Cannot inject the dependency "inraidCallbacks" at position #0 of "InraidStaticRouter" constructor. Reason:
Cannot inject the dependency "inraidController" at position #0 of "InraidCallbacks" constructor. Reason:
Cannot inject the dependency "inRaidHelper" at position #14 of "KeepYourEquipment" constructor. Reason:
Cannot read properties of undefined (reading 'getConfig')
Stacktrace:
Error: Cannot inject the dependency "onLoadComponents" at position #5 of "App" constructor. Reason:
Cannot inject the dependency "httpServer" at position #0 of "HttpCallbacks" constructor. Reason:
Cannot inject the dependency "httpListeners" at position #4 of "HttpServer" constructor. Reason:
Cannot inject the dependency "httpRouter" at position #0 of "AkiHttpListener" constructor. Reason:
Cannot inject the dependency "staticRouters" at position #0 of "HttpRouter" constructor. Reason:
Cannot inject the dependency "inraidCallbacks" at position #0 of "InraidStaticRouter" constructor. Reason:
Cannot inject the dependency "inraidController" at position #0 of "InraidCallbacks" constructor. Reason:
Cannot inject the dependency "inRaidHelper" at position #14 of "KeepYourEquipment" constructor. Reason:
Cannot read properties of undefined (reading 'getConfig')
at C:\snapshot\project\node_modules\tsyringe\dist\cjs\dependency-container.js:324:23
at Array.map (<anonymous>)
at C:\snapshot\project\node_modules\tsyringe\dist\cjs\dependency-container.js:295:38
at InternalDependencyContainer.construct (C:\snapshot\project\node_modules\tsyringe\dist\cjs\dependency-container.js:297:11)
at InternalDependencyContainer.resolveRegistration (C:\snapshot\project\node_modules\tsyringe\dist\cjs\dependency-container.js:166:51)
at InternalDependencyContainer.resolve (C:\snapshot\project\node_modules\tsyringe\dist\cjs\dependency-container.js:109:33)
at C:\snapshot\project\src\Program.ts:32:32
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at process.runNextTicks [as _tickCallback] (node:internal/process/task_queues:64:3)
at Function.runMain (pkg/prelude/bootstrap.js:1980:13)
------------------------------
Confirmed this mod is the issue as server launches normally once this mod is removed.