Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Burst Error
#1
Triste 
There are two Obi Skinned Cloths under one Obi Solver. However, when I run the game in this state, one of them is not displayed correctly and the following Burst error occurs at the same time.

System.IndexOutOfRangeException: Index 418 is out of range of '296' Length.
This Exception was thrown from a job compiled with Burst, which has limited exception support.
0x00007ff9f51e576e (72dbf73df38f408656fe02d0f2c0200) burst_Abort_Trampoline
0x00007ff9f5152c39 (72dbf73df38f408656fe02d0f2c0200) Unity.Collections.NativeArray`1<Unity.Mathematics.float4x4>.FailOutOfRangeError (at G:/UnityProject/TestPrject_20240825/Library/PackageCache/com.unity.burst@1.8.18/.Runtime/unknown/unknown:0)
0x00007ff9f519c69c (72dbf73df38f408656fe02d0f2c0200) Unity.Jobs.IJobParallelForExtensions.ParallelForJobStruct`1<Obi.UpdateSkinJob>.Execute(ref Obi.UpdateSkinJob jobData, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, ref Unity.Jobs.LowLevel.Unsafe.JobRanges ranges, int jobIndex) -> void_1a17c9416545ae7079718413b8a5101d from UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (at G:/UnityProject/TestPrject_20240825/Library/PackageCache/com.unity.burst@1.8.18/.Runtime/unknown/unknown:0)
0x00007ff9f519b1bd (72dbf73df38f408656fe02d0f2c0200) a03642dfa924890cc81509aac1c5d57a
0x00007ff6ef066982 (Unity) ExecuteJob
0x00007ff6ef066cf4 (Unity) ExecuteJobCopyData
0x00007ff6ef067a2f (Unity) ForwardJobForEachToManaged
0x00007ff6ef063ddd (Unity) ujob_execute_job
0x00007ff6ef062fcd (Unity) lane_guts
0x00007ff6ef065c04 (Unity) worker_thread_routine
0x00007ff6ef2931fb (Unity) Thread::RunThreadWrapper
0x00007ffab85b257d (KERNEL32) BaseThreadInitThunk
0x00007ffaba80af28 (ntdll) RtlUserThreadStart



Am I using it wrong? Is there something else causing this?
The versions are as follows.

Unity 2022.3.43f1 (URP)
Burst 1.8.18
Jobs 0.79.9-preview.7
Mathematics 1.3.2
Reply


Messages In This Thread
Burst Error - by Cat3Man - 4 hours ago