New keyboard, need driver help

Questions about Wine on Linux
Locked
usr40476
Newbie
Newbie
Posts: 1
Joined: Tue Jan 02, 2024 5:23 pm

New keyboard, need driver help

Post by usr40476 »

So, I recently got a logitech G510s and was having trouble launching G-hub -- https://www.logitechg.com/en-us/innovation/g-hub.html
here is my error

Code: Select all

usr_40476@localhost:~> wine /home/usr_40476/Downloads/lghub_installer.exe 
03a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Unhandled Exception:
System.DllNotFoundException: ntdll.dll assembly:<unknown assembly> type:<unknown type> member:(null)
  at (wrapper managed-to-native) Interop+NtDll.NtQueryDirectoryFile(intptr,intptr,intptr,intptr,Interop/NtDll/IO_STATUS_BLOCK&,intptr,uint,Interop/NtDll/FILE_INFORMATION_CLASS,Interop/BOOLEAN,Interop/UNICODE_STRING*,Interop/BOOLEAN)
  at System.IO.Enumeration.FileSystemEnumerator`1[TResult].FindNextEntry () [0x0001c] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Enumeration.FileSystemEnumerator`1[TResult].MoveNext () [0x00032] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.Collections.Generic.LargeArrayBuilder`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] items) [0x0003d] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.Collections.Generic.EnumerableHelpers.ToArray[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00033] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.MonoLinqHelper.ToArray[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00009] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00007] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at Logi.Utils.deleteExistingGhubTempDirectories () [0x00005] in <c20ae83b5d594dc19ea92e94a53d7f63>:0 
  at Logi.Bootstrap.performPrerequisites () [0x00000] in <c20ae83b5d594dc19ea92e94a53d7f63>:0 
  at Logi.Bootstrap.Main () [0x00015] in <c20ae83b5d594dc19ea92e94a53d7f63>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: ntdll.dll assembly:<unknown assembly> type:<unknown type> member:(null)
  at (wrapper managed-to-native) Interop+NtDll.NtQueryDirectoryFile(intptr,intptr,intptr,intptr,Interop/NtDll/IO_STATUS_BLOCK&,intptr,uint,Interop/NtDll/FILE_INFORMATION_CLASS,Interop/BOOLEAN,Interop/UNICODE_STRING*,Interop/BOOLEAN)
  at System.IO.Enumeration.FileSystemEnumerator`1[TResult].FindNextEntry () [0x0001c] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Enumeration.FileSystemEnumerator`1[TResult].MoveNext () [0x00032] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.Collections.Generic.LargeArrayBuilder`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] items) [0x0003d] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.Collections.Generic.EnumerableHelpers.ToArray[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00033] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.MonoLinqHelper.ToArray[T] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00009] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00007] in <de4d51d88e3b4eea89a8d6a3a9854818>:0 
  at Logi.Utils.deleteExistingGhubTempDirectories () [0x00005] in <c20ae83b5d594dc19ea92e94a53d7f63>:0 
  at Logi.Bootstrap.performPrerequisites () [0x00000] in <c20ae83b5d594dc19ea92e94a53d7f63>:0 
usr_40476@localhost:~> 

invisible kid
Level 5
Level 5
Posts: 359
Joined: Tue Dec 24, 2019 3:23 pm

Re: New keyboard, need driver help

Post by invisible kid »

Fellow user here. I poked around and it looks like this item just doesn't work well or work at all under linux/wine:
https://forums.opensuse.org/t/new-keybo ... elp/171373

Rated "Garbage" by winehq:
https://appdb.winehq.org/objectManager. ... &iId=19778
Locked