FireStarter Posted February 20, 2020 Posted February 20, 2020 Hi all, I've encountered a crash when parenting a WorldCluster to a terrain/plane. When I press generate the cluster would hang on generating. The following error message is displayed in the console: Variable::getIntSafe(): can't convert extern class to int This is the structure of the nodes: The crash occurs in version 2.5
silent Posted February 21, 2020 Posted February 21, 2020 FireStarter I've successfully reproduced this behavior in 2.5 SDK. Callstack points out to data/editor/editor_worlds.h:1202. However, it will require some additional time to find out the root cause. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
silent Posted February 25, 2020 Posted February 25, 2020 The issue was related to the incorrect intersection usage. Please, find fixed editor_worlds.h version in attachment. You need to replace this file in SDK and inside all related projects. editor_worlds.h 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts