mosfet80

Results 29 comments of mosfet80

i found the json library outdated from 3.9.1 to 3.11.2. I have updated it, many memory leak problems have been solved. https://github.com/nlohmann/json/blob/develop/ChangeLog.md ..this is my patched repository https://github.com/mosfet80/FreeCAD/tree/UpdateJsoon Maybe this...

Changelog 3.0.2 Fix buffer overrun in mz_utf8z_to_widechar on Windows 3.0.1 Fix compilation error with MINIZ_USE_UNALIGNED_LOADS_AND_STORES=1 3.0.0 Reduce memory usage for inflate. This changes struct tinfl_decompressor_tag and therefore requires a major...

I think I have the same problem: This is my configuration (debian 11) ```shell Compiler: GNU, version: 12.2.0 prefix: /usr/local bindir: bin datadir: share docdir: share/doc/FreeCAD includedir: include libdir: lib...

I fixed it by removing the downloaded libraries with the pip-review command. In particular I removed the .local/lib/pythonXX/ folder in my home directory . I realized that in different places...

The libraries currently used allow the use of Python v 3.5 (eol 2020), which is not safe to use. meson build to 1.0.3 update to setup-python@v4 meson-version to 1.2.2 now...

I hadn't updated the local repository .. switched to version 4.6

ColorTool->GetColor(shape, XCAFDoc_ColorSurf, aColor) has not been removed. the sequence of operations was changed by inserting if elses.

I think it's a clipper problem. try this patch https://github.com/FreeCAD/FreeCAD/pull/21437