试图运行:winetricks vcrun2019
关于葡萄酒(S):
“葡萄酒4.0.4稳定焦点”
葡萄酒5.0.1稳定焦距
葡萄酒5.0.2稳定焦距
“酒5.0.3稳定-焦点”
“wine5.21阶段-焦点”(推荐在https://appdb.winehq.org/objectManager.php?sClass=application&iId=17444)“wine6.0.1稳定-焦点-1”
葡萄酒6.17级-焦点-2“
即使我在命令行wine64 vc_redist.x64.exe
上手动尝试,我仍然会得到以下错误
0024:err:process:exec_process L"C:\\vc_redist.x64.exe" not supported on this system
wine: Bad EXE format for Y:\vcrun2019\vc_redist.x64.exe #with wine 4.0.4
Application could not be started, or no application associated with the specified file. # wine 6.17
所以这是酒的信息,不是酒会的信息。
ubuntu 20.04
其他64位的东西可以在上面运行。而试图安装64位exe将失败!?
PS.:从https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-amd64/获得版本
发布于 2021-09-21 06:30:38
$ 7z l vc_redist.x64.exe |grep "CPU ="
CPU = x86
https://superuser.com/a/981980/157532
没有修复,它是一个32位安装程序的64位的东西.,直到现在,我还不能在ubuntu20.04上运行32位的windows应用程序。
可以在32位安装程序上使用7z x ...
提取内容,但现在我需要知道如何处理有关注册表的内容.顺便说一句,7z x
也可以与.msi文件一起使用!
我从奇怪的32位安装程序中提取了另一个64位应用程序,这个应用程序运行良好!
要提取vc_redist.x64.exe可用的内容,您必须:
mkdir tmp
cabextract -d tmp vc_redist.x64.exe
cd tmp
cabextract *
https://askubuntu.com/questions/1364877
复制相似问题