Error: ArgumentOutOfRangeException: ArgumentOutOfRange_NeedNonNegNum Parameter name: count

I’ve been experiencing a crash when a client connects to a host. It’s on the host end, and it appears to be happening when the client is connecting.

It’s only started happening this week, and even though I’ve rolled back my code and scenes to last week’s version, I’m still getting the crash. The code I’m using had been working on iOS, Android and Windows devices successfully for months.

I’m using relay with lobby. The lobby is created successfully on the host, and the client successfully receives the lobby code and relay connection data. However, once the client attempts to connect, I get this error on the host:

ArgumentOutOfRangeException: ArgumentOutOfRange_NeedNonNegNum
Parameter name: count
System.ArraySegment`1[T]…ctor (System.Byte[ ] array, System.Int32 offset, System.Int32 count) (at <697c5b3fd45741b99b7cab46a4b7b6ac>:0)
Unity.Netcode.Transports.UTP.BatchedReceiveQueue.PopMessage () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.2.0/Runtime/Transports/UTP/BatchedReceiveQueue.cs:100)
Unity.Netcode.Transports.UTP.UnityTransport.ReceiveMessages (System.UInt64 clientId, Unity.Networking.Transport.NetworkPipeline pipeline, Unity.Networking.Transport.DataStreamReader dataReader) (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.2.0/Runtime/Transports/UTP/UnityTransport.cs:787)
Unity.Netcode.Transports.UTP.UnityTransport.ProcessEvent () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.2.0/Runtime/Transports/UTP/UnityTransport.cs:844)
Unity.Netcode.Transports.UTP.UnityTransport.Update () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.2.0/Runtime/Transports/UTP/UnityTransport.cs:877)

Here’s the code I’m using to connect:

    async Task<Lobby> QuickJoinLobby()
    {
        if (loading)
            return null;
        try
        {
            loading = true;
            multiPlayer.AddLog("Searching for Game...");
            var lLobby = await Lobbies.Instance.QuickJoinLobbyAsync();
            if (ApplicationData.Debug)
                multiPlayer.AddLog("Found " + lLobby.Name + " Key:'" + lLobby.Data[JoinCodeKey].Value + "'");
            var a = await RelayService.Instance.JoinAllocationAsync(lLobby.Data[JoinCodeKey].Value);
            if (ApplicationData.Debug)
            {
                try
                {
                    multiPlayer.AddLog("IpV4:" + a.RelayServer.IpV4);
                    multiPlayer.AddLog("Port:" + a.RelayServer.Port);
                }
                catch
                {
                    multiPlayer.AddLog("Can't show connection data");
                }
            }
            transport.SetClientRelayData(a.RelayServer.IpV4, (ushort)a.RelayServer.Port, a.AllocationIdBytes, a.Key, a.ConnectionData, a.HostConnectionData);
            multiPlayer.AddLog("Joining " + lLobby.Name);
            hosting = false;
            NetworkManager.Singleton.StartClient();
            Debug.Log("Started Client");
            loading = false;
            return lLobby;
        }
        catch (LobbyServiceException e)
        {
            Debug.Log($"No lobbies available {e}");
            loading = false;
            return null;
        }
    }

On the client, it happily shows to the “Started Client” in the log, but never gets to my OnClientConnectedCallback on either the host or the client.
On the host, I get a debug message from netcode saying: [Netcode] Client Connected

Here’s the Network Manager setup:


And Unity Transport, during runtime:
8976118--1234318--upload_2023-4-27_10-11-42.png
And the Package Manager:

Also, Relay does appear to be up and running…
8976118--1234327--upload_2023-4-27_10-23-42.png

Any help would be appreciated! I’m starting to tear my hair out over this one!

Hi @davidpetersims , it’s possible that this could be due to a bug that we’ve found in the “com.unity.transport” package. Could you try updating that package to the latest stable version (1.3.4), and let us know if that resolves your issue?

Thank you @unity-justin ! That has resolved the issue. However, I’ve had to downgrade back to the older version…

It worked for the Android and Windows builds, but I can’t get an iOS cloud build going unless I use an older version of unity. I can’t seem to get any builds going for iOS using any unity 2022.2.x. I have an issue which I’ll post on the cloud build thread about that.

I also found what caused the issue in the first place. I was using unity 2022.2.5f1 for my dev environment. As of the start of the week, my cloud build switched to 2022.2.16f1 (as my settings are to use the latest 2022.2.x build) The issue seems to occur with this newer build using the older 1.3.1 version of com.unity.transport.

Since my iOS cloud build can’t use the newer version of unity, I’ve now downgraded transport back to 1.3.1, and got my iOS and Windows builds to detect the current unity version (which I also downgraded back to 2022.2.5.f1)
So, now all my builds work, and connect seamlessly to each other as they previously did.

Once I get my iOS cloud build working again with 2022.2.x builds, I’ll upgrade transport to the latest.

I’m glad to hear that has resolved your runtime issue, and thanks for providing additional details and context. I’m sorry to hear that the latest version of cloud build is not working for iOS, and hope that is also resolved quickly.

I have same error but different behaviour. So the client is connected and after playing for a while it just stops recieving any data from host but host is recieving all the data from client. The cleint has following errors:

First error on bugged client:

[Netcode] Received a packet with an invalid Hash Value. Please report this to the Netcode for GameObjects team at https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/issues and include the following data: Received Hash: 8708748128718055876, Calculated Hash: 6520729284996871436, Offset: 22204, Size: 696, Full receive array: 80 02 00 00 60 11 14 00 80 02 00 00 38 ae 89 f2 15 74 c4 39 49 d1 d0 5f 84 61 00 00 00 00 53 41 40 e3 c1 08 07 1d 17 c1 df 9d c9 bf a3 6d bb 42 49 b1 73 2a a5 a7 00 00 00 00 83 41 40 e3 c1 08 6b 99 71 41 a3 6d bb 42 49 c1 8f be fa 35 00 00 00 00 53 41 40 01 07 1d 17 c1 df 9d c9 bf a3 6d bb 42 49 a1 21 73 f3 73 00 00 00 00 53 40 40 01 5a a7 16 c1 8c 76 ba bf 49 a1 55 d2 1d c7 00 00 00 00 53 40 40 01 08 e7 16 c1 59 1e d9 bf 49 e1 a3 e6 d6 68 00 00 00 00 d3 41 40 01 07 1d 17 c1 df 9d c9 bf 6e 99 71 41 a3 6d bb 42 49 a1 08 f5 76 a5 00 00 00 00 53 40 40 01 07 1d 17 c1 df 9d c9 bf 49 2a 01 06 ec 86 21 00 00 00 00 f3 03 40 82 10 86 c7 11 c1 05 92 8b 40 54 73 bb bf a6 83 8f 42 22 5b ec 42 a2 ca 09 42 49 2a 01 da cd c0 99 00 00 00 00 f3 03 40 82 10 d3 a3 12 c1 2b 44 89 40 99 80 e5 bf 94 c8 8d 42 c4 fd 97 43 14 4c 4b 43 49 d1 58 94 e3 bd 00 00 00 00 73 40 40 a3 c1 08 4f 4a 7b c1 e9 9d bc 3f ba 32 14 41 49 d1 92 06 f8 fc 00 00 00 00 83 43 40 a3 c1 08 84 e8 a8 43 ed 98 70 43 c7 f4 cf 3e 49 32 01 7c 20 6c a6 00 00 00 00 f3 03 40 a3 c1 08 b4 db 85 c1 94 d3 25 40 65 c9 11 41 d4 b4 02 42 47 a5 74 43 2d 30 f1 41 49 32 01 7b 0d 6f e5 00 00 00 00 f3 03 40 a3 c1 08 66 f8 85 c1 0e bb 3d 40 49 25 17 41 20 f4 96 43 37 37 97 43 09 e7 90 43 49 f1 5a 7f 7f 1c 00 00 00 00 73 41 40 a3 c1 08 83 6d 83 c1 78 82 f7 3f f8 66 17 41 3c 68 70 43 49 c1 e4 73 a0 13 00 00 00 00 73 40 40 01 8c 19 83 c1 78 82 f7 3f 16 91 15 41 49 c1 88 cd 8d 3c 00 00 00 00 73 40 40 01 46 0c 84 c1 78 82 f7 3f e5 e7 18 41 49 22 01 40 f4 5e dd 00 00 00 00 f3 43 40 01 83 6d 83 c1 b8 d5 29 40 f8 66 17 41 ee ce a8 43 2a 38 70 43 e9 23 56 3f 49 c1 f4 02 98 39 00 00 00 00 73 40 40 01 83 6d 83 c1 78 82 f7 3f f8 66 17 41 49 32 01 cc d5 36 50 00 00 00 00 f3 03 40 a3 c1 08 eb e7 85 c1 78 ba 25 40 ad be 11 41 96 48 98 42 eb 4b 42 42 69 f9 39 43 49 32 01 da 88 1e 09 00 00 00 00 f3 03 40 a3 c1 08 f2 f6 85 c1 8b c3 3d 40 4a 33 17 41 30 bf 91 43 4a fc 4a 43 fc 41 b3 43 3f 60 00 00 00 60 11 05 00 60 00 00 00 d4 4b 98 0e 30 67 1c a1 51 69 62 1b 1d 01 00 00 80 22 44 00 80 22 44 51 69 62 1b 21 01 00 00 00 7a 43 00 00 7a 43 51 69 62 1b 25 01 00 00 00 c8 43 00 00 c8 43 51 69 62 1b 29 01 00 00 00 00 00 00 00 96 43 51 69 62 1b 2d 01 00 00 00 00 00 00 00 80 3f 40 40 01 f4 16 70 02 00 00 60 11 18 00 70 02 00 00 48 e6 13 1f a3 e0 ce 67 49 d1 ec 61 c8 80 00 00 00 00 53 41 40 a3 c2 08 b4 d5 a5 c1 de bc c2 40 d0 09 9f 42 49 b1 7f 40 77 31 00 00 00 00 83 41 40 a3 c2 08 c0 ff 97 41 cf 09 9f 42 49 c1 19 54 ec 83 00 00 00 00 53 41 40 01 b4 d5 a5 c1 de bc c2 40 d0 09 9f 42 49 a1 ec 08 25 8c 00 00 00 00 53 40 40 01 1e d8 a5 c1 cd a2 c6 40 49 a1 c5 21 42 30 00 00 00 00 53 40 40 01 b5 7e a5 c1 86 15 bf 40 49 e1 07 92 6f 14 00 00 00 00 d3 41 40 01 b4 d5 a5 c1 de bc c2 40 bd ff 97 41 ce 09 9f 42 49 a1 cf 22 a0 50 00 00 00 00 53 40 40 01 b4 d5 a5 c1 de bc c2 40 49 91 ce 04 25 7b 00 00 00 00 03 41 40 a3 c2 08 46 c0 99 43 49 b1 78 d6 79 b1 00 00 00 00 53 40 40 a3 c2 08 9c cb a2 41 94 d1 7b 41 49 b1 77 c8 03 02 00 00 00 00 53 40 40 a3 c2 08 e6 65 a5 c1 35 60 d4 c1 49 b1 39 82 7c 93 00 00 00 00 53 40 40 a3 c2 08 0a fb 9c c1 8d c1 ca c1 49 d1 d6 a5 c0 14 00 00 00 00 53 41 40 a3 c2 08 9b fd 09 c1 7f fa 7e c0 6b c7 b1 43 49 d1 52 69 52 ab 00 00 00 00 53 41 40 a3 c2 08 74 e8 b4 c0 d3 24 62 c0 ce 94 99 43 49 b1 e0 67 1e 43 00 00 00 00 53 40 40 a3 c2 08 67 a7 6c c1 72 60 9e c1 49 d1 14 92 e0 8d 00 00 00 00 53 41 40 a3 c2 08 9e ca f4 c0 69 71 42 c0 f5 f7 a9 43 49 91 cf c5 8c 55 00 00 00 00 03 41 40 a3 c2 08 9b 18 a5 43 49 d1 fa 85 83 38 00 00 00 00 53 41 40 a3 c2 08 73 b9 ca 41 47 09 a3 41 21 17 62 43 49 b1 da 2c fb 01 00 00 00 00 53 40 40 a3 c2 08 f3 51 7d c1 87 17 a8 c1 49 b1 b3 e4 a0 35 00 00 00 00 53 40 40 a3 c2 08 fc 0f 8e c1 8e 96 c6 c1 49 d1 b1 f5 e2 16 00 00 00 00 53 41 40 a3 c2 08 ac 0b b8 41 43 52 92 41 b3 df 61 43 49 d1 7d 9e 4f 95 00 00 00 00 53 41 40 a3 c2 08 d5 9b b1 41 73 41 8a 41 a9 7a 66 43 49 b1 c2 fb 5d e3 00 00 00 00 53 40 40 a3 c2 08 a2 e9 91 41 e8 74 64 41 49 d1 98 86 c2 fc 00 00 00 00 53 41 40 a3 c2 08 dc 45 c3 41 47 92 9b 41 b5 b9 58 43 49 b1 9c 95 cc b0 00 00 00 00 53 40 40 a3 c2 08 bc 6a 97 c1 55 1a bf c1 15 62 17 02 00 00 60 00 00 00 60 11 05 00 60 00 00 00 1e d8 ae c8 58 d1 3d a5 51 69 62 1b 1d 01 00 00 80 22 44 00 80 22 44 51 69 62 1b 21 01 00 00 00 7a 43 00 00 7a 43 51 69 62 1b 25 01 00 00 00 c8 43 00 00 c8 43 51 69 62 1b 29 01 00 00 00 00 00 00 00 96 43 51 69 62 1b 2d 01 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 88 02 00 00 60 11 19 00 88 02 00 00 60 24 d5 5b ad 9d 4d f1 49 b1 ec 61 c8 80 00 00 00 00 53 40 40 b3 c2 08 41 0d a6 c1 ca 79 c1 40 49 a1 19 54 ec 83 00 00 00 00 53 40 40 01 41 0d a6 c1 ca 79 c1 40 49 a1 ec 08 25 8c 00 00 00 00 53 40 40 01 ab 0f a6 c1 b9 5f c5 40 49 a1 c5 21 42 30 00 00 00 00 53 40 40 01 42 b6 a5 c1 72 d2 bd 40 49 a1 07 92 6f 14 00 00 00 00 53 40 40 01 41 0d a6 c1 ca 79 c1 40 49 a1 cf 22 a0 50 00 00 00 00 53 40 40 01 41 0d a6 c1 ca 79 c1 40 49 e1 9e 12 7d eb 00 00 00 00 d3 01 40 01 14 12 a4 c1 0c 26 c8 40 de ff 6b 42 d0 09 9f 42 49 e1 4d 2e 0c 01 00 00 00 00 d3 01 40 01 50 a2 a3 c1 73 b5 be 40 de ff 6b 42 d0 09 9f 42 49 91 ce 04 25 7b 00 00 00 00 03 41 40 b3 c2 08 d4 e5 99 43 49 b1 78 d6 79 b1 00 00 00 00 53 40 40 b3 c2 08 18 a0 a2 41 15 90 7b 41 49 b1 77 c8 03 02 00 00 00 00 53 40 40 b3 c2 08 31 42 a5 c1 22 37 d4 c1 49 b1 39 82 7c 93 00 00 00 00 53 40 40 b3 c2 08 51 d7 9c c1 72 98 ca c1 49 d1 d6 a5 c0 14 00 00 00 00 53 41 40 b3 c2 08 a4 1c 0a c1 b0 bd 7e c0 d7 44 b1 43 49 d1 52 69 52 ab 00 00 00 00 53 41 40 b3 c2 08 db b1 b5 c0 c9 7e 61 c0 d8 52 99 43 49 b1 e0 67 1e 43 00 00 00 00 53 40 40 b3 c2 08 fe 5f 6c c1 53 37 9e c1 49 d1 14 92 e0 8d 00 00 00 00 53 41 40 b3 c2 08 32 46 f5 c0 80 48 41 c0 0e a2 a9 43 49 91 cf c5 8c 55 00 00 00 00 03 41 40 b3 c2 08 98 80 a5 43 49 d1 fa 85 83 38 00 00 00 00 53 41 40 b3 c2 08 a1 94 ca 41 ed e6 a2 41 cd 1e 62 43 49 b1 da 2c fb 01 00 00 00 00 53 40 40 b3 c2 08 94 0a 7d c1 63 ee a7 c1 49 b1 b3 e4 a0 35 00 00 00 00 53 40 40 b3 c2 08 e5 ec 8d c1 ee 6c c6 c1 49 d1 b1 f5 e2 16 00 00 00 00 53 41 40 b3 c2 08 49 e8 b7 41 e0 2e 92 41 18 dd 61 43 49 d1 7d 9e 4f 95 00 00 00 00 53 41 40 b3 c2 08 29 74 b1 41 43 22 8a 41 51 86 66 43 49 d1 c2 fb 5d e3 00 00 00 00 53 41 40 b3 c2 08 2f be 91 41 3b 33 64 41 f9 ce 68 43 49 d1 98 86 c2 fc 00 00 00 00 53 41 40 b3 c2 08 bf 1d c3 41 71 6d 9b 41 f0 1a 59 43 49 b1 9c 95 cc b0 00 00 00 00 53 40 40 b3 c2 08 85 47 97 c1 e1 f0 be c1 ff ff 00 00 80 3f 80 02 00 00 60 11 14 00 80 02 00 00 ca a3 52 0e b3 c8 46 99 49 d1 d0 5f 84 61 00 00 00 00 53 41 40 f3 c1 08 d3 12 17 c1 86 3a c2 bf d5 a0 b0 42 49 b1 73 2a a5 a7 00 00 00 00 83 41 40 f3 c1 08 4f 66 82 41 d5 a0 b0 42 49 c1 8f be fa 35 00 00 00 00 53 41 40 01 d3 12 17 c1 86 3a c2 bf d5 a0 b0 42 49 a1 21 73 f3 73 00 00 00 00 53 40 40 01 4e cb 16 c1 d2 cb b2 bf 49 a1 55 d2 1d c7 00 00 00 00 53 40 40 01 63 ae 16 c1 bd 80 d1 bf 49 e1 a3 e6 d6 68 00 00 00 00 d3 41 40 01 d3 12 17 c1 86 3a c2 bf 51 66 82 41 d5 a0 b0 42 49 a1 08 f5 76 a5 00 00 00 00 53 40 40 01 d3 12 17 c1 86 3a c2 bf 49 2a 01 06 ec 86 21 00 00 00 00 f3 03 40 82 10 34 03 12 c1 f3 18 8c 40 bd 63 aa bf bb 8f 7b 42 4c f3 be 42 b1 7b b0 41 49 2a 01 da cd c0 99 00 00 00 00 f3 03 40 82 10 d4 4e 12 c1 c3 fd 88 40 6a 98 d5 bf 40 63 8a 42 76 ea 92 43 e8 cb 48 43 49 d1 58 94 e3 bd 00 00 00 00 73 40 40 b3 c1 08 1b fa 7c c1 ff ff bf 3f c3 f8 12 41 49 d1 92 06 f8 fc 00 00 00 00 83 43 40 b3 c1 08 ca a6 a8 43 d2 30 70 43 37 df b3 43 49 32 01 7c 20 6c a6 00 00 00 00 f3 03 40 b3 c1 08 3b b3 86 c1 3b ac 2a 40 7a 70 10 41 bf a5 be 41 06 de 72 43 52 10 d7 41 49 32 01 7b 0d 6f e5 00 00 00 00 f3 03 40 b3 c1 08 7d fc 86 c1 fa eb 3c 40 a7 03 15 41 d2 25 96 43 62 be 82 43 52 1b a4 43 49 f1 5a 7f 7f 1c 00 00 00 00 73 41 40 b3 c1 08 dd 41 84 c1 8e e4 fa 3f d7 20 16 41 5e 29 70 43 49 c1 e4 73 a0 13 00 00 00 00 73 40 40 01 e4 ec 83 c1 8e e4 fa 3f af 4b 14 41 49 c1 88 cd 8d 3c 00 00 00 00 73 40 40 01 73 e1 84 c1 8e e4 fa 3f 67 a0 17 41 49 22 01 40 f4 5e dd 00 00 00 00 f3 43 40 01 dd 41 84 c1 c3 86 2b 40 d7 20 16 41 05 9c a8 43 7f ea 6f 43 d2 a9 b3 43 49 c1 f4 02 98 39 00 00 00 00 73 40 40 01 dd 41 84 c1 8e e4 fa 3f d7 20 16 41 49 32 01 cc d5 36 50 00 00 00 00 f3 03 40 b3 c1 08 f9 cc 86 c1 ff b9 2a 40 9a 77 10 41 98 b9 94 42 0a 4c 88 43 1d d9 51 42 49 32 01 da 88 1e 09 00 00 00 00 f3 03 40 b3 c1 08 29 ea 86 c1 3d 43 3d 40 3d 09 15 41 32 fd 9d 43 9b 43 51 43 5f cd b0 43 00 c0 02 00 00 60 11 16 00 c0 02 00 00 b2 83 25 1a 0e 75 6e 86 49 b1 ce 9d 6e 22 00 00 00 00 53 40 40 33 c1 08 92 99 6d c0 d8 7c 83 3f 49 d1 57 aa f2 47 00 00 00 00 83 43 40 33 c1 08 5d 3c d8 40 11 d1 68 42 9b 3d 2b 40 49 32 01 59 36 3d 73 00 00 00 00 f3 03 40 33 c1 08 61 c2 4d c0 42 97 80 40 2a e3 e9 3f 6a 6f 92 3f 71 fe b6 42 e8 dc 39 42 49 12 01 2c 72 9d 9c 00 00 00 00 f3 02 40 33 c1 08 90 a8 4a c0 bb 6b 80 40 0c 21 bc 3f 06 00 f5 3e 7b 3a a8 43 49 d1 8d 79 01 48 00 00 00 00 53 41 40 33 c1 08 ca fa 56 c0 b4 ac cd 3f 80 c4 68 42 49 a1 eb 21 0b d1 00 00 00 00 53 40 40 01 ac e2 59 c0 06 25 dc 3f 49 a1 da 37 c9 79 00 00 00 00 53 40 40 01 20 ca 51 c0 c8 09 c2 3f 49 02 01 72 7d e4 c2 00 00 00 00 d3 43 40 01 ca fa 56 c0 b4 ac cd 3f 00 f4 d6 40 0f 30 6c 42 da da 26 40 49 a1 a5 8e c1 24 00 00 00 00 53 40 40 01 ca fa 56 c0 b4 ac cd 3f 49 32 01 79 59 6f c5 00 00 00 00 f3 03 40 33 c1 08 d9 c1 4d c0 80 97 80 40 5e e4 e9 3f 81 23 da 41 32 87 f6 42 c9 6c 64 42 49 32 01 35 7d 86 e7 00 00 00 00 f3 03 40 33 c1 08 ee a6 4a c0 99 6c 80 40 63 20 bc 3f e1 da 12 42 a6 ea 5a 42 61 5c a5 43 49 b1 58 94 e3 bd 00 00 00 00 53 40 40 c3 c1 08 63 75 7e c1 f5 d8 11 41 49 d1 92 06 f8 fc 00 00 00 00 83 43 40 c3 c1 08 66 98 a8 43 02 c0 6f 43 04 1e 18 3f 49 32 01 7c 20 6c a6 00 00 00 00 f3 03 40 c3 c1 08 86 6e 87 c1 50 57 2d 40 d8 3b 0f 41 27 e8 7e 41 8a e6 71 43 ad 13 bd 41 49 32 01 7b 0d 6f e5 00 00 00 00 f3 03 40 c3 c1 08 d3 e5 87 c1 2e 24 3a 40 c4 33 13 41 46 a1 9b 43 7a ff 6f 43 a2 f7 ae 43 49 d1 5a 7f 7f 1c 00 00 00 00 53 41 40 c3 c1 08 12 ff 84 c1 af fc 14 41 72 db 6f 43 49 a1 e4 73 a0 13 00 00 00 00 53 40 40 01 da a8 84 c1 6f 28 13 41 49 a1 88 cd 8d 3c 00 00 00 00 53 40 40 01 ac 9f 85 c1 8c 7a 16 41 49 02 01 40 f4 5e dd 00 00 00 00 d3 43 40 01 12 ff 84 c1 af fc 14 41 51 82 a8 43 86 8d 6f 43 59 f2 b3 43 49 a1 f4 02 98 39 00 00 00 00 53 40 40 01 12 ff 84 c1 af fc 14 41 49 32 01 cc d5 36 50 00 00 00 00 f3 03 40 c3 c1 08 c6 7e 87 c1 5c 6e 2d 40 bf 40 0f 41 fb 85 5e 42 46 da 85 43 23 59 2f 42 49 32 01 da 88 1e 09 00 00 00 00 f3 03 40 c3 c1 08 8e dd 87 c1 c7 84 3a 40 d7 3e 13 41 61 48 a5 43 98 fc 55 43 21 e1 b1 43 6b be 70 00 00 00 60 11 06 00 70 00 00 00 ce bb 44 fe 82 9d 80 a8 29 89 a2 17 01 05 05 01 78 85 b3 01 00 00 00 00 00 00 00 51 69 62 1b 1d 01 00 00 80 22 44 00 80 22 44 51 69 62 1b 21 01 00 00 00 7a 43 00 00 7a 43 51 69 62 1b 25 01 00 00 00 c8 43 00 00 c8 43 51 69 62 1b 29 01 00 00 00 00 00 00 00 96 43 51 69 62 1b 2d 01 00 00 00 00 00 00 00 80 3f cc b0 48 02 00 00 60 11 17 00 48 02 00 00 33 81 d4 74 bd 23 51 9c 49 b1 ec 61 c8 80 00 00 00 00 53 40 40 c3 c2 08 0b 93 a6 c1 af 6f be 40 49 a1 19 54 ec 83 00 00 00 00 53 40 40 01 0b 93 a6 c1 af 6f be 40 49 a1 ec 08 25 8c 00 00 00 00 53 40 40 01 75 95 a6 c1 9e 55 c2 40 49 a1 c5 21 42 30 00 00 00 00 53 40 40 01 0c 3c a6 c1 57 c8 ba 40 49 a1 07 92 6f 14 00 00 00 00 53 40 40 01 0b 93 a6 c1 af 6f be 40 49 a1 cf 22 a0 50 00 00 00 00 53 40 40 01 0b 93 a6 c1 af 6f be 40 49 91 ce 04 25 7b 00 00 00 00 03 41 40 c3 c2 08 a6 55 9a 43 49 d1 78 d6 79 b1 00 00 00 00 53 41 40 c3 c2 08 4a 37 a2 41 58 f2 7a 41 fc f9 68 43 49 b1 77 c8 03 02 00 00 00 00 53 40 40 c3 c2 08 30 ec a4 c1 36 d4 d3 c1 49 b1 39 82 7c 93 00 00 00 00 53 40 40 c3 c2 08 48 81 9c c1 72 35 ca c1 49 d1 d6 a5 c0 14 00 00 00 00 53 41 40 c3 c2 08 bf 66 0a c1 eb 27 7e c0 da 17 b0 43 49 d1 52 69 52 ab 00 00 00 00 53 41 40 c3 c2 08 a3 95 b7 c0 c2 e8 5f c0 00 c2 98 43 49 b1 e0 67 1e 43 00 00 00 00 53 40 40 c3 c2 08 02 b4 6b c1 49 d4 9d c1 49 d1 14 92 e0 8d 00 00 00 00 53 41 40 c3 c2 08 61 7c f6 c0 f5 6e 3e c0 97 e0 a8 43 49 91 cf c5 8c 55 00 00 00 00 03 41 40 c3 c2 08 03 99 a6 43 49 d1 fa 85 83 38 00 00 00 00 53 41 40 c3 c2 08 e2 3b ca 41 1f 94 a2 41 37 30 62 43 49 b1 da 2c fb 01 00 00 00 00 53 40 40 c3 c2 08 b1 5e 7c c1 4f 8b a7 c1 49 b1 b3 e4 a0 35 00 00 00 00 53 40 40 c3 c2 08 62 98 8d c1 ad 08 c6 c1 49 d1 b1 f5 e2 16 00 00 00 00 53 41 40 c3 c2 08 13 93 b7 41 aa d9 91 41 cd d6 61 43 49 d1 7d 9e 4f 95 00 00 00 00 53 41 40 c3 c2 08 9c 14 b1 41 30 d7 89 41 34 a1 66 43 49 b1 c2 fb 5d e3 00 00 00 00 53 40 40 c3 c2 08 8b 55 91 41 0f 95 63 41 49 d1 98 86 c2 fc 00 00 00 00 53 41 40 c3 c2 08 23 bd c2 41 b9 14 9b 41 ff f7 59 43 49 b1 9c 95 cc b0 00 00 00 00 53 40 40 c3 c2 08 b4 f2 96 c1 0c 8d be c1 00 00 68 02 00 00 60 11 14 00 68 02 00 00 9e 4d 39 fa 9f be 79 e7 49 b1 ce 9d 6e 22 00 00 00 00 53 40 40 43 c1 08 9d 47 6c c0 03 1e 8b 3f 49 d1 57 aa f2 47 00 00 00 00 83 43 40 43 c1 08 37 b5 ce 40 57 ee 6c 42 f1 8c 3b 40 49 32 01 59 36 3d 73 00 00 00 00 f3 03 40 43 c1 08 c6 6b 4b c0 9e 9f 80 40 f0 b9 ef 3f 68 6a 6f 3f 93 fc bd 42 f9 30 34 42 49 32 01 2c 72 9d 9c 00 00 00 00 f3 03 40 43 c1 08 d6 83 49 c0 aa 9a 80 40 19 48 c2 3f 00 d6 b3 43 2f 0b 97 42 fc 2b a8 43 49 d1 8d 79 01 48 00 00 00 00 53 41 40 43 c1 08 20 85 55 c0 94 e6 d4 3f a5 d0 6c 42 49 a1 eb 21 0b d1 00 00 00 00 53 40 40 01 2f 4c 58 c0 97 78 e3 3f 49 a1 da 37 c9 79 00 00 00 00 53 40 40 01 f8 6e 50 c0 31 15 c9 3f 49 02 01 72 7d e4 c2 00 00 00 00 d3 43 40 01 20 85 55 c0 94 e6 d4 3f 0a c3 cc 40 c9 dc 70 42 fd c0 31 40 49 a1 a5 8e c1 24 00 00 00 00 53 40 40 01 20 85 55 c0 94 e6 d4 3f 49 32 01 79 59 6f c5 00 00 00 00 f3 03 40 43 c1 08 6a 6b 4b c0 b6 9f 80 40 a0 ba ef 3f 8e 3b d7 41 ab 60 f9 42 3c 08 5f 42 49 32 01 35 7d 86 e7 00 00 00 00 f3 03 40 43 c1 08 f9 82 49 c0 2b 9b 80 40 ab 47 c2 3f 5d 53 0f 42 b1 f8 63 42 27 a4 a5 43 49 d1 d0 5f 84 61 00 00 00 00 53 41 40 03 c2 08 b4 2b 17 c1 db ae b3 bf 6f 3a af 42 49 b1 73 2a a5 a7 00 00 00 00 83 41 40 03 c2 08 4c 66 86 41 6f 3a af 42 49 c1 8f be fa 35 00 00 00 00 53 41 40 01 b4 2b 17 c1 db ae b3 bf 6f 3a af 42 49 a1 21 73 f3 73 00 00 00 00 53 40 40 01 39 ea 16 c1 75 39 a4 bf 49 a1 55 d2 1d c7 00 00 00 00 53 40 40 01 4d c1 16 c1 f6 ea c2 bf 49 e1 a3 e6 d6 68 00 00 00 00 d3 41 40 01 b4 2b 17 c1 db ae b3 bf 4d 66 86 41 6f 3a af 42 49 a1 08 f5 76 a5 00 00 00 00 53 40 40 01 b4 2b 17 c1 db ae b3 bf 49 2a 01 06 ec 86 21 00 00 00 00 f3 03 40 82 10 e4 0c 12 c1 32 cd 8c 40 12 c4 9a bf 23 9f 51 42 d4 c8 ab 42 0f fc 73 41 49 2a 01 da cd c0 99 00 00 00 00 f3 03 40 82 10 fd 68 12 c1 df e8 88 40 0f 98 c6 bf b4 7b 89 42 e3 49 92 43 d3 33 48 43 40 60 00 00 00 60 11 05 00 60 00 00 00 1e d8 ae c8 58 d1 3d a5 51 69 62 1b 1d 01 00 00 80 22 44 00 80 22 44 51 69 62 1b 21 01 00 00 00 7a 43 00 00 7a 43 51 69 62 1b 25 01 00 00 00 c8 43 00 00 c8 43 51 69 62 1b 29 01 00 00 00 00 00 00 00 96 43 51 69 62 1b 2d 01 00 00 00 00 00 00 00 80 3f 00 00 00 00 00 68 02 00 00 60 11 18 00 68 02 00 00 31 3f 9d 62 57 42 ec c1 49 d1 ec 61 c8 80 00 00 00 00 53 41 40 d3 c2 08 6d d9 a6 c1 58 d6 bc 40 d0 09 a0 42 49 91 7f 40 77 31 00 00 00 00 03 41 40 d3 c2 08 d0 09 a0 42 49 c1 19 54 ec 83 00 00 00 00 53 41 40 01 6d d9 a6 c1 58 d6 bc 40 d0 09 a0 42 49 a1 ec 08 25 8c 00 00 00 00 53 40 40 01 aa d9 a6 c1 53 bc c0 40 49 a1 c5 21 42 30 00 00 00 00 53 40 40 01 79 84 a6 c1 ff 2b b9 40 49 c1 07 92 6f 14 00 00 00 00 53 41 40 01 6d d9 a6 c1 58 d6 bc 40 d1 09 a0 42 49 a1 cf 22 a0 50 00 00 00 00 53 40 40 01 6d d9 a6 c1 58 d6 bc 40 49 91 ce 04 25 7b 00 00 00 00 03 41 40 d3 c2 08 a9 92 9a 43 49 b1 78 d6 79 b1 00 00 00 00 53 40 40 d3 c2 08 28 00 a2 41 5d 9f 7a 41 49 b1 77 c8 03 02 00 00 00 00 53 40 40 d3 c2 08 f2 be a4 c1 2c a0 d3 c1 49 b1 39 82 7c 93 00 00 00 00 53 40 40 d3 c2 08 05 54 9c c1 5d 01 ca c1 49 d1 d6 a5 c0 14 00 00 00 00 53 41 40 d3 c2 08 4f 8d 0a c1 d7 d6 7d c0 d4 8d af 43 49 d1 52 69 52 ab 00 00 00 00 53 41 40 d3 c2 08 20 93 b8 c0 5f 0e 5f c0 5c 7e 98 43 49 b1 e0 67 1e 43 00 00 00 00 53 40 40 d3 c2 08 88 59 6b c1 2f a0 9d c1 49 d1 14 92 e0 8d 00 00 00 00 53 41 40 d3 c2 08 2d 1b f7 c0 b7 f3 3c c0 58 85 a8 43 49 91 cf c5 8c 55 00 00 00 00 03 41 40 d3 c2 08 1b 26 a7 43 49 d1 fa 85 83 38 00 00 00 00 53 41 40 d3<message truncated>

Second error:

ArgumentOutOfRangeException: ArgumentOutOfRange_NeedNonNegNum
Parameter name: count
System.ArraySegment`1[T]..ctor (System.Byte[ ] array, System.Int32 offset, System.Int32 count) (at <dcf6bec1c5764d29a37432d4b047f650>:0)
Unity.Netcode.Transports.UTP.BatchedReceiveQueue.PopMessage () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.8.0/Runtime/Transports/UTP/BatchedReceiveQueue.cs:100)
Unity.Netcode.Transports.UTP.UnityTransport.ReceiveMessages (System.UInt64 clientId, Unity.Networking.Transport.NetworkPipeline pipeline, Unity.Networking.Transport.DataStreamReader dataReader) (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.8.0/Runtime/Transports/UTP/UnityTransport.cs:848)
Unity.Netcode.Transports.UTP.UnityTransport.ProcessEvent () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.8.0/Runtime/Transports/UTP/UnityTransport.cs:905)
Unity.Netcode.Transports.UTP.UnityTransport.Update () (at ./Library/PackageCache/com.unity.netcode.gameobjects@1.8.0/Runtime/Transports/UTP/UnityTransport.cs:938)

And error after it:

Resetting event queue with pending events (Count=4, ConnectionID=0) Listening: 0
#1 DefaultBurstRuntimeLogCallback(void*, BurstLogType, char const*, char const*, int)
#2 Unity.Jobs.IJobExtensions.JobStruct`1<Unity.Networking.Transport.NetworkDriver.ClearEventQueue>.Execute(ref Unity.Networking.Transport.NetworkDriver.ClearEventQueue data, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, ref Unity.Jobs.LowLevel.Unsafe.JobRanges ranges, int jobIndex) -> void_aaaff58bdce476e006d3a95c8933df9f from UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
#3 66e0c9e0a22b920628a7b7c6361a618b
#4 ExecuteJob(ManagedJobData*, void (*)(void*, void*, void*, void*, int), int, unsigned char*)
#5 ForwardJobToManaged(ManagedJobData*)
#6 ujob_execute_job(ujob_control_t*, ujob_lane_t*, ujob_job_t*, ujob_handle_t, unsigned int)
#7 lane_guts(ujob_control_t*, ujob_lane_t*, int, int)
#8 worker_thread_routine(void*)
#9 Thread::RunThreadWrapper(void*)
#10 _pthread_start
#11 thread_start

Transport version is above 1.3.4…