auto-subs icon indicating copy to clipboard operation
auto-subs copied to clipboard

Workspace>Scripts>AutoSubs V2 Only flashes a window very briefly then closes

Open passwordispassword opened this issue 11 months ago • 2 comments

I downloaded the Windows installer and it installed successfully but when i try to use it all it does is flash a window very briefly then closes and nothing happens

Windows 11 Resolve version: 19.1.3 Build 7 Updated Python to 3.12.8, no luck

Resolve console shows:

Operating System: Windows AutoSubs launched successfully. AutoSubs server is listening on port: 56002 Operating System: Windows AutoSubs launched successfully. AutoSubs server is listening on port: 56002

Do i need to download something else to run it?

passwordispassword avatar Jan 29 '25 18:01 passwordispassword

Potentially related Issue #149 It appears Resolve v19.1 removes access to UI manager from the free version of Resolve.

steveroot avatar Feb 09 '25 16:02 steveroot

if your console shows "An attempt was made to access a socket in a way forbidden by its access permissions." error. search for apps which use ports 56001 and 56002 by command: Get-Process -Id (Get-NetTCPConnection -LocalPort 56001).OwningProcess it will tell you process which you have to kill or give error if there is no such and close them

vadyxac avatar May 17 '25 17:05 vadyxac