[Bug 49147] New: Microsoft Teams 1.3.x crashes on unimplemented function setupapi.dll.CM_Get_Device_Interface_AliasW
https://bugs.winehq.org/show_bug.cgi?id=49147 Bug ID: 49147 Summary: Microsoft Teams 1.3.x crashes on unimplemented function setupapi.dll.CM_Get_Device_Interface_AliasW Product: Wine Version: 5.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: setupapi Assignee: wine-bugs(a)winehq.org Reporter: focht(a)gmx.net Distribution: --- Hello folks, continuation of bug 48775 Download link: https://statics.teams.cdn.office.net/production-windows/1.3.00.3564/Teams_wi... Prerequisite: 'winetricks -q dotnet45' (without Wine-Mono) Installation workaround for bug 41713 using Wine-Staging --- snip --- $ wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" --- snip --- Running: --- snip --- $ pwd /home/focht/.wine/drive_c/users/focht/Local Settings/Application Data/Microsoft/Teams/current $ WINEDEBUG=+seh,+relay wine ./Teams.exe >>log.txt 2>&1 ... wine: Unimplemented function setupapi.dll.CM_Get_Device_Interface_AliasW called at address 7B00E5C1 (thread 07a0), starting debugger... ... 07a0:trace:seh:start_debugger Starting debugger L"winedbg --auto 1592 2692" --- snip --- Microsoft docs: https://docs.microsoft.com/en-us/windows/win32/api/cfgmgr32/nf-cfgmgr32-cm_g... Wine source: https://source.winehq.org/git/wine.git/blob/26b26a2e0efcb776e7b0115f15580d25... --- snip --- 92 @ stub CM_Get_Device_Interface_AliasA 93 @ stub CM_Get_Device_Interface_AliasW --- snip --- $ du -sh Teams_windows.exe 90M Teams_windows.exe $ sha1sum Teams_windows.exe cc4f5bdaccedbb3f6fec76a74254d650a596b1a5 Teams_windows.exe $ wine --version wine-5.8-63-g26b26a2e0e Regards -- 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=49147 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://statics.teams.cdn.o | |ffice.net/production-window | |s/1.3.00.3564/Teams_windows | |.exe -- 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=49147 --- Comment #1 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Is the stub added in <https://source.winehq.org/git/wine.git/commit/f48b9700b8a5108b98747b8cc3b48b4c5b0de0dd> enough? -- 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=49147 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |f48b9700b8a5108b98747b8cc3b | |48b4c5b0de0dd Resolution|--- |FIXED --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello Gijs, yes, it's sufficient. Thanks Louis. The Teams client for Windows works well. I've logged into company network to check some channels/content and made a video conference call. Ironically, it might work even better than native Linux Teams client v1.3.00.5153 that suffers from some nasty bugs (cpu hog especially after ending video conference calls -> disable gpu accel) ^^ Both are using Electron/Node technology/framework under the hood. Regards -- 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=49147 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 5.11. -- 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=49147 Eliyahu Orzitzer <e_orz(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e_orz(a)yahoo.com --- Comment #4 from Eliyahu Orzitzer <e_orz(a)yahoo.com> --- (In reply to Anastasius Focht from comment #2)
Hello Gijs,
yes, it's sufficient. Thanks Louis.
The Teams client for Windows works well. I've logged into company network to check some channels/content and made a video conference call.
Ironically, it might work even better than native Linux Teams client v1.3.00.5153 that suffers from some nasty bugs (cpu hog especially after ending video conference calls -> disable gpu accel) ^^ Both are using Electron/Node technology/framework under the hood.
Regards
Hi, It seems that it works for you now. I used wine-staging and even if using wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" the installer still complained about running as admin. How can I solve it? Thanks, Eli -- 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=49147 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #5 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Hi Eli
Hi, It seems that it works for you now. I used wine-staging and even if using wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" the installer still complained about running as admin.
How can I solve it?
Thanks, Eli
Did you do the "winetricks -q dotnet45" as well? (It starts fine for me then) -- 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=49147 --- Comment #6 from Eliyahu Orzitzer <e_orz(a)yahoo.com> --- (In reply to Louis Lenders from comment #5)
Hi Eli
Hi, It seems that it works for you now. I used wine-staging and even if using wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" the installer still complained about running as admin.
How can I solve it?
Thanks, Eli
Did you do the "winetricks -q dotnet45" as well?
(It starts fine for me then)
Yes, I did the "winetricks -q dotnet45" (without it it complained about missing .NET). My wine version: wine-5.11 (Staging) -- 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=49147 --- Comment #7 from Eliyahu Orzitzer <e_orz(a)yahoo.com> --- (In reply to Eliyahu Orzitzer from comment #6)
(In reply to Louis Lenders from comment #5)
Hi Eli
Hi, It seems that it works for you now. I used wine-staging and even if using wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" the installer still complained about running as admin.
How can I solve it?
Thanks, Eli
Did you do the "winetricks -q dotnet45" as well?
(It starts fine for me then)
Yes, I did the "winetricks -q dotnet45" (without it it complained about missing .NET).
My wine version: wine-5.11 (Staging)
The full output of the run is: eli(a)eli-laptop:~/Downloads$ WINEPREFIX=~/Downloads/wineTeams wine runas /trustlevel:0x20000 "cmd /c start Teams_windows.exe" 002c:fixme:winediag:__wine_start_process Wine Staging 5.11 is a testing version containing experimental patches. 002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org. 00d4:fixme:ieframe:DllGetClassObject {9ba05972-f6a8-11cf-a442-00a0c90a8f39} {00000001-0000-0000-c000-000000000046} 0031DBC8 00d4:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\ieframe.dll" 0050:fixme:explorer:webbrowser_QueryInterface (000000000041C220)->({00000003-0000-0000-c000-000000000046} 000000000031D9D8) interface not supported 0050:fixme:explorer:webbrowser_QueryInterface (000000000041C220)->({00000003-0000-0000-c000-000000000046} 000000000031D8D8) interface not supported 0050:fixme:explorer:webbrowser_QueryInterface (000000000041C220)->({00000019-0000-0000-c000-000000000046} 0000000000A61B60) interface not supported 00d4:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub 010c:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub I hope it helps. md5: 879cb6f836bfb3614bdc00f487d8adae Teams_windows.exe -- 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=49147 --- Comment #8 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Hi Eli,
I hope it helps.
md5: 879cb6f836bfb3614bdc00f487d8adae Teams_windows.exe
I opened new bugreport for this as I now run into same issue after upgrade to Staging 5.11 : https://bugs.winehq.org/show_bug.cgi?id=49430 -- 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=49147 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x -- 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=49147 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |--- --- Comment #9 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 5.0.x milestone from bug fixes included in 5.0.3. -- 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=49147 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://statics.teams.cdn.o |https://web.archive.org/web |ffice.net/production-window |/20200319204956/https://sta |s/1.3.00.3564/Teams_windows |tics.teams.cdn.office.net/p |.exe |roduction-windows/1.3.00.35 | |64/Teams_windows.exe -- 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