问题
我尝试使用 wine 安装 lghub.exe(罗技游戏驱动程序),但遇到了这个问题:
tom@Trinity:~$ wine /home/tom/Downloads/lghub_installer.exe
002c:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"lghub_installer.exe" cannot be loaded
002c:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\tom\\Downloads\\lghub_installer.exe" failed, status c0000135
好像.net 框架没有正确安装...
我的软件
- wine-5.0 64 位架构
- Wine 操作系统:Windows 7
- 操作系统:Ubuntu
我尝试过
我尝试了以下方法,希望能够重新安装 .net4.0
- 卸载 .wine 文件夹,清除 wine,重新启动 wine 以创建另一个 .wine 文件夹,运行命令:
winetricks dotnet40
最后wine /home/tom/Downloads/lghub_installer.exe
再次启动命令。但这只会导致相同的错误。 - 我还尝试按照此处发布的说明创建一个 32 位 .wine 文件夹(使用 Wine 运行 .Net 4.0 应用程序)。但是exe文件无法在32位前缀下运行,因为exe是64位的,不存在32位的exe。
结论
肯定有一种方法可以让 64 位 wine 干净地下载并安装 .net4.0!!请帮忙!