lb90
lb90
What's strange is that I couldn't reproduce before the last pacman upgrade, and I cannot reproduce also with the official binaries: https://www.blender.org/download/ (which AFAIK are based on msys2 / mingw64...
Ah true, that's right! 👍
~~Downgrading mesa from `23.0.1-2` to `23.0.1-1` solves the issue. Note: as `23.0.1-1` was built against llvm 15, to make things work one has to manually download https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-llvm-15.0.7-3-any.pkg.tar.zst, extract using `zstd...
Ok, managed to build blender with debug symbols! What happens is that there's no current GL context when blender::gpu::GLShader::~GLShader() is called, hence the crash. The GL context is unrealized a...
Right, mesa is optional! > In other news, when I install mesa, I start getting when trying run Blender.: C:/msys64/clang64/bin/blender.exe: error while loading shared libraries: libImath-3_1.dll: cannot open shared object...
@pal1000 @lazka I believe that mesa needs a rebuild anytime llvm is updated (I mean, updated the next major version). Right now mesa requires `libLLVM-15.dll`, but the dependency on `mingw-w64-llvm`...
Thank you very much, @MehdiChinoune! > It shows only the base packages unless you change it from "base packages" to "packages", because llvm is built from PKGBUILD of mingw-w64-clang. 👍...
> Possibly related to [Exiv2/exiv2#2831](https://github.com/Exiv2/exiv2/issues/2831) ? Most probably yes. @stahta01 could you get a stacktrace of all running threads when kicad stops responding? To do that open an MSYS2 UCRT64...
Thanks for the feedback! Yes, it's the same underlying issue in libstdc++. I'm going to prepare a fix tomorrow!
Ok, I have a patch, but I need to know how to correctly encode strings to UTF-16: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98723#c8