sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
295 stars 76 forks source link

PDG bake alway make editor crash. #114

Closed ghost closed 3 years ago

ghost commented 3 years ago

i am using latest release houdini engine V2 for Unreal 4.26 and trying pdg here, when i am clicked pdg bake button unreal editor would crash immediately. i found that BakedOutputContainer.BakedOutputs alway empty when function BakePDGWorkResultObject call function BakeHoudiniOutputsToActors which make editor crash. is it a bug? or is my operate error?

kamilhepner commented 3 years ago

The same here, when trying to bake landscape tiles to get world composition working. wc_crash_bug

PDG network wc_crash_pdg

World composition node wc_crash_compNode

Content browser wc_crash_contentB

World outliner wc_crash_worldO

Geometry spreadsheet wc_crash_spreadsheet

All data is there unfortunately it crashes all the time when trying to bake it wc_crash_bake

kuimig commented 3 years ago

me too c:\program files\epic games\ue_4.25\engine\source\runtime\core\public\Containers/Array.h Assertion failed: (Index >= 0) & (Index < ArrayNum) Array index out of bounds: 0 from an array of size 0 my work folder not in C:

dpernuit commented 3 years ago

This issue has been fixed in recent daily builds of Houdini / the plugin.

kuimig commented 3 years ago

This issue has been fixed in recent daily builds of Houdini / the plugin.

thx Damien!