OpenTabletDriver / OpenTabletDriver

Open source, cross-platform, user-mode tablet driver
https://opentabletdriver.net/
GNU Lesser General Public License v3.0
2.71k stars 339 forks source link

DeviceIOException:Error with Huion H640P #755

Closed nixls closed 3 years ago

nixls commented 3 years ago

Description

Having my tablet, a Huion H640P, and starting the driver prints a lot of [ArgumentOutOfRangeException:Error] in the console while the driver tries to detect the tablet. I'm attaching the driver log and lsusb -v output. I removed default drivers with rmmod before running the driver. otd.log lsusb.log

System Information:

Name Value
Operating System Artix Linux
Software Version v0.5.1
Tablet Huion H640P
nixls commented 3 years ago

Okay, turns out the module loaded itself again. Altho there is another issue with Huion H640P. I'm posting the new log.

[Detect:Info]   Searching for tablet 'Huion H640P'
[DeviceIOException:Error]       Unnamed product.
   at HidSharp.Platform.Linux.LinuxHidDevice.GetProductName()
   at HidSharp.HidDevice.GetFriendlyName()
   at OpenTabletDriver.Driver.InitializeDigitizerDevice(HidDevice tabletDevice, DigitizerIdentifier tablet, IReportParser`1 reportParser) in /home/nikig/.cache/yay/opentabletdriver-git/src/OpenTabletDriver/OpenTabletDriver/Driver.cs:line 158
   at OpenTabletDriver.Driver.TryMatchDigitizer(TabletConfiguration config, DigitizerIdentifier& digitizerIdentifier) in /home/nikig/.cache/yay/opentabletdriver-git/src/OpenTabletDriver/OpenTabletDriver/Driver.cs:line 110

newotd.log