[Bug 59516] New: Combase.dll error
http://bugs.winehq.org/show_bug.cgi?id=59516 Bug ID: 59516 Summary: Combase.dll error Product: Wine Version: 11.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: dagunny@gmail.com Distribution: --- Created attachment 80540 --> http://bugs.winehq.org/attachment.cgi?id=80540 Wine dump with error Running songbookpro (24.0.8) under Fedora 42 works.New version of songbookpro (25.1.12) calls for combase.dll but get an error as not yet implemented in Wine. The same thing happens in Fedora 43. Tried regular release and staging. Tried Winetricks and set combase.dll to native/builtin. Tried w7, w10, and w11. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #1 from Nikolay Sivov <bunglehead@gmail.com> --- A stub was added for this function relatively recently. But actual issue is most likely something else, this function is called after some fatal error. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 Nikolay Sivov <bunglehead@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Combase.dll error |Songbookpro crashes with | |RoFailFastWithErrorContext( | |) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #2 from dagunny@gmail.com --- Any clue what causes the error? Machine is new i9 13th gen, 32gb, rtx4060 with latest nvidia drivers. I get same error on other F42 and F43 machines with combase identified. I have machines I can try different configurations if there are any ideas worth pursuing. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #3 from Gijs Vermeulen <gijsvrm@gmail.com> --- Could you attach the full terminal output and not only the backtrace? See: https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#how-can-i-get-a-debugging-lo... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 dagunny@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dagunny@gmail.com --- Comment #4 from dagunny@gmail.com --- Created attachment 80555 --> http://bugs.winehq.org/attachment.cgi?id=80555 Terminal Dump for songbookpro.exe This is running the songbookpro.exe from the terminal as requested. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #5 from dagunny@gmail.com --- Created attachment 80556 --> http://bugs.winehq.org/attachment.cgi?id=80556 Terminal Dump for songbookpro - previous version I ran the same dump (80555) using the previous version that works for comparison -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #6 from Nikolay Sivov <bunglehead@gmail.com> --- It's likely this missing class: 0298:fixme:combase:RoGetActivationFactory (L"Windows.Devices.Radios.Radio", {5fb6a12e-67cb-46ae-aae9-65919f86eff4}, 000000000010F7A0): semi-stub 0298:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Devices.Radios.Radio" 0298:fixme:combase:RoOriginateLanguageException 0x80040154, L"", 0000000000000000: stub wine: Call from 00006FFFFF3AD887 to unimplemented function combase.dll.RoFailFastWithErrorContext, aborting -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #7 from dagunny@gmail.com --- Is this something the developers have to add to Wine or something I can do to fix it? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #8 from dagunny@gmail.com --- I copied the Windows.Devices.Radio.dlls from a working Songbookpro in a Windows 11 machine into system32 and syswow64 and imported the reg entries from that machine into Wine's registry editor but still the same error. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Devices.Radios.Radio] "ActivationType"=dword:00000000 "DllPath"="C:\Windows\System32\Windows.Devices.Radios.dll" "Threading"=dword:00000000 "TrustLevel"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Devices.Radios.RadioStaticsPrivate] "ActivationType"=dword:00000000 "DllPath"="C:\Windows\System32\Windows.Devices.Radios.dll" "Threading"=dword:00000000 "TrustLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Devices.Radios.RadioStaticsPrivate] "ActivationType"=dword:00000000 "DllPath"="C:\Windows\SysWOW64\Windows.Devices.Radios.dll" "Threading"=dword:00000000 "TrustLevel"=dword:00000001 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #9 from dagunny@gmail.com --- I also tried copying combase.dll from the good W11 machine (system32 and syswow64) into both system32 and syswow64 but neither the old version of Songbookpro nor the new version would open and trying the terminal dump nothing was written to a text file. At this point I assume that it's something that Wine developers need to address. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #10 from dagunny@gmail.com --- Any update on if this will be addressed by the Wine team? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 Mohamad Al-Jaf <mowinebugs@mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com --- Comment #11 from Mohamad Al-Jaf <mowinebugs@mail.com> --- Created attachment 80600 --> http://bugs.winehq.org/attachment.cgi?id=80600 windows.devices.radios: Implement IRadioStatics::GetRadiosAsync() This patch should help. MR - https://gitlab.winehq.org/wine/wine/-/merge_requests/10413 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59516 --- Comment #12 from dagunny@gmail.com --- Will this be added to wine updates using dnf? Else, how would I apply this patch? -- 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