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
- [x] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [x] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [x] 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).
### Describe the issue
Hi All,
I need desperately your help ; I randomly encounter the same bug : Process finished with exit code -1073741819 (0xC0000005).
I use GUI with 4 WidgetScene (callbacks on mouse et keyboard) in order to visualize a las file (cloud of points).
I tried everything without any success : code modification, Numpy, Open3D and python release change, various las files, ...
If you have any idea about the failure ?
Thanks for your help.
### Steps to reproduce the bug
```python
self.window = gui.Application.instance.create_window(self.version, width, height)
self.window.set_on_key(self.on_key_event)
self.scene = [gui.SceneWidget(), gui.SceneWidget(), gui.SceneWidget(), gui.SceneWidget()]
for i in range(len(self.scene)):
self.scene[i].scene = rendering.Open3DScene(self.window.renderer)
self.scene[i].scene.set_background([0.8, 0.9, 1.0, 1.0])
self.scene[i].set_on_mouse(self.on_mouse_event)
```
### Error message
Process finished with exit code -1073741819 (0xC0000005)
### Expected behavior
_No response_
### Open3D, Python and System information
```markdown
- Windows 10 64-bit
- Python version 3.10`
- Open3D version 0.18.0
- NumPy version 1.24.0
- IDE : PyCharm
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.