Re: [Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-09 Thread coroberti .
On Sat, Feb 8, 2020 at 6:07 AM Thiago Macieira wrote: > > On Friday, 7 February 2020 05:52:37 PST Volker Enderlein wrote: > > Program: C:\Qt\5.14.1\msvc2017_64\bin\Qt5Cored.dll > > Module: 5.14.1 > > File: aspects\qabstractaspect.cpp > > Line: 213 > > > > ASSERT: "metaObj" in file aspects\qabstrac

Re: [Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-07 Thread Thiago Macieira
On Friday, 7 February 2020 05:52:37 PST Volker Enderlein wrote: > Program: C:\Qt\5.14.1\msvc2017_64\bin\Qt5Cored.dll > Module: 5.14.1 > File: aspects\qabstractaspect.cpp > Line: 213 > > ASSERT: "metaObj" in file aspects\qabstractaspect.cpp, line 213 MSVC 2017 has serious bug in static initialisat

Re: [Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-07 Thread Mike Krus via Interest
Hi I can’t say I’ve across such an error before. Can you get a call stack? If you set a conditional break point at the assert (based on metaObj being null) then it might provide some insight? Feel free to report it as a bug, Mike > On 7 Feb 2020, at 13:52, Volker Enderlein > wrote: > > Hel

[Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-07 Thread Volker Enderlein
Hello, I am facing an error since Qt 5.14 (5.14.0 and 5.14.1) that did not show up in previous versions (tested Qt 5.13.2 and before) It is a huge engineering application and I did not manage it up to now to reduce it to a small sample that shows the behaviour. When interactively inserting