-
Notifications
You must be signed in to change notification settings - Fork 2
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
Synthetic Point Cloud is Disappearing in 1-2 seconds #138
Comments
I am working with only one
|
@ashutosh3308 , these are two completely different errors.... For the second problem (the DLL initialisation failed error): this looks like the VCRedist problem (#124). The top-level readme has a fix for this: you have to ensure that the Microsoft C++ Redist that is installed on your computer is the most recent version (it's in the section on Windows troubleshooting). |
The first issue (the one from the title) I am also seeing, but I have never managed to catch it. Mainly because I have never found a way to repeat it when I want it, and it seems you have such a way. Could you please run under the debugger (it may be better to use the command When the access violation on the NULL pointer happens I would like to get a stack trace. |
@ashutosh3308 can you please check whether this issue still exists, and either
|
Working on a
Windows 11
computer (Ashu Laptop), I installed the nightly build version (7.5.3+c1e92e8
) ofcwipc
, and everything was installed correctly. Before installing this, the old version was deleted. When I run the commandcwipc_view --synthetic
, thesynthetic
point cloud gets displayed for 1-2 seconds and then it disappears and I get the following errorTraceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\cwipc\scripts\cwipc_view.py", line 54, in main visualizer.run() File "C:\Program Files\Python39\lib\site-packages\cwipc\io\visualizer.py", line 111, in run ok = self.draw_pc(pc) File "C:\Program Files\Python39\lib\site-packages\cwipc\io\visualizer.py", line 182, in draw_pc return self.interact_visualiser() # Note we pass the original pc to interact, not the modified pc. File "C:\Program Files\Python39\lib\site-packages\cwipc\io\visualizer.py", line 188, in interact_visualiser cmd = self.visualiser.interact(None, "?h\x1bq .<+-cwamirsn0123456789", interaction_duration) File "C:\Program Files\Python39\lib\site-packages\cwipc\util.py", line 794, in interact rv = cwipc_util_dll_load().cwipc_sink_interact(self.as_cwipc_sink_p(), cprompt, cresponses, millis) OSError: exception: access violation reading 0x0000000000000000 grab: capture_duration: count=3, average=0.007, min=0.006, max=0.008 grab: capture_pointcount: count=3, average=160000.000, min=160000, max=160000 grab: capture_latency: count=3, average=0.007, min=0.007, max=0.007
The text was updated successfully, but these errors were encountered: