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@winehq.org Reporter: focht@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