https://bugs.winehq.org/show_bug.cgi?id=52215
Bug ID: 52215 Summary: MSTSC (Remote Desktop) 7.0 cannot find its MUI files when Windows version is set to 7 Product: Wine Version: 7.0-rc1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: [email protected] Reporter: [email protected] Distribution: ---
Created attachment 71279 --> https://bugs.winehq.org/attachment.cgi?id=71279 Error. File not found. C:\windows\system32<LANG_NAME>\mstsc.exe.MUI
A workaround is to set the Windows version to XP but I don't like it because Wine as far as I know doesn't allow to set a per application Windows version and my default Windows version is set to 7.
strace shows that Wine doesn't even attempt to find MUI files as if some resolution inside it breaks completely when Windows != XP.
https://bugs.winehq.org/show_bug.cgi?id=52215
--- Comment #1 from Artem S. Tashkinov [email protected] --- Description Remote Desktop Connection Original Name mstsc.exe Internal Name mstsc.exe File Version 6.1.7601.17514 (win7sp1_rtm.101119-1850)
Description Remote Desktop Services ActiveX Client Original Name mstscax.dll Internal Name mstscax.dll File Version 6.1.7601.17514 (win7sp1_rtm.101119-1850)
sha256sum msts* en-US/* d8668d92084817c59600485526d922b9c42d81535de5c068edb6b05e112dd523 mstscax.dll a9286688556dbb45303d3a0e7825294f58ffd48e125518ac33ab009426c967cc mstsc.exe d720e1c9a33fb0421ba857dfe50780e5493221196320d99a08bbb8f7a37b195b en-US/mstscax.dll.mui 5a8b3610d96559084ddb33e08ab9cb7d8cb2919d9108d7f65315cc17c1453f17 en-US/mstsc.exe.mui
https://bugs.winehq.org/show_bug.cgi?id=52215
Fabian Maurer [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|UNCONFIRMED |NEW
--- Comment #2 from Fabian Maurer [email protected] --- Still present in wine-9.12. To test just copy the folowing files from Win7 system32: - mstsc.exe - en-US/mstsc.exe.mui
Then it works on Win7, but not on Wine with version >= Vista
I think this is a dupe of bug 43670, Craigs patch fixes the issue. I think that, since AFAIK MUI got introduced in Vista, it has a fallback logic for XP.
https://bugs.winehq.org/show_bug.cgi?id=52215
Artem S. Tashkinov [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |43670