https://bugs.winehq.org/show_bug.cgi?id=55709
Bug ID: 55709 Summary: Flutter apps that use the local_auth package need Windows.Security.Credentials.UI.UserConsentVerifier Product: Wine Version: 8.17 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 75217 --> https://bugs.winehq.org/attachment.cgi?id=75217 Flutter local_auth initialization demo
I have a proprietary Flutter app, that I can't share, that uses the local_auth package: https://pub.dev/packages/local_auth
Before crashing, messages like the following are printed:
0114:fixme:combase:RoGetActivationFactory (L"Windows.Security.Credentials.UI.UserConsentVerifier", {af4f3f91-564c-4ddc-b8b5-973447627c65}, 000000000011E890): semi-stub 0114:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Credentials.UI.UserConsentVerifier" 0114:fixme:combase:RoOriginateLanguageException 0x80040154, L"", 0000000000000000: stub wine: Call from 0000000174013C07 to unimplemented function combase.dll.RoFailFastWithErrorContext, aborting
I'm attaching a small demo app I made that crashes in the same way.