Inspiring
October 10, 2022
Question
ScriptListener not working in Photoshop 2022 or any other version
- October 10, 2022
- 7 replies
- 2515 views
Hello, I'm having issues making ScriptListener.8li plugin to work on my Photoshop. Windows 11.
Photoshop 2022 ( v23.5.1 ).
(This is happeninig on any Photoshopo version so I assume something is happening that I'm not aware of.
I upgraded my computer to Windows 11 and installed everything from scratch. I tried to install the ScriptListener plugin and using the next code to turn it ON and OFF but it gives me an error. I put the ScriptListener.8li under the Plug-ins folder of all my Photooshop versions and it is not working on any of them.
Issues:
- Nothing logs into the Desktop. No ScriptListener.log file is created when using Photoshop. I already tried to create a "Desktop" folder because I saw I have OneDrive active but nothing happens though.
- When I run this code, it igves me an error://///////////////////////////////////////////var listenerID = stringIDToTypeID("AdobeScriptListener ScriptListener");var keyLogID = charIDToTypeID('Log ');var d = new ActionDescriptor;d.putBoolean(keyLogID, true);executeAction(listenerID, d, DialogModes.NO);////////////////////////////////////////////

I would appreciate some help here, I'm kind of stuck for some scripts I'm creating.
Thanks!
