Kodi Crashing Regularly (Path Substitution??)



I would like to determine the cause of my regular crashes. These 5 crashes all occurred in the past 2-3 days after a recent clean install of 20.2 (with a restore from a recent Backup). I do not have a ton of extensions – mostly Emby for Kodi, and Embycon, along with some other things. No questionable extensions.

In most of these cases, I am simply scrolling through movies on a homescreen widget at the time of the crash. I have path substitution enabled in advancedsettings, so images get cached to my NAS which is connected via NFS. These crashes are actually normal for me after a clean install with a restore from backup. This has long made me think that these are related to the Path Substitution. I use path substitution because my TV has very little storage space, and the USB port is quite slow. Switching to NFS gave me much better speed for image loading.

I’ll add that I’m well aware that I’m using 20.2. I upgraded to 21 only to discover that my preferred skin is not available yet. I then downgraded to 20.5, and experienced more crashing, so I downgraded again. I know the copout answer is “you’re on an old unsupported version”.

crash 1: https://privatebin.net/?0b0c8f1556c7a24d…2VszHuMV7r
crash 2: https://privatebin.net/?4ea74834b39362f5…iBP5Rmh5xr
crash 3: https://privatebin.net/?d81b7499305af069…EErXvN3uHc
crash 4: https://privatebin.net/?636e553d0f626143…PMpezfgsR8
crash 5: https://privatebin.net/?41e39c23a7d17c12…BX6TW4qQvb

here is my advancedsettings.xml:

Code:
<advancedsettings>
 <pathsubstitution>
  <substitute>
    <from>special://profile/Thumbnails/</from>
    <to>nfs://192.168.1.209/export/kodi/Thumbnails</to>
  </substitute>
 </pathsubstitution>
 <network>
  <curllowspeedtime>9999999</curllowspeedtime>
  <curlclienttimeout>9999999</curlclienttimeout>
 </network>
</advancedsettings>

Does anybody have any ideas, suggestions, comments, etc that could help me out? Thanks!