QuickVtk icon indicating copy to clipboard operation
QuickVtk copied to clipboard

Builds but doesn't run

Open slashv opened this issue 5 years ago • 1 comments

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

slashv avatar May 25 '20 14:05 slashv

Open file "\Resources\qml\App\window.qml" and remove the line 5 ("import Code 1.0 as Code")

renyuhuiharrison avatar Nov 28 '21 14:11 renyuhuiharrison