Heliass
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Edited comment
It's the same for me but I don't know if it's a conflict with SVM. this is the error message I got
Critical exception, stopping server… Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) Logger queue caught exception: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Threading.CancellationToken.ThrowIfCancellationRequested() at System.Collections.Concurrent.BlockingCollection1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource) at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext() at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord System.InvalidOperationException: Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit…
Nov 2, 2025 6:48 PM
View details
Created comment
As soon as I install this mod, the server does not work and asks me to close it due to a critical error.
This is what it is put on the server as a message.
Critical exception, stopping server… Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) Logger queue caught exception: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Threading.CancellationToken.ThrowIfCancellationRequested() at System.Collections.Concurrent.BlockingCollection1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource) at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext() at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord System.InvalidOperationException: Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit…
Nov 2, 2025 6:46 PM
View details
Deleted comment
As soon as I install your mod the server critically shuts down.
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
Logger queue caught exception: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext()
at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
=========================================================================================================
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
=========================================================================================================
Press any key to exit...
Nov 2, 2025 6:44 PM
View details
Created comment
It's the same for me but I don't know if it's a conflict with SVM. this is the error message I got
Critical exception, stopping server… Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) Logger queue caught exception: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at System.Threading.CancellationToken.ThrowIfCancellationRequested() at System.Collections.Concurrent.BlockingCollection1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource) at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext() at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord System.InvalidOperationException: Nullable object must have a value. at System.Nullable1.get_Value() at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet1 invalidBaseTypes) at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes) at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts() at SPTarkov.Server.Core.Controllers.TraderController.Load() at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad() at SPTarkov.Server.Core.Utils.App.InitializeAsync() at SPTarkov.Server.Services.SptServerStartupService.Startup() at SPTarkov.Server.Program.StartServer(String[] args) at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit…
Nov 2, 2025 6:43 PM
View details
Liked comment
If i install Andern mod, then knocks out SVM…
SPT server would not load SVM, show an faliure...
Nov 2, 2025 6:42 PM
View details
Edited comment
As soon as I install your mod the server critically shuts down.
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
Logger queue caught exception: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext()
at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
=========================================================================================================
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
=========================================================================================================
Press any key to exit...
Nov 2, 2025 2:45 PM
View details
Edited comment
As soon as I install your mod the server critically shuts down.
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
Logger queue caught exception: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext()
at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
=========================================================================================================
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
=========================================================================================================
Press any key to exit...
Nov 2, 2025 2:45 PM
View details
Created comment
As soon as I install your mod the server critically shuts down.
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
Logger queue caught exception: System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
at System.Collections.Concurrent.BlockingCollection`1.GetConsumingEnumerable(CancellationToken cancellationToken)+MoveNext()
at SPTarkov.Server.Core.Utils.Logger.SptLoggerQueueManager.LoggerWorkerThread()
=========================================================================================================
The server has unexpectedly stopped, please check your log files and reach out to #spt-support in discord
System.InvalidOperationException: Nullable object must have a value.
at System.Nullable`1.get_Value()
at SPTarkov.Server.Core.Helpers.HandbookHelper.GetTemplatePrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetStaticItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.GetItemPrice(MongoId tpl)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(TemplateItem item, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Helpers.ItemHelper.IsValidItem(MongoId tpl, ISet`1 invalidBaseTypes)
at SPTarkov.Server.Core.Generators.FenceBaseAssortGenerator.GenerateFenceBaseAssorts()
at SPTarkov.Server.Core.Controllers.TraderController.Load()
at SPTarkov.Server.Core.Callbacks.TraderCallbacks.OnLoad()
at SPTarkov.Server.Core.Utils.App.InitializeAsync()
at SPTarkov.Server.Services.SptServerStartupService.Startup()
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
=========================================================================================================
Press any key to exit...
Nov 2, 2025 2:44 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.