CTD when accessing projectItem of sourceMonitor after dropping clip in source monitor
Hey folks!
I am experiencing a severe problem while working with the sourceMonitor.projectItem, if a clip or image was "manually" dropped into the sourceMonitor or opened by the sourceMonitor object from qe or the app object.
Scenario:
Open a new empty project.
Open the source monitor view.
Drag & drop an item from the desktop into the source monitor view.
Try to access app.sourceMonitor.getProjectItem().nodeId (from Extendscript Toolkit or from the app object in jsx).
=> Premiere crashes to desktop.
PP2019 just crashes (Extendscript Toolkit might raise a "send crash report" dialog).
PP2020 shows the "send crash report" dialog, even without the Toolkit opened.
The crash report includes EXCEPTION_ACCESS_VIOLATION and says something about ram not accessible for write.
I was not able to try-catch anything there...
This does not happen when I open an item from a bin using the context dialog "open in source monitor".
It also does not happen when I try to identify the sourceMonitor.projectItem by its name - instead of the nodeId.
So this is working:
var test = app.sourceMonitor.getProjectItem().name;
And this forces the crash:
var test = app.sourceMonitor.getProjectItem().nodeId;
The System is:
Windows 10 Enterprise v1809
Intel Xeon E3-1240
32GB RAM
NVIDIA NVS 310
using renderer: Mercury Playback Engine Software
PPro 2019 v13.1.5, PPro 2020 v14.2.0
But it happens on other windows machines too (with better hardware)...
Is there any workaround which might be of help?
Regards,
Guntram