在 ubuntu 12.10 上运行 GameRanger

use*_*795 2 wine 12.10

我已经安装了 wine,我正在尝试使用 wine 运行 GameRangerSetup.exe,但它在终端上显示以下消息:

err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\home\\akash\\Downloads\\Utilities\\GameRanger\\GameRangerSetup.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\akash\\Downloads\\Utilities\\GameRanger\\GameRangerSetup.exe" failed, status c0000135
Run Code Online (Sandbox Code Playgroud)

我不知道如何解释该消息。任何帮助,将不胜感激。

Kro*_*tan 5

您没有安装 mfc42.dll。您可以通过打开终端并输入以下内容来获取它:

winetricks mfc42
Run Code Online (Sandbox Code Playgroud)

它将下载所需的文件,然后您可能就可以安装它了。