nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.76k stars 190 forks source link

There seems to be some sort of weird bug using Polyscope and MSVC (bug from the CMU DDG course) #238

Open Fletterio opened 11 months ago

Fletterio commented 11 months ago

So I tried the following on my PC (W11, Visual Studio 2022) and on my workplace's (W10, Visual Studio 2017)

When I cloned the dgg-exercises repo from scratch and built and ran the vector-field-decomposition project, the program would suddenly abort upon calling polyscope::show()

Here's the callstack produced: 273365619-2929ce2e-21bc-42ef-b653-5953d4a81023

The problem seems to be related to MSVC