fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Questions about Wine on Linux
Locked
koyaken
Newbie
Newbie
Posts: 2
Joined: Fri Feb 14, 2020 8:13 pm

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Post by koyaken »

hi guys,
i got this error when installing a driver how to fix this?

wine msiexec /i OMNIKEY5x2x_x86_for_R1_2_0_14.msi
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:err:richedit:ReadStyleSheet skipping optional destination
0009:err:msi:custom_get_thread_return Invalid Return Code 10
0009:err:msi:ITERATE_Actions Execution halted, action L"MsiProcessDrivers" returned 1603
0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0009:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

im new in ubuntu and using wine
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Post by jkfloris »

You can't install Windows drivers in Wine.
koyaken
Newbie
Newbie
Posts: 2
Joined: Fri Feb 14, 2020 8:13 pm

Re: fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Post by koyaken »

thank you sir i have installed the driver but now i got this error i can't find a solution yet can you help me ?

Feb 17 09:01:06 isuser-ThinkCentre-M70e systemd[1]: Started PC/SC Smart Card Daemon.
Feb 17 09:01:06 isuser-ThinkCentre-M70e pcscd[2194]: HID HID Global OMNIKEY RFID IA32 v2.10.0.1
Feb 17 09:01:06 isuser-ThinkCentre-M70e pcscd[2194]: 00000000 readerfactory.c:1106:RFInitializeReader() Open Port 0x200000 Failed (usb:076b/5124:libudev:0:/dev/bus/usb/004/002)
Feb 17 09:01:06 isuser-ThinkCentre-M70e pcscd[2194]: 00000020 readerfactory.c:376:RFAddReader() OMNIKEY 5x25 CL (HT-1350-1207090-00014) init failed.
Feb 17 09:01:06 isuser-ThinkCentre-M70e pcscd[2194]: 00000118 hotplug_libudev.c:523:HPAddDevice() Failed adding USB device: OMNIKEY 5x25 CL
~
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Post by jkfloris »

Unfortunately it is not a universal Linux help desk here.
Maybe you can find some support on:
https://askubuntu.com/
https://ubuntuforums.org/
https://pcsclite.apdu.fr/
Locked