Results 66 comments of Hansem Ro

I might be able to workaround this by using libusb/hidapi

hidapi works much better than the current implementation.

Reverting libhidapi changes due to odd behavior in macOS that prevents the usb device from being detected on subsequent access attempts. Related: https://github.com/libusb/hidapi/issues/385

Workaround for Windows: - (Option 1) Temporarily install WinUSB (or libusb-win32) driver for the interface we are interested in using Zadig (https://zadig.akeo.ie/) - On Windows 10, HidUsb driver fails to...

Duplicate of #153 which has been resolved in v0.6.0 dev.

Can you share Godot's debugger output as it crashes?

@mbrlabs I think we should also release debug binaries since these will dump a backtrace in the log file. This could also be useful for distinguishing engine crashes.

@BigBoyBarney Can you try this debug-enabled build and share log? https://github.com/hansemro/Lorien/releases/tag/v0.6.0-debug-test

A similar issue is present in GTK4 applications (gtk4-demo, Rnote) where they fail to respond to mouse scroll button events from the wacom pad under KDE6 X11 environment. From my...

From testing both GNOME (Xorg) and Budgie Desktop, I was able to replicate the issue you describe and see that it affects all apps globally (not just GTK4 apps). As...