OS (e.g. Win10): Mac OS
PsychoPy version (e.g. 1.84.x): 2022.2.2
What are you trying to achieve?: I noticed that my output CSV file is missing some columns. It will print the timestamp of when the image component and the associated slider first appeared for that trial but it does not record the timestamp of when the image and slider stopped (image.stopped slider.stopped). 'Save onset/offset times" are enabled for both components and the image component is set to “set every frame”. Additionally both of these components are part of a loop (not sure if this may be why the .stopped columns are not displaying). Has anyone else experienced this issue or familiar with a line of code that could be implemented to ensure that the .stopped timestamps are recorded at the end of each routine before the loop restarts?