Software crash on render of a cloud project

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

maximesenger

  • Posts: 1
  • Joined: Mon Apr 28, 2025 7:13 am
  • Real Name: Maxime SENGER

Software crash on render of a cloud project

PostMon Apr 28, 2025 7:21 am

Hello,
I am here to report a bug that causes DaVinci Resolve to crash when starting a render of a timeline in a cloud project.

Here is a minimal reproduction:
Code: Select all
local renderSettings = {
    SelectAllFrames = true,
    TargetDir = "/Users/maximesenger/Desktop",
    CustomName = "test.wav",
}

local project = resolve:GetProjectManager():GetCurrentProject()
project:SetRenderSettings(renderSettings)

local jobId = project:AddRenderJob()
print(jobId)


project:StartRendering(jobId)

local progress = project:GetRenderJobStatus(jobId)
local jobStatus = progress["JobStatus"]

print(jobStatus)


This script will cause the crash (not responding) of DV on macos and windows (not tested on linux) if started on a cloud project. The issue is caused by the `StartRendering` call.

I believe this is not an issue on my side but rather a bug of DV.
Does a workaround exists? Also is the Blackmagic team aware of the issue? And if so, is there an ETA on a possible fix?

Thanks for reading me :)

Return to DaVinci Resolve

Who is online

Users browsing this forum: BartReynaard, cpearless, Google [Bot], GordonRobb, KrunoSmithy, Mads Johansen, MagicMind, Steve Alexander and 345 guests