cloudtool icon indicating copy to clipboard operation
cloudtool copied to clipboard

The inferior stopped because it triggered an exception.

Open NahomKidane opened this issue 1 year ago • 0 comments

Hi Thank you for sharing your work. I attempted to compile your code on windows. (VtK 9.1 and Qt 5.2). I had to change a few things but could not make it work. I get this error.

The inferior stopped because it triggered an exception. Stopped in thread 0 by: Exception at 0x7ffbf8389e68, code: 0xc0000005: read access violation at: 0x0, flags=0x0.

The error happens on cloudview.cpp (line 56)

m_viewer.reset(new pcl::visualization::PCLVisualizer(m_render, m_renderwindow, "viewer", false));

Do you have any idea on how to fix this issue?

Thanks!

NahomKidane avatar May 22 '23 22:05 NahomKidane