Resolve 18.6 Issues

I’ve installed Resolve 18.6 and followed the setup guides:

All went well and the ayon menu shows up but I get errors:

Launching the ayon menu

Running launch script: C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\hosts\resolve\startup.py
>>> [ No last workfile set to open. Skipping.. ] 
>>> [ Current project name in context: proj_pipe_002 ] 
>>> [ ayon_core.hosts.resolve installed ] 
Registering DaVinci Resolve plug-ins..
>>> [ Assigning resolve module to `ayon_core.hosts.resolve.api.bmdvr`: None ] 
>>> [ Assigning resolve module to `ayon_core.hosts.resolve.api.bmdvf`: None ] 

Clicking workflies button

Clicked Workfile
Using existing QApplication..
Registered font families: Noto Sans, Noto Sans, Noto Sans, Noto Sans, Noto Sans Mono Black, Noto Sans Mono, Noto Sans Mono ExtraBold, Noto Sans Mono ExtraLight, Noto Sans Mono Light, Noto Sans Mono Medium, Noto Sans Mono, Noto Sans Mono SemiBold, Noto Sans Mono Thin
Traceback (most recent call last):
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\tools\workfiles\widgets\window.py", line 307, in _on_show
    self.refresh()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\tools\workfiles\widgets\window.py", line 286, in refresh
    self._controller.reset()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\tools\workfiles\control.py", line 472, in reset
    current_file = self.get_current_workfile()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\tools\workfiles\control.py", line 312, in get_current_workfile
    return host.get_current_workfile()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\hosts\resolve\api\pipeline.py", line 85, in get_current_workfile
    return current_file()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\hosts\resolve\api\workio.py", line 80, in current_file
    pm = get_project_manager()
  File "C:\Users\danwn\AppData\Local\Ynput\AYON\addons\core_0.3.2\ayon_core\hosts\resolve\api\lib.py", line 79, in get_project_manager
    self.project_manager = bmdvr.GetProjectManager()
AttributeError: 'NoneType' object has no attribute 'GetProjectManager'

Any pointers? I’ve followed the docs, installing py3.10 and pip installed pyside2 and opentimelineio. I’m on Windows 11 also.

Cheers!

Just if anyone else isnt overly familiar with Resolve as I am. The issue was this doesnt work with the free version of Resolve. It has to be Resolve Studio. Works fine now.

Cheers!

1 Like