Packaged Windows v1.55.1 loads external Python 3.14 and crashes in python314.dll #9
What are you trying to do?Attempting to install and run OpenCut on Windows 10 Pro. The server stops running when Premiere Pro is opened. Details: System site-packages: added 2 paths from C:\Users\charl\AppData\Local\Programs\Python\Python314\python.EXE OpenCut Backend Server v1.55.1 C:\Program Files\OpenCut\server_internal\python313.dll Faulting application version: 0.0.0.0 Faulting application path: Faulting module path: python313.dll edge-tts 6.1.19 'C:\Program Files\OpenCut\server_internal\opencut_generated\route_manifest.json'
I examined: C:\Users\charl\AppData\Roaming\Adobe\CEP\extensions\com.opencut.panel\host\index.jsx That JavaScript file contains the logic that constructs and executes a temporary Windows .bat file to start the backend. The important finding from that test was: I altered the startup behavior so that the backend could be launched directly rather than relying on the normal CEP startup path. What have you tried?No response Version and platform1.55.1 on Windows 10 Pro |
Replies: 2 comments
|
I have additional context: System site-packages: added 2 paths from C:\Users\charl\AppData\Local\Programs\Python\Python314\python.EXE OpenCut Backend Server v1.55.1 Faulting module name: python314.DLL C:\Program Files\OpenCut\server_internal\python313.dll Added ~/.opencut/packages to sys.path (fallback) OpenCut Backend Server v1.55.1 ... System site-packages: added 2 paths from C:\Users\charl\AppData\Local\Programs\Python\Python314\python.EXE OpenCut Backend Server v1.55.1 Startup runtime behavior |
|
Workaround - uninstall OpenCut and all associated files, hide Python 3.14 by renaming folder, install Python 3.13.15, reinstall OpenCut. However... there is a new problem, which deserves its own discussion. |
Workaround - uninstall OpenCut and all associated files, hide Python 3.14 by renaming folder, install Python 3.13.15, reinstall OpenCut.
However... there is a new problem, which deserves its own discussion.