https://bugs.winehq.org/show_bug.cgi?id=56518
Bug ID: 56518 Summary: 64bit variant of Dependency Walker fails to start Product: Wine Version: 9.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mfc Assignee: wine-bugs@winehq.org Reporter: ralf.habacker@freenet.de Distribution: ---
I downloaded the x64 version of https://www.dependencywalker.com/ and started it in a 64-bit wine prefix.
$ wget https://www.dependencywalker.com/depends22_x64.zip $ 7z x depends22_x64.zip $ WINEARCH=win64 WINEPREFIX=~/.wine64 wineboot $ WINEPREFIX=~/.wine64 wine ./depends.exe
The following error occurred and the applications did not start:
04cc:err:module:import_dll Library MFC42.dll (which is needed by L"C:\windows\depends.exe") not found 04cc:err:module:loader_init Importing dlls for L"C:\windows\depends.exe" failed, status c0000135
https://bugs.winehq.org/show_bug.cgi?id=56518
Ralf Habacker ralf.habacker@freenet.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://appdb.winehq.org/ob | |jectManager.php?sClass=appl | |ication&iId=1668
https://bugs.winehq.org/show_bug.cgi?id=56518
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- Not a bug.
Wine doesn't have its own implementation of mfc libs - you need to provide it from elsewhere.
https://bugs.winehq.org/show_bug.cgi?id=56518
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl --- Also, this is just another instance of bug 657.
https://bugs.winehq.org/show_bug.cgi?id=56518
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |z.figura12@gmail.com Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Rafał Mużyło from comment #1)
Not a bug.
Wine doesn't have its own implementation of mfc libs - you need to provide it from elsewhere.
That's still a bug.
*** This bug has been marked as a duplicate of bug 657 ***
https://bugs.winehq.org/show_bug.cgi?id=56518
--- Comment #4 from Ralf Habacker ralf.habacker@freenet.de --- (In reply to Rafał Mużyło from comment #1)
Not a bug.
Wine doesn't have its own implementation of mfc libs - you need to provide it from elsewhere.
For the 32bit version there is http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6Redi..., which uses winetricks, for example (see https://github.com/Winetricks/winetricks/blob/9a1104a6c5d5b43782657c08388fe6...).
For the x64 variant, however, there does not seem to be a version that can be found via google - examples:
- https://learn.microsoft.com/de-de/cpp/windows/latest-supported-vc-redist?vie...
- https://www.der-windows-papst.de/2020/07/24/download-microsoft-visual-c-redi...
https://bugs.winehq.org/show_bug.cgi?id=56518
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate.