[Bug 35903] CED1401 Device connected through USB not found

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 9 13:51:20 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=35903

--- Comment #30 from Zebediah Figura <z.figura12 at gmail.com> ---
>From the log:

006c:0078:trace:setupapi:SetupDefaultQueueCallbackW need media
L"C:\\windows\\inf" L"1464ui.dll"
006c:0078:trace:setupapi:SetupDefaultQueueCallbackW start copy
L"C:\\windows\\inf\\1464ui.dll" -> L"C:\\windows\\system32\\1464ui.dll"
006c:0078:trace:setupapi:queue_copy_file copying file
L"C:\\windows\\inf\\1464ui.dll" -> L"C:\\windows\\system32\\1464ui.dll"
006c:0078:trace:setupapi:do_file_copyW copy L"C:\\windows\\inf\\1464ui.dll" to
L"C:\\windows\\system32\\1464ui.dll" style 0x10000
006c:0078:warn:setupapi:do_file_copyW failed to copy, err 2


So it gets stuck trying to install the driver files (this ends up looping
forever). It's using the INF directory as a default source, because no other
source was provided, but that's not correct. I'll have to run some tests, but
it looks like we need to use the original location of the INF file, which means
we need to write PNF files.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list