Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random crash while starting a server and spawning some elements #427

Open
CrosRoad95 opened this issue Dec 28, 2022 · 0 comments
Open

Random crash while starting a server and spawning some elements #427

CrosRoad95 opened this issue Dec 28, 2022 · 0 comments

Comments

@CrosRoad95
Copy link
Collaborator

System.InvalidOperationException: 'Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.'

>    System.Private.CoreLib.dll!System.ThrowHelper.ThrowInvalidOperationException_ConcurrentOperationsNotSupported()    Unknown
     System.Private.CoreLib.dll!System.Collections.Generic.Dictionary<SlipeServer.Server.Elements.ElementType, System.__Canon>.FindValue(SlipeServer.Server.Elements.ElementType key)    Unknown
     System.Private.CoreLib.dll!System.Collections.Generic.Dictionary<SlipeServer.Server.Elements.ElementType, System.__Canon>.ContainsKey(SlipeServer.Server.Elements.ElementType key)    Unknown
 SlipeServer.Server.dll!SlipeServer.Server.ElementCollections.RTreeCompoundElementCollection.GetRTreeElementCollection(SlipeServer.Server.Elements.ElementType elementType)    Unknown
     SlipeServer.Server.dll!SlipeServer.Server.ElementCollections.RTreeCompoundElementCollection.Add(SlipeServer.Server.Elements.Element element)    Unknown
     SlipeServer.Server.dll!SlipeServer.Server.MtaServer.AssociateElement<SlipeServer.Server.Elements.Player>(SlipeServer.Server.Elements.Player element)    Unknown
     SlipeServer.Server.dll!SlipeServer.Server.MtaServer.EnqueueIncomingPacket(SlipeServer.Net.Wrappers.INetWrapper netWrapper, uint binaryAddress, SlipeServer.Packets.Enums.PacketId packetId, byte[] data, uint? ping)    Unknown
     SlipeServer.Net.dll!SlipeServer.Net.Wrappers.NetWrapper.PacketInterceptor(byte packetId, uint binaryAddress, nint payload, uint payloadSize, bool hasPing, uint ping)    Unknown

image

@CrosRoad95 CrosRoad95 added this to the Slipe server 1.0.0 milestone Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant