Maniphest T80954

Rendering fire simulation outside caché range, crashes blender 2.90.0 when using Cycles.
Closed, Resolved

Assigned To
Carlos Troncoso (schmick)
Authored By
Carlos Troncoso (schmick)
Sep 19 2020, 8:24 AM
Tags
  • BF Blender
  • Nodes & Physics
Subscribers
Carlos Troncoso (schmick)
Germano Cavalcante (mano-wii)
Richard Antalik (ISS)

Description

System Information
Operating system: Ubuntu 20.04
Graphics card: GTX 1050Ti

Blender Version
Broken: 2.90.0
Worked: 2.83

Short description of error
When a scene with 250 frames, has a smoke/fire simulation in the 50-250 range, rendering any frame between 1 to 49 using cycles will crash blender with the following error.

terminate called after throwing an instance of 'openvdb::v7_0::ValueError'
  what():  ValueError: can't construct a dense grid with an empty bounding box
Aborted (core dumped)

Exact steps for others to reproduce the error
Open blender
Create quick simulation with default cube.
Set simulation caché range to 50-250
Set simulation type to MODULAR
Bake simulation.
Render frame 150 on eevee: works
Render frame 10 on eevee: works
Change render engine to Cycles
Render frame 150 on cycles: works
Render frame 10 on cycles: crash.

Event Timeline

Carlos Troncoso (schmick) renamed this task from Rendering fire simulation outside caché range, crashes blender when using Cycles. to Rendering fire simulation outside caché range, crashes blender 2.90.0 when using Cycles..Sep 19 2020, 8:24 AM
Carlos Troncoso (schmick) created this task.
Carlos Troncoso (schmick) added a project: Nodes & Physics.Sep 19 2020, 8:49 AM
Germano Cavalcante (mano-wii) added a subscriber: Germano Cavalcante (mano-wii).Sep 22 2020, 9:23 PM

I tested it here but I can't reproduce the problem whether rendering with CPU or GPU :\


Operating system: Windows-10-10.0.18941 64 Bits
Graphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.13596 Core Profile Context 20.10.19.02 27.20.1019.2002

Carlos Troncoso (schmick) added a comment.Sep 22 2020, 9:26 PM
In T80954#1021223, @Germano Cavalcante (mano-wii) wrote:

I tested it here but I can't reproduce the problem whether rendering with CPU or GPU :\


Operating system: Windows-10-10.0.18941 64 Bits
Graphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.13596 Core Profile Context 20.10.19.02 27.20.1019.2002

Might be a linux only issue.
Will test on a fresh 2.9 download and a snapstore version tonight.

Carlos Troncoso (schmick) added a comment.Sep 23 2020, 5:33 AM
In T80954#1021225, @Carlos Troncoso (schmick) wrote:
In T80954#1021223, @Germano Cavalcante (mano-wii) wrote:

I tested it here but I can't reproduce the problem whether rendering with CPU or GPU :\


Operating system: Windows-10-10.0.18941 64 Bits
Graphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.13596 Core Profile Context 20.10.19.02 27.20.1019.2002

Might be a linux only issue.

Will test on a fresh 2.9 download and a snapstore version tonight.

Didn't work.
Got a fresh copy, deleted all userprefs, and still got

terminate called after throwing an instance of 'openvdb::v7_0::ValueError'
what():  ValueError: can't construct a dense grid with an empty bounding box
Richard Antalik (ISS) changed the task status from Needs Triage to Needs Information from User.Sep 28 2020, 11:52 AM
Richard Antalik (ISS) added a subscriber: Richard Antalik (ISS).

Please check if this issue exists in latest development build from https://builder.blender.org/download/

Carlos Troncoso (schmick) closed this task as Resolved.Sep 30 2020, 5:48 AM
Carlos Troncoso (schmick) claimed this task.
In T80954#1024609, @Richard Antalik (ISS) wrote:

Please check if this issue exists in latest development build from https://builder.blender.org/download/

I downloaded "blender-2.91.0-e5aa9decb23f". Worked without crashing. Marking this as resolved. Thanks!