http://bugs.winehq.org/show_bug.cgi?id=13487
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com 2013-11-04 12:30:37 CST --- Lookup failure looks similar to what happens in bug 18889, it even has a similar patch. I tried to build a simple dll with id 2 resource, and it gets picked up by main exe just fine, so I think a fix is correct, meaning it's ok to check id 2 after id 1 failed - still the order of this check is still to be determined. A test will require a generated dll with resource section.