https://bugs.winehq.org/show_bug.cgi?id=42621
Bug ID: 42621 Summary: Unimplemented function msvcr120.dll.?_Trace_ppl_function@Concurrency@@YAXAEBU _GUID@@EW4ConcRT_EventType@1@@Z Product: Wine Version: 2.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: hevanen@googlemail.com Distribution: ---
The image rescaling tool waifu2x-converter_x64.exe crashes with:
Unhandled exception: unimplemented function msvcr120.dll.?_Trace_ppl_function@Concurrency@@YAXAEBU_GUID@@EW4ConcRT_EventType@1@@Z called in 64-bit code (0x000000007b4504b7).
Backtrace: =>0 0x000000007b4504b7 in kernel32 (+0x304b7) (0x000000000023d0c0) 1 0x00007f81e8c8be44 __wine_unwind_trampoline+0x263() in msvcr120 (0x000000000023d2a0) 2 0x00007f81e8c0942f in msvcr120 (+0x942e) (0x000000000023d2a0) 3 0x00000001805b226c in opencv_core300 (+0x5b226b) (0x000000000023d2a0) 4 0x0000000000c13b6c in opencv_imgproc300 (+0x9d3b6b) (0x000000000023d2a0)
The tool can be used directly on the command line: waifu2x-converter_x64.exe -i <input> -m scale -j 2 --scale_ratio 2.0 -o <output>
or using the GUI waifu2x_win_koroshell.exe (drag and drop an image into the window).