https://bugs.winehq.org/show_bug.cgi?id=47309
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WinML tool 'mlgen.exe' from |Multiple WinML tools from |Windows 10 SDK ( |Windows 10 SDK ( |10.0.17763.x) crashes on |10.0.17763.x) crash on |startup, requires several |startup, requiring several |api-ms-win-crt-private-l1-1 |api-ms-win-crt-private-l1-1 |-0.dll._o__* API functions |-0.dll._o_* API functions | |(mlgen, winmdidl)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
making it more wildcardish to include '_o_xxx' as well. There is no point in creating dozen issues as of now - just targeting the single API set stub dll.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64
$ wine ./winmdidl.exe ... wine: Call from 0x7b45330c to unimplemented function api-ms-win-crt-private-l1-1-0.dll._o_wmemcpy_s, aborting wine: Unimplemented function api-ms-win-crt-private-l1-1-0.dll._o_wmemcpy_s called at address 0x7b45330c (thread 0035), starting debugger... Unhandled exception: unimplemented function api-ms-win-crt-private-l1-1-0.d._o_wmemcpy_s called in 64-bit code (0x000000007b45330c). ... --- snip ---
--- snip --- winedump -j import ./winmdidl.exe | sed -n '/api-ms-win-crt-private/,/^$/p' offset 0003d828 api-ms-win-crt-private-l1-1-0.dll Hint/Name Table: 0003EE28 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) ForwarderChain: 00000000 First thunk RVA: 00031358 Thunk Ordn Name 00031358 101 _o___stdio_common_vfwprintf 00031360 111 _o___stdio_common_vswprintf 00031368 113 _o___stdio_common_vswprintf_s 00031370 144 _o__callnewh 00031378 145 _o__calloc_base 00031380 146 _o__cexit 00031388 158 _o__configthreadlocale 00031390 160 _o__configure_wide_argv 00031398 166 _o__crt_atexit 000313a0 191 _o__errno 000313a8 198 _o__exit 000313b0 240 _o__free_base 000313b8 270 _o__get_initial_wide_environment 000313c0 316 _o__initialize_onexit_table 000313c8 317 _o__initialize_wide_environment 000313d0 318 _o__invalid_parameter_noinfo 000313d8 319 _o__invalid_parameter_noinfo_noreturn 000313e0 340 _o__ismbblead 000313e8 427 _o__malloc_base 000313f0 578 _o__purecall 000313f8 592 _o__register_onexit_function 00031400 601 _o__seh_filter_exe 00031408 603 _o__set_app_type 00031410 606 _o__set_fmode 00031418 609 _o__set_new_mode 00031420 689 _o__ultow_s 00031428 712 _o__wcsdup 00031430 722 _o__wcslwr_s 00031438 773 _o__wfopen_s 00031440 784 _o__wmkdir 00031448 832 _o_abort 00031450 876 _o_exit 00031458 883 _o_fclose 00031460 884 _o_feof 00031468 891 _o_fgetws 00031470 904 _o_fputws 00031478 907 _o_free 00031480 982 _o_malloc 00031488 1021 _o_realloc 00031490 1045 _o_setlocale 00031498 1076 _o_terminate 000314a0 1093 _o_wcscpy_s 000314a8 1103 _o_wcstol 000314b0 1113 _o_wmemcpy_s 000314b8 12 __C_specific_handler 000314c0 48 __uncaught_exception 000314c8 1 _CxxThrowException 000314d0 82 _o___p__commode 000314d8 97 _o___stdio_common_vfprintf 000314e0 94 _o___std_exception_destroy 000314e8 93 _o___std_exception_copy 000314f0 91 _o___pctype_func 000314f8 80 _o___p___wargv 00031500 78 _o___p___argc 00031508 66 _o___acrt_iob_func 00031510 65 _o____mb_cur_max_func 00031518 64 _o____lc_locale_name_func 00031520 63 _o____lc_collate_cp_func 00031528 62 _o____lc_codepage_func 00031530 1125 strchr 00031538 1130 wcsrchr 00031540 1131 wcsstr 00031548 1129 wcschr 00031550 18 __CxxFrameHandler3 00031558 1120 memcmp 00031560 1121 memcpy 00031568 1122 memmove --- snip ---
Regards