Gregor Riepl

Results 313 comments of Gregor Riepl

According to feedback in the numpy PR, this patch will not be appropriate for 64-bit Windows, because the `int` type is also 32 bits wide there and cause undesired narrowing...

Yes, that is most likely the cause. I stopped working on gslx680-acpi since silead.ko made it into the kernel. Not sure if it will fix wakeup for your device, but...

Can you run `evtest` on the HID device? Does that generate touch events?

Your dmesg contains messages for three successful driver loads and a lot of garbage. If loading fails with an error, please post only the relevent messages, not the whole file.

I just pushed parsers for the latest InnoSetup versions. Please test if they work for you, I don't have any samples. I also had some uncommitted path handling changes lying...

This looks like it's caused by a lack of support for password-protected installers. Unfortunately, I was never able to completely implement this feature, but some of the plumbing is there....

I can list and unpack the installer perfectly fine on a Docker container running Debian Linux with Perl 5.26.0. It's possible that Perl on Windows has some incompatibilities with the...

I removed the dependency on Unix-style pipes and xz in the latest HEAD. Can you test if it works in Windows now? Thanks!