https://bugs.winehq.org/show_bug.cgi?id=50401
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3657c8b8293a1a026c81aa9cf4c | |04b1884c133cd Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/3657c8b8293a1a026c81aa9cf4... ("msvcp90: Add _Wcsxfrm implementation.")
Thanks Piotr
--- snip --- $ WINEDEBUG=+seh,+relay,+msvcrt,+msvcp wine ./Adobe\ Audition.exe >>log.txt 2>&1 ... 0104:Call msvcp140._Wcsxfrm(0021e5e0,0021e5e2,0021e670,0021e672,13fcbe90) ret=00ce65ae 0104:trace:msvcp:_Wcsxfrm (000000000021E5E0 000000000021E5E2 000000000021E670 000000000021E672 0000000013FCBE90) 0104:Call KERNEL32.LocaleNameToLCID(00000000,00000000) ret=00af65d4 0104:Call ntdll.NtQueryDefaultLocale(00000001,0021e374) ret=7b0282a0 0104:Ret ntdll.NtQueryDefaultLocale() retval=00000000 ret=7b0282a0 0104:Ret KERNEL32.LocaleNameToLCID() retval=00000409 ret=00af65d4 0104:Call KERNEL32.LCMapStringW(00000409,00000400,0021e670 L"a",00000001,00000000,00000000) ret=00af6602 0104:Ret KERNEL32.LCMapStringW() retval=0000000a ret=00af6602 0104:Ret msvcp140._Wcsxfrm() retval=0000000a ret=00ce65ae ... --- snip ---
Continuation is bug 50411 ("Adobe Audition 2020 crashes on startup, reporting 'Direct2D Drawbot error' (d2d_geometry_group_GetBounds is a stub)").
$ wine --version wine-6.1-122-g2201ca08fb0
Regards