View Single Post
Old 03-24-2020, 01:11 PM   #43
amagalma
Human being with feelings
 
amagalma's Avatar
 
Join Date: Apr 2011
Posts: 3,458
Default

Quote:
Originally Posted by creator31 View Post
Hi amagalma, thanks for your reply. I think I've got it correctly installed for OSX:

Code:
/Users/xxxx/Library/Application\ Support/REAPER/UserPlugins/reaper_js_ReaScriptAPI32.dylib
I don't remember installing it, but I've had it for a while. There haven't been any errors before this, but to be honest, I've got not idea which of my installed scripts have been using it.

Another thing, which I'm not sure is related, but if I click the dialog that appears with the error, it opens this url:

file:///

and shows a file-list of the root of my HD. Not sure if it's meant to do that.

Anyway, thanks again amagalma.

The dialog should open this, which is the forum thread of the JS_ReaScriptAPI extension.



Open the script with the editor (choose Edit... in the Actions List) and navigate to line 200:
Code:
local windowHWND = reaper.JS_Window_Find( "ReaScript console output", true )

Is reaper.JS_Window_Find red in color? Or anything else with JS_ red in the script? If yes, that means that you don't have it correctly installed. Go to the thread of the extension and follow the steps to install it. If everything is ok, then I have no idea.. Better to ask in the extension's thread...
__________________
Most of my scripts can be found in ReaPack.
If you find them useful, a donation would be greatly appreciated! Thank you! :)
amagalma is offline   Reply With Quote