-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCLVisualizer crash #6000
Comments
@AliAmin110 Do you use CMake for building? If yes, please show your CMakeLists.txt. Also, how did you install PCL? Is it possible that there are other (older) PCL and/or VTK installations on your computer? |
@mvieth thanks for replying. |
@AliAmin110 I can't reproduce the problem. Is it possible that you have multiple installations of PCL or VTK? Or did you previously have other versions of PCL or VTK installed, which may not be completely removed? |
@mvieth no i checked it again and i have only PCL-1.14.0 installed on my pc. is there any way to check the PCL or VTK version? |
PCL defines the preprocessor symbols I found an issue which seems to be related: #4278 although that concerned @larshg Maybe there is an |
@mvieth I checked both versions and the result is this |
Works as expected. @AliAmin110 can you please show the libraries you link into your application - maybe you added debug libraries of vtk in the release tab? |
@larshg Thanks a lot , the point was that. I was added debug libs into release properties. |
@AliAmin110 Great - then we can close the issue 👍 |
I wrote this code
project properties is this :
windows10
visual studio 2019
PCL 1.14.0
vtk-9.3
release x64
the program crashes at addPointCloud when i run it.
what should i do?
The text was updated successfully, but these errors were encountered: