[Bug 27827] Creo Elements/Direct Modeling Express 4.0/6.0 loader failure due to missing msvcrt.dll dependency (native netapi32.dll imports msvcrt functions)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jan 22 06:08:24 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=27827

--- Comment #17 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, still present.

--- snip ---
$ grep -ralZi msvcrt .wine/drive_c | \
   xargs -r0i bash -c "echo \"{}\" && winedump -j import \"{}\" | \
   sed -n '/msvcrt.dll/,/^$/Ip'" | grep -i -B1 msvcrt.dll

.wine/drive_c/windows/system32/msvcp60.dll
  offset 000b128d msvcrt.dll
--
.wine/drive_c/windows/system32/ntoskrnl.exe
  offset 00034b71 msvcrt.dll
--
.wine/drive_c/windows/system32/msvcirt.dll
  offset 0001b8b3 msvcrt.dll
--

.wine/drive_c/windows/system32/msvcrt.dll
Contents of .wine/drive_c/windows/system32/msvcrt.dll: 561152 bytes

Done dumping .wine/drive_c/windows/system32/msvcrt.dll
--
.wine/drive_c/windows/system32/msvcrt20.dll
  offset 0000e5c2 msvcrt.dll
--
.wine/drive_c/windows/syswow64/msvcp60.dll
  offset 000abe6b msvcrt.dll
--
.wine/drive_c/windows/syswow64/ntoskrnl.exe
  offset 0002ff42 msvcrt.dll
--
.wine/drive_c/windows/syswow64/msvcirt.dll
  offset 0001b919 msvcrt.dll
--

.wine/drive_c/windows/syswow64/msvcrt.dll
Contents of .wine/drive_c/windows/syswow64/msvcrt.dll: 573440 bytes

Done dumping .wine/drive_c/windows/syswow64/msvcrt.dll
--
.wine/drive_c/windows/syswow64/msvcrt20.dll
  offset 0000f589 msvcrt.dll
--- snip ---

$ wine --version
wine-6.0

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list