Why is my computer reporting this error "Process finished with exit code -1073741819(0xC0000005)"
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [ ] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [ ] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [ ] I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch).
### My Question
```
import open3d as o3d
knot_mesh = o3d.data.KnotMesh()
mesh = o3d.io.read_triangle_mesh(knot_mesh.path)
print("Painting the mesh")
`mesh.paint_uniform_color([1,` 0.706, 0])
o3d.visualization.draw_geometries([mesh])
```
Process finished with exit code -1073741819(0xC0000005)
It is a problem with paint_uniform_color, My open3d version 0.18.0,
My computer configuration:
CPU: Intel(R) Core(TM) i7-14700KF
RAM:32GB
Operating System: Win10 64 bit
Graphics card: NVIDIA GeForce RTX 4070Ti
Python 3.11, 3.10, 3.9 series will report this error, but version 3.8 works fine, why?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.