FreeCAD / FreeCAD/FreeCAD-render
Crash when opening "subcontainer"
- Dominant language
- Python
- Stars
- 235
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
FreeCAD crashes immediately, when using one of the Material buttons that start a dialog using ```subcontainer```.
(Import MaterialX file, GPUOpen Material Library, AmbientCG Material Library)
The external client, however starts and is functional.
The corresponding error message in the [log](https://github.com/user-attachments/files/20821627/log.txt) file is
```
Err: /Users/USER/Library/Application Support/FreeCAD/Mod/Render/./Render/subcontainer.py:221: RuntimeWarning: libshiboken: Overflow: Value 5032641280 exceeds limits of type [signed] "i" (4bytes).
self.winid_available.emit(argument)
Err: Err: OverflowErrorErr: Err:
```
This happened on MacOS 15.4 (24E248).
Contributor guide
Assessment
This issue has not been assessed yet.