Hi, after updating the pro package (bought in the asset store) from 5.3.3 to 5.4.4, we have been having application crashes from time to time. I’m not quite able to understand what’s going wrong and would like some inputs. The crashes seems to come from A*, but maybe it’s just something we did wrong when upgrading. I upgraded by entirely removing the old package and importing the new one as recommended. We only use cached RecastGraphs in our project.
Here are the errors I get in the crash logs:
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD5DEA26)
0x00007FF9AD5DEA26 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD5DF2FC)
0x00007FF9AD5DF2FC (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD5DAA92)
0x00007FF9AD5DAA92 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD5DC41F)
0x00007FF9AD5DC41F (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD0B1BFF)
0x00007FF9AD0B1BFF (UnityPlayer) (function-name not available)
0x0000022C73AEAD1A (Mono JIT Code) (wrapper managed-to-native) Unity.Jobs.JobHandle:ScheduleBatchedJobsAndComplete (Unity.Jobs.JobHandle&)
0x0000022BF2BD278B (Mono JIT Code) Unity.Jobs.JobHandle:Complete ()
0x0000022BFB40EE63 (Mono JIT Code) Pathfinding.Sync.Promise`1<Pathfinding.Graphs.Navmesh.TileCutter/TileCutterOutput>:Complete ()
0x0000022BFB405363 (Mono JIT Code) Pathfinding.Graphs.Navmesh.NavmeshUpdates/NavmeshUpdateSettings:ReloadDirtyTilesImmediately ()
0x0000022BFB404DBB (Mono JIT Code) Pathfinding.Graphs.Navmesh.NavmeshUpdates/NavmeshUpdateSettings:b__30_0 (Pathfinding.IWorkItemContext)
0x0000022BFB40438C (Mono JIT Code) Pathfinding.WorkItemProcessor:ProcessWorkItems (bool,bool)
0x0000022BFB40413B (Mono JIT Code) Pathfinding.WorkItemProcessor:ProcessWorkItemsForUpdate (bool)
0x0000022BFB404073 (Mono JIT Code) AstarPath:PerformBlockingActions (bool)
0x0000022D63E973F3 (Mono JIT Code) AstarPath:Update ()
0x0000022BF2BCF5A8 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
0x00007FF9AC894B7E (mono-2.0-bdwgc) mono_jit_set_domain
0x00007FF9AC7CD204 (mono-2.0-bdwgc) mono_object_get_virtual_method
0x00007FF9AC7CD37C (mono-2.0-bdwgc) mono_runtime_invoke
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD7DFE96)
0x00007FF9AD7DFE96 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD7DFFD1)
0x00007FF9AD7DFFD1 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD4B0D20)
0x00007FF9AD4B0D20 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD61F778)
0x00007FF9AD61F778 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD61F964)
0x00007FF9AD61F964 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD61FE82)
0x00007FF9AD61FE82 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD8733DB)
0x00007FF9AD8733DB (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD875DAB)
0x00007FF9AD875DAB (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF9AD87910B)
0x00007FF9AD87910B (UnityPlayer) (function-name not available)
0x00007FF9AD8793AB (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: ‘Tentative d’accès à une adresse non valide.’ (Address: 00007FF7410611F6)
Sorry for not being able to provide much infos. Thanks for reading