[Bug 55126] New: Futter application wont start with the following error: ailed to find library for L"Windows.Devices.Geolocation.Geolocator"
https://bugs.winehq.org/show_bug.cgi?id=55126 Bug ID: 55126 Summary: Futter application wont start with the following error: ailed to find library for L"Windows.Devices.Geolocation.Geolocator" Product: Wine Version: 8.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: m(a)getzoneapp.com Distribution: --- Created attachment 74680 --> https://bugs.winehq.org/attachment.cgi?id=74680 running a flutter app Trying to run a basic Windows application created using Google's Flutter framework produces the attached output. 010c:fixme:combase:RoGetActivationFactory (L"Windows.Devices.Geolocation.Geolocator", {00000035-0000-0000-c000-000000000046}, 000000000021F840): semi-stub 010c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Devices.Geolocation.Geolocator" 010c:fixme:combase:RoOriginateLanguageException 0x80040154, L"", 0000000000000000: stub The above seems to be the relevant part preventing from continuing further. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Could you share a simple demo app to test with? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #2 from Fabian Maurer <dark.shadow4(a)web.de> --- First, if possible, please also make the test programs available here. Second, the hello world works for me usings "winetricks d3dcompiler_47" -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #3 from m(a)getzoneapp.com --- Created attachment 74711 --> https://bugs.winehq.org/attachment.cgi?id=74711 Attaching a flutter "hello world" app -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #4 from m(a)getzoneapp.com --- Created attachment 74735 --> https://bugs.winehq.org/attachment.cgi?id=74735 new, simple flutter app with relevant api and issue -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |testcase Ever confirmed|0 |1 --- Comment #5 from Fabian Maurer <dark.shadow4(a)web.de> --- Thanks. Confirming, will work on that soon(ish). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Futter application wont |Flutter application needs |start with the following |Windows.Devices.Geolocation |error: ailed to find |.Geolocator |library for | |L"Windows.Devices.Geolocati | |on.Geolocator" | Severity|major |normal -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- Please see https://gitlab.winehq.org/wine/wine/-/merge_requests/3189 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9617c784b9d7ffa88182c24aa2f | |110a6867aa67d Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/9617c784b9d7ffa88182c24aa2f110a... The program also needs "winetricks d3dcompiler_47", but that's a different issue. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #8 from m(a)getzoneapp.com --- Thank you! You were so quick at handling this, and doesn't appear all that simple, too. I'm currently on 8.11, would it be included in 8.12, or is there a simpler way to test this than waiting for a new release, on Ubuntu, without building from source? Are there nightlies somewhere? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #9 from Fabian Maurer <dark.shadow4(a)web.de> --- You're welcome! Despite what it looks like, it still was one of the easier tasks. A lot of work, but not too difficult. If you find further issues (it using WinRT and all), feel free to add me to the bug report. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- (In reply to m from comment #8)
I'm currently on 8.11, would it be included in 8.12, or is there a simpler way to test this than waiting for a new release, on Ubuntu, without building from source? Are there nightlies somewhere?
It will be in 8.12 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=55126 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 8.12. -- 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.
participants (1)
-
WineHQ Bugzilla