https://bugs.winehq.org/show_bug.cgi?id=55652
Bug ID: 55652 Summary: A FindResourceW() call prevents windows.applicationmodel:model from running on Windows 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
A FindResourceW() call prevents windows.applicationmodel:model from running on Windows 8:
model.c:0: Tests skipped: missing entry point (details below) | windows.applicationmodel_test.exe - Entry Point Not Found | The procedure entry point FindResourceW could not be located in the dynamic link library C:\Users\winetest\Documents\windows.applicationmodel_test.exe.
See https://test.winehq.org/data/patterns.html#windows.applicationmodel:model
This is caused by this commit:
commit 8609fef5c822e32998725bad58582764d289c194 Author: RĂ©mi Bernon rbernon@codeweavers.com AuthorDate: Wed Aug 23 11:21:33 2023 +0200
windows.applicationmodel/tests: Test IPackageManager_RegisterPackageAsync.