Fluffysauce
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
good catch, just tested this aswell and the server started normally
quick edit: disabling the "addRecipes" function in Lacys pve tweaks allows the server to work normally. none of the other options conflict it seems
Nov 8, 2025 3:23 PM
View details
Created comment
good catch, just tested this aswell and the server started normally
quick edit: disabling the "addRecipes" function in Lacys pve tweaks allows the server to work normally. none of the other options conflict it seems
Nov 8, 2025 3:18 PM
View details
Created comment
not using any language mods afaik, i am using some additional item mods like guilded key storage, item preview qol, and epic's all in one
Nov 8, 2025 2:56 PM
View details
Deleted comment
experiencing the same issues as exoriare and skebbz, here is my server error:
[ItemInfo] Processing items...
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at ItemInfo.Utils.CraftingMaterialInfoGenerator(String itemId, String locale)
at ItemInfo.ItemInfo.ItemHandling()
at ItemInfo.ItemInfo.ItemInfoMain()
at ItemInfo.ItemInfo.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.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 ItemInfo.Utils.CraftingMaterialInfoGenerator(String itemId, String locale)
at ItemInfo.ItemInfo.ItemHandling()
at ItemInfo.ItemInfo.ItemInfoMain()
at ItemInfo.ItemInfo.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)
=========================================================================================================
Nov 8, 2025 2:50 PM
View details
Created comment
experiencing the same issues as exoriare and skebbz, here is my server error:
[ItemInfo] Processing items...
Critical exception, stopping server...
Nullable object must have a value.
at System.Nullable`1.get_Value()
at ItemInfo.Utils.CraftingMaterialInfoGenerator(String itemId, String locale)
at ItemInfo.ItemInfo.ItemHandling()
at ItemInfo.ItemInfo.ItemInfoMain()
at ItemInfo.ItemInfo.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.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 ItemInfo.Utils.CraftingMaterialInfoGenerator(String itemId, String locale)
at ItemInfo.ItemInfo.ItemHandling()
at ItemInfo.ItemInfo.ItemInfoMain()
at ItemInfo.ItemInfo.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)
=========================================================================================================
Nov 8, 2025 2:50 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.