You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May happen when items are loaded slower than drops
How to reproduce?
No response
Stacktrace
[12:32:56.147][ERR]BackgroundService failed
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Collections.Immutable.ImmutableArray`1.ThrowNullRefIfNotInitialized()
at QuantumCore.Game.ItemManager.GetItemByName(ReadOnlySpan`1 name) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\ItemManager.cs:line 51
at QuantumCore.Game.Services.DropProvider.ParseCommonLine(ReadOnlySpan`1 line, Int32 lineIndex, IFileInfo file) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 133
at QuantumCore.Game.Services.DropProvider.LoadSimpleMobDropsAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 105
at QuantumCore.Game.Services.DropProvider.LoadSimpleMobDropsAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 117
at QuantumCore.Game.Services.DropProvider.LoadAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 66
at QuantumCore.Game.GameServer.ExecuteAsync(CancellationToken stoppingToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\GameServer.cs:line 64
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
[12:32:56.240][FTL]The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Collections.Immutable.ImmutableArray`1.ThrowNullRefIfNotInitialized()
at QuantumCore.Game.ItemManager.GetItemByName(ReadOnlySpan`1 name) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\ItemManager.cs:line 51
at QuantumCore.Game.Services.DropProvider.ParseCommonLine(ReadOnlySpan`1 line, Int32 lineIndex, IFileInfo file) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 133
at QuantumCore.Game.Services.DropProvider.LoadSimpleMobDropsAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 105
at QuantumCore.Game.Services.DropProvider.LoadSimpleMobDropsAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 117
at QuantumCore.Game.Services.DropProvider.LoadAsync(CancellationToken cancellationToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\Services\DropProvider.cs:line 66
at QuantumCore.Game.GameServer.ExecuteAsync(CancellationToken stoppingToken) in C:\Users\Meikel\Desktop\projekte\quantum-core-x\src\Libraries\Game.Server\GameServer.cs:line 64
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
OS Platform
Windows
Additional Information and Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
May happen when items are loaded slower than drops
How to reproduce?
No response
Stacktrace
OS Platform
Windows
Additional Information and Notes
No response
The text was updated successfully, but these errors were encountered: