Advertisement
sanezek

console_logs

May 29th, 2020
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. HUION 420 (no serial number) (VID 9580, PID 110, version 0.0)
  2. /dev/hidraw2
  3. True
  4. 8
  5. HUION 420 (no serial number) (VID 9580, PID 110, version 0.0)
  6. /dev/hidraw1
  7. True
  8. 8
  9. HUION 420 (no serial number) (VID 9580, PID 110, version 0.0)
  10. /dev/hidraw0
  11. False
  12. Unhandled exception. System.ArgumentOutOfRangeException: Value range is [0, 15]. (Parameter 'value')
  13. at HidSharp.Reports.Units.Unit.DecodeExponent(UInt32 value)
  14. at HidSharp.Reports.ReportDescriptor.ParseMainData(MainItemTag tag, UInt32 value)
  15. at HidSharp.Reports.ReportDescriptor.ParseMain(MainItemTag tag, UInt32 value)
  16. at HidSharp.Reports.ReportDescriptor.ParseEncodedItem(EncodedItem item)
  17. at HidSharp.Reports.ReportDescriptor.ParseEncodedItems(IEnumerable`1 items)
  18. at HidSharp.Reports.ReportDescriptor.ParseRawReportDescriptor(Byte[] buffer)
  19. at HidSharp.Reports.ReportDescriptor..ctor(Byte[] buffer)
  20. at HidSharp.Platform.Linux.LinuxHidDevice.TryParseReportDescriptor(ReportDescriptor& parser, Byte[]& reportDescriptor)
  21. at HidSharp.Platform.Linux.LinuxHidDevice.RequiresGetInfo()
  22. at HidSharp.Platform.Linux.LinuxHidDevice.GetMaxInputReportLength()
  23. at device_test.Program.Main(String[] args) in /home/sanezek/Projects/device_test/Program.cs:line 18
  24. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement