The logic to check the version number of Adreno devices does not work if there are letters in the version (like Adreno 642L). ...
This is a regression from 4.13 ...
Here's a workaround void DestroyParticle(TGeometryParticleHandle<T, d>* Particle) { auto PBDRigid = Particle->CastToRigidParticle(); if(PBDRigid) { RemoveFromMapAndArray(PBDRigid, Ac ...