https://bugs.winehq.org/show_bug.cgi?id=40691
--- Comment #4 from Robert Walker bob.mt.wya@gmail.com --- Created attachment 54577 --> https://bugs.winehq.org/attachment.cgi?id=54577 0001-setupapi-Add-stub-for-setupapi.dll.CM_Get_DevNode_St.patch
(In reply to Bruno Jesus from comment #3)
This is not the first time this function appears in a bug. See bug 25822. Apparently Qian self resolved it as invalid, but maybe a stub is enough.
Bruno.
I've confirmed that a stub for the CM_Get_DevNode_Status call is enough - to keep the DVDFab pre-startup check happy.
The console log now just contains:
fixme:setupapi:CM_Get_DevNode_Status 0x33f8ec 0x33f8e4 0x00164958 0x00000000: stub
as expected...
I've submitted a patch (also attached here) to the wine-patches mailing list.