surfelmeshing icon indicating copy to clipboard operation
surfelmeshing copied to clipboard

I finished compiling the code but I get an error when I run it, please help me!

Open suifengshaonian opened this issue 2 years ago • 2 comments

Stack trace: 29 0x55d7b4045e1a _start + 42 28 0x7f9fb2559c87 __libc_start_main + 231 27 0x55d7b404533d main + 109 26 0x55d7b40c5ab8 vis::WrapQtEventLoopAround(std::function<int (int, char**)>, int, char**) + 184 25 0x7f9fb3b24984 QCoreApplication::exec() + 148 24 0x7f9fb3b1b8da QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 314 23 0x7f9fb3b7685f QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 95 22 0x7f9fb0e617fc g_main_context_iteration + 44 21 0x7f9fb0e61770 /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4c770) [0x7f9fb0e61770] 20 0x7f9fb0e61537 g_main_context_dispatch + 743 19 0x7f9fb3b77233 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2e4233) [0x7f9fb3b77233] 18 0x7f9fb3b2001d QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 493 17 0x7f9fb3b1d8a8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 280 16 0x7f9fb4ad7104 QApplication::notify(QObject*, QEvent*) + 676 15 0x7f9fb4acf83c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 156 14 0x7f9fb4c21bcb QMainWindow::event(QEvent*) + 347 13 0x7f9fb4b0e1a8 QWidget::event(QEvent*) + 872 12 0x7f9fb4af667f QWidgetPrivate::syncBackingStore() + 79 11 0x7f9fb4adf0a5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x1640a5) [0x7f9fb4adf0a5] 10 0x7f9fb4ade714 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x163714) [0x7f9fb4ade714] 9 0x7f9fb4b0718a QWidgetPrivate::sendPaintEvent(QRegion const&) + 58 8 0x7f9fb3b1d8a8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 280 7 0x7f9fb4ad7104 QApplication::notify(QObject*, QEvent*) + 676 6 0x7f9fb4acf83c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 156 5 0x7f9fb4b0e038 QWidget::event(QEvent*) + 504 4 0x7f9fb4b2e86d /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x1b386d) [0x7f9fb4b2e86d] 3 0x55d7b40c6c12 vis::RenderWidgetOpenGL::paintGL() + 834 2 0x55d7b40955bf vis::SurfelMeshingRenderWindow::Render() + 2335 1 0x55d7b4094acb vis::SurfelMeshingRenderWindow::InitializeForCUDAInteropInRenderingThread() + 1371 0 0x7f9fb51d919c loguru::StreamLogger::~StreamLogger() + 124 11:06:56.854 surfel_meshing_render_w:677 FATL| Cuda Error: unknown error

CUDA10.1 and Qt version 5.15.2

suifengshaonian avatar Jun 26 '23 08:06 suifengshaonian

I have the same problem with CUDA 11.5

Vicroni avatar Jul 11 '23 15:07 Vicroni

Same problem with Cuda 10.1. Did you find any solution?

nndei avatar Jul 02 '24 10:07 nndei