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
Describe the bug
Regression error in commit 75097db
To Reproduce
Steps to reproduce the behavior:
Login a character with a socketed item in inventory
Error:
2025-01-03 01:35:43.354 +08:00 [Error] [MUnique.OpenMU.GameLogic.Player] Error when invoking view action of MUnique.OpenMU.GameLogic.Views.Inventory.IUpdateInventoryListPlugIn
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at MUnique.OpenMU.GameServer.RemoteView.ItemSerializerHelper.SetSocketBytes(Span`1 target, Item item) in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\ItemSerializerHelper.cs:line 130
at MUnique.OpenMU.GameServer.RemoteView.ItemSerializerExtended.SerializeItem(Span`1 target, Item item) in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\ItemSerializerExtended.cs:line 92
at MUnique.OpenMU.GameServer.RemoteView.Inventory.UpdateInventoryListPlugIn.<>c__DisplayClass2_0.<UpdateInventoryListAsync>g__Write|1() in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\Inventory\UpdateInventoryListPlugIn.cs:line 57
at MUnique.OpenMU.Network.ConnectionExtensions.SendAsync(IConnection connection, Func`1 packetBuilder) in C:\Users\bg3\MU\server\OpenMU\src\Network\ConnectionExtensions.cs:line 25
2025-01-03 01:38:10.025 +08:00 [Error] [MUnique.OpenMU.GameLogic.Player] Error when invoking view action of MUnique.OpenMU.GameLogic.Views.Inventory.IUpdateInventoryListPlugIny\UpdateInventoryListPlugIn.cs:line 66
System.IndexOutOfRangeException: Index was outside the bounds of the array.ViewPlugIn](IWorldObserver observer, Func`2 action) in C:\Users\bg3\MU\server\OpenMU\src\GameLogic\ObservableExtensions.cs:line 40
at MUnique.OpenMU.GameServer.RemoteView.ItemSerializerHelper.SetSocketBytes(Span`1 target, Item item) in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\ItemSerializerHelper.cs:line 130
at MUnique.OpenMU.GameServer.RemoteView.ItemSerializerExtended.SerializeItem(Span`1 target, Item item) in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\ItemSerializerExtended.cs:line 92
at MUnique.OpenMU.GameServer.RemoteView.Inventory.UpdateInventoryListPlugIn.<>c__DisplayClass2_0.<UpdateInventoryListAsync>g__Write|1() in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\Inventory\UpdateInventoryListPlugIn.cs:line 57
at MUnique.OpenMU.Network.ConnectionExtensions.SendAsync(IConnection connection, Func`1 packetBuilder) in C:\Users\bg3\MU\server\OpenMU\src\Network\ConnectionExtensions.cs:line 25
at MUnique.OpenMU.GameServer.RemoteView.Inventory.UpdateInventoryListPlugIn.UpdateInventoryListAsync() in C:\Users\bg3\MU\server\OpenMU\src\GameServer\RemoteView\Inventory\UpdateInventoryListPlugIn.cs:line 66
at MUnique.OpenMU.GameLogic.ObservableExtensions.InvokeViewPlugInAsync[TViewPlugIn](IWorldObserver observer, Func`2 action) in C:\Users\bg3\MU\server\OpenMU\src\GameLogic\ObservableExtensions.cs:line 40
The text was updated successfully, but these errors were encountered:
Describe the bug
Regression error in commit 75097db
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: