You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the build instructions but when I try to build and run in xcode the build succeeds but when it tries to run it appears to fail on line 72 in quickAppEngine.cpp:
auto rootObject = engine->rootObjects().at(0);
"index out of range"
I've tried with a Qt 12, 13 and the latest 14 with the same result. Happy to help you debug this as good as I can but I have limited experience with c++. If you point me in the right direction I might be able to get somewhere.
I've followed the build instructions but when I try to build and run in xcode the build succeeds but when it tries to run it appears to fail on line 72 in quickAppEngine.cpp:
auto rootObject = engine->rootObjects().at(0);
"index out of range"
I've tried with a Qt 12, 13 and the latest 14 with the same result. Happy to help you debug this as good as I can but I have limited experience with c++. If you point me in the right direction I might be able to get somewhere.
vtkquick_stacktrace.txt
The text was updated successfully, but these errors were encountered: