New version of the RenameTabItemCount script. Crashes started after inserting lines 109+110 in an attempt to get an item count for the tabs. Needed to remove the script because Opus kept restarting despite picking "close".
Crash log ID: 484
New version of the RenameTabItemCount script. Crashes started after inserting lines 109+110 in an attempt to get an item count for the tabs. Needed to remove the script because Opus kept restarting despite picking "close".
Crash log ID: 484
You've created an infinite loop (and stack overflow) by running Go REFRESH=source
while handling OnAfterFolderChange
.
We'll try to put some protection in to prevent this, but now you know what to avoid doing