Maniphest T60137

EEVEE crashes (but CYCLES does not) when attempting to run attached file
Closed, Resolved

Assigned To
Dalai Felinto (dfelinto)
Authored By
Sydney Weidman (sydneyw)
Jan 4 2019, 1:36 AM
Tags
  • BF Blender
Subscribers
Dalai Felinto (dfelinto)
Philipp Oeser (lichtwerk)
Sergey Sharybin (sergey)
Sydney Weidman (sydneyw)

Description

System Information
OS: Ubuntu 16.04.5 LTS 64-bit
Graphics card: GeForce GTX 670MX/PCIe/SSE2

Blender Version
Blender 2.80 (sub 37)
build date: 2018-12-16
build time: 00:05:54
build commit date: 2018-12-15
build commit time: 22:49
build hash: 4b545d1bbf4
build platform: Linux
build type: Release

Short description of error
blender dumps core when attempting to render using Eevee engine. Cycles does not crash

Exact steps for others to reproduce the error
open attached file
render it using Eevee
crashes

console output:

Read blend: /home/sweidman/Documents/blender/planet.blend
add_relation(NTree->Light Parameters) - Failed, but op_from (ComponentKey(NTShader Nodetree, SHADING)) was ok
add_relation(NTree->Light Parameters) - Could not find op_to (ComponentKey(LALight, PARAMETERS))
add_relation(NTree->Light Parameters) - Failed, but op_from (ComponentKey(NTShader Nodetree, SHADING)) was ok
add_relation(NTree->Light Parameters) - Could not find op_to (ComponentKey(LALight, PARAMETERS))
Writing: /tmp/planet.crash.txt
Segmentation fault (core dumped)



Related Objects

Mentioned In
rBdfc0d3755b9b: Depsgraph: Fix missing relation from node tree to light
Mentioned Here
rBbfac8a429c7f: Silence warning

Event Timeline

Sydney Weidman (sydneyw) created this task.Jan 4 2019, 1:36 AM
Sydney Weidman (sydneyw) updated the task description.Jan 4 2019, 1:58 AM
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 30.Jan 4 2019, 9:58 AM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

Cannot reproduce here (fedora29, 970m).

Not sure this could be related to missing textures:

Warning: Path '/.../T60137/assets/textures/2k_mars.jpg' not found

but just to make sure: could you please pack the file an reupload your .blend?

Marking as incomplete until we have that...

Sydney Weidman (sydneyw) added a comment.Jan 4 2019, 12:46 PM

Hope that's ok.

Dalai Felinto (dfelinto) changed the task status from Unknown Status to Resolved.Jan 4 2019, 3:58 PM
Dalai Felinto (dfelinto) claimed this task.
Dalai Felinto (dfelinto) raised the priority of this task from 30 to 50.
Dalai Felinto (dfelinto) added a subscriber: Dalai Felinto (dfelinto).

I can reproduce this with the old hash, however with the latest HEAD (bfac8a429c7f) it is working fine.

Dalai Felinto (dfelinto) added a subscriber: Sergey Sharybin (sergey).Jan 4 2019, 4:00 PM

@Sergey Sharybin (sergey) no bug here, but if you want a sample file with a few missing depsgraph warnings (e.g., Could not find op_to (ComponentKey(LALight, PARAMETERS))).

Sergey Sharybin (sergey) mentioned this in rBdfc0d3755b9b: Depsgraph: Fix missing relation from node tree to light.Jan 4 2019, 4:19 PM
Sergey Sharybin (sergey) added a comment.Jan 4 2019, 4:19 PM

@Dalai Felinto (dfelinto), thanks for letting me know. While it might be not related to this specific report, it was a legit bug in dependency graph.