• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

P: Infinite adding of MRUFileListChanged event in the ScriptListenerJS.log

Explorer ,
Nov 07, 2019 Nov 07, 2019

Copy link to clipboard

Copied

Adobe Photoshop: 21.0.0 20191018.r.37 2019/10/18: 614690fb487  x64
ScriptListener plugin is installed.

After updating to 21.0.0 I see unexpected behaviour of ScriptListener - the listener's log ScriptListenerJS.log is very large and grow very quickly even I do nothing inside the Photoshop. And the log is full of the MRUFileListChanged event blocks like the following

var idMRUFileListChanged = stringIDToTypeID( "MRUFileListChanged" );
    var desc5980 = new ActionDescriptor();
    var iddontRecord = stringIDToTypeID( "dontRecord" );
    desc5980.putBoolean( iddontRecord, true );
    var idforceNotify = stringIDToTypeID( "forceNotify" );
    desc5980.putBoolean( idforceNotify, true );
executeAction( idMRUFileListChanged, desc5980, DialogModes.NO );


Steps to reproduce

  • Close Photoshop
  • Clear ScriptListenerJS.log and save
  • Run Photoshop, create document and draw something
  • Close document without saving.
  • Check ScriptListenerJS.log 


Expected behaviour - the log is stable, no records being added (because no actions is being performed in Photoshop)

Actual behaviour: the log is infinitely growing by adding the MRUFileListChanged blocks mentioned mentioned above. The only way to stop this is to close Photoshop.

This behaviour almost blocked my jsx scripting work and this is very sad.

Bug Fixed
TOPICS
macOS , Windows

Views

192

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 19, 2020 Feb 19, 2020
This should be fully fixed in the 21.1 update that went out last night.

Votes

Translate

Translate
4 Comments
Adobe Employee ,
Nov 07, 2019 Nov 07, 2019

Copy link to clipboard

Copied

Thanks for reporting. I've asked engineering to look into this.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Nov 07, 2019 Nov 07, 2019

Copy link to clipboard

Copied

Hi Serg,

We're aware of the issue and are working on a solution which we hope to have out to users asap.

Thanks,
Adam

Votes

Translate

Translate

Report

Report
Explorer ,
Nov 13, 2019 Nov 13, 2019

Copy link to clipboard

Copied

In PS  21.0.1 this seems to be fixed. MRUFileListChanged event are present, but in limited amount.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Feb 19, 2020 Feb 19, 2020

Copy link to clipboard

Copied

LATEST
This should be fully fixed in the 21.1 update that went out last night.

Votes

Translate

Translate

Report

Report