https://bugs.winehq.org/show_bug.cgi?id=42680
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
Another app: DVDVideoSoft Free YouTube to MP3 Converter 4.x (from bug 46809)
-- snip --- $ WINEDEBUG=+seh,+loaddll,+process wine ./FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe ... 0009:trace:process:CreateProcessInternalW app (null) cmdline L""C:\users\focht\Temp\is-QU8VQ.tmp\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.tmp" /SL5="$10050,36092824,240640,Z:\home\focht\Downloads\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe" " ... 0009:trace:process:CreateProcessInternalW starting L"C:\users\focht\Temp\is-QU8VQ.tmp\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.tmp" as Win32 binary (400000-54b000, x86) 002a:trace:loaddll:load_so_dll Loaded L"C:\windows\system32\KERNEL32.dll" at 0x7b430000: builtin ... 002a:trace:process:init_current_directory starting in L"Z:\home\focht\Downloads\" 0x1c 002a:trace:process:__wine_kernel_init starting process name=L"C:\users\focht\Temp\is-QU8VQ.tmp\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.tmp" argv[0]=L"C:\users\focht\Temp\is-QU8VQ.tmp\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.tmp" 002a:trace:loaddll:load_native_dll Loaded L"C:\users\focht\Temp\is-QU8VQ.tmp\FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.tmp" at 0x400000: native 0009:trace:process:CreateProcessInternalW started process pid 0029 tid 002a ... 002a:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b45008b ip=7b45008b tid=002a 002a:trace:seh:raise_exception info[0]=7be4278d 002a:trace:seh:raise_exception info[1]=7be43993 wine: Call from 0x7b45008b to unimplemented function msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z, aborting --- snip ---
It can be worked around in this case without 'winetricks' as the app/installer bundles the runtime.
--- snip --- $ WINEDLLOVERRIDES=msvcr120=n wine ./FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe --- snip ---
https://web.archive.org/web/20190405074418/http://sc.dvdvideosoft.net/test/F...
$ sha1sum FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe d16c21b0e65427d635ec788074a7f2d48fed305f FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe
$ du -sh FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe 35M FreeYouTubeToMP3Converter_4.1.91.328_d_45c65720-4be0-4cd6-813e-44ad81ea42a1.exe
$ wine --version wine-4.9-341-g4d5c874f42
Regards