Opus crashed (Crash ID 316) while using the script AutoOpenPairedFolder (Add-in) by Ixp. Actually the script was running fine till I made little edit to code:
I put // before the line: ' NEWTAB=findexisting' +
in order to open the paired folder in the same tab instead of a new tab.
Thanks @Leo for pointing out the reason for the crash and giving me the solution. Thanks @lxp for providing us very useful script. The crash occurred due to my fault. I should not have modified the script without fully knowing it.
Don't worry, breaking stuff is the best way to learn.
FWIW, I couldn't reproduce the crash when I tried, but it may depend what you click and when after the two file displays are endlessly reacting to each other. (It's also possible some unreleased changes avoid the crash, as we've made some general stability improvements for the next update; not sure though. Once the lister is in that endless loop, it's not much use either way, of course.)
@Jon@Leo, If possible it would be nice if Opus can detects if the script results in an endless feedback loop and instead of crashing, it stops the script and shows an error dialog.