lb90
lb90
> Would you be interested in tackling this? Sure! :-) @hamidbhm Try to enable the Windows Ink option in the Huion preferences panel. That setting is needed to make pressure...
Hello everyone 🙂 I'm currently working on enabling driver button mappings for Windows Ink! It should be ready quite soon. I'm also working on a preference option for Xournal++ to...
Hi! Should this be reported to mingw-w64 developers?
Let's ping @mstorsjo then 🙂
Looks like it's now fixed upstream: https://sourceforge.net/p/mingw-w64/mailman/message/37403944/ EDIT: or not?
Hi! (gnome-calculator.exe:10276): GLib-GIO-WARNING **: 17:14:36.090: Failed to open application manifest `C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppxManifest.xml' for package #7 (`Microsoft.Windows.SecHealthUI_10.0.19041.1023_neutral__cw5n1h2txyewy'): error code 0x2 Error code 0x2 is ERROR_FILE_NOT_FOUND, but you can just ignore that. GLib...
Could you try on MinGW UCRT x64?
At a quick glance I'd say one of: * https://github.com/bminor/binutils-gdb/commit/cb7da2a640c405e0658c135b3ab2ac5be2fdc53a * https://github.com/bminor/binutils-gdb/commit/ba0eb22c8beb1166780d7c7e11ef4e623b8017e9 * https://github.com/bminor/binutils-gdb/commit/5f3fc928df037b21ee401d7115951b988a3ea571
Also see https://github.com/bminor/binutils-gdb/commits/master/bfd/bfdio.c
Hi! Open the `MSYS2 64bit > MSYS2 MSYS` shell and enter the following commands: * git clone https://github.com/msys2/MINGW-packages.git * cd MINGW-packages/mingw-w64-binutils * export MINGW_ARCH=mingw64 * export PKGEXT=.pkg.tar * makepkg-mingw You...