skyla_megistus
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Edited comment
Hello, i have trouble with your mod causing my SPT.Server throw out these lines immideately after launching it.
Any help / explanation of what's going on appreciated.
The server has unexpectedly stopped, reach out to #spt-support in discord, create a support thread by following the
instructions found in #support-guidelines. Also include a screenshot of this message + the below error
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.SelectMany[TSource,TResult](IEnumerable`1 source, Func`2 selector)
at SPTarkov.DI.DependencyInjectionHandler.RegisterGenericComponents(TypeRefContainer typeRef)
at SPTarkov.DI.DependencyInjectionHandler.InjectAll()
at SPTarkov.Server.Program.ValidateMods(IEnumerable`1 mods)
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit...
Nov 28, 2025 4:20 AM
View details
Edited comment
Hello, i have trouble with your mod causing my SPT.Server throw out these lines immideately after launching it.
Any help / explanation of what's going on appreciated.
The server has unexpectedly stopped, reach out to #spt-support in discord, create a support thread by following the
instructions found in #support-guidelines. Also include a screenshot of this message + the below error
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.SelectMany[TSource,TResult](IEnumerable`1 source, Func`2 selector)
at SPTarkov.DI.DependencyInjectionHandler.RegisterGenericComponents(TypeRefContainer typeRef)
at SPTarkov.DI.DependencyInjectionHandler.InjectAll()
at SPTarkov.Server.Program.ValidateMods(IEnumerable`1 mods)
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit...
Nov 28, 2025 4:18 AM
View details
Created comment
Hello, i have trouble with your mod causing my SPT.Server throw out these lines immideately after launching it.
Any help / explanation of what's going on appreciated.
The server has unexpectedly stopped, reach out to #spt-support in discord, create a support thread by following the
instructions found in #support-guidelines. Also include a screenshot of this message + the below error
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.SelectMany[TSource,TResult](IEnumerable`1 source, Func`2 selector)
at SPTarkov.DI.DependencyInjectionHandler.RegisterGenericComponents(TypeRefContainer typeRef)
at SPTarkov.DI.DependencyInjectionHandler.InjectAll()
at SPTarkov.Server.Program.ValidateMods(IEnumerable`1 mods)
at SPTarkov.Server.Program.StartServer(String[] args)
at SPTarkov.Server.Program.Main(String[] args)
Press any key to exit...
Nov 28, 2025 4:18 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.