Vincent Legoll
Vincent Legoll
The ENTER key does not work at all. Reading the code just below the one linked above, it should `Confirm()` if the focus is on the name edit widget. This...
See [screen captures](https://github.com/vincele/misc/tree/main/freeorion/bugs/5085)
I was searching for a way to default hide the message window, but couldn't. It looks like this window is not handled exactly like the others, and that may be...
maybe duplicate of https://github.com/cnr-isti-vclab/vcglib/issues/188
@Gottox I tested this on x86_64-musl (manually and with `./xbps-src check`), seems to be working properly. The previous iteration of the PR was with version 668, and this one was...
Sorry about that, I did some testing of libreCAD with the update, but that probably didn't exercise the crashing code path. @twingofan Can you share a DXF that is making...
@classabbyamp any tips on how to proceed ? revert muparser until a fix is found ?
I opened both .dxf files from the zip succesfully with my local build of librecad (from when I tested the muparser update): ``` Version: 2.2.1.1 Compiler: GNU GCC 14.2.1 Compiled...
With the new release: ``` Version: 2.2.1.2 Compiler: GNU GCC 14.2.1 Compiled on: Sep 10 2025 Qt Version: 5.15.11 Boost Version: 1.89.0 System: Void Linux ``` It's working OK for...
Yes, I think a test with a musl VM will be nice to pinpoint or rule out glibc/musl as the culprit.