【求助】Wine如何运行最新版本的Chrome?

@Ta 8小时前发布,8小时前修改 54点击

需要在Linux Mint 22.2上运行一个Windows软件,这个软件在启动时需要拉起Chrome,从Chrome官网下载的安装器无论是在线版还是离线版均无法启动,在线版安装器在终端输出的信息如下:

yucho@yucho-mint:~$ wine 下载/ChromeSetup.exe 
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: Haswell Vulkan support is incomplete
0024:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0024:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
[32:36:1112/213705.713:VERBOSE1:chrome\updater\win\installer\installer.cc:495] "Z:\下载\ChromeSetup.exe" --install=appguid={8A69D345-D564-463C-AFF1-A69D9E530F96}&iid={DDBF2EC3-2A35-98EB-D99B-D79BD688755C}&lang=zh-CN&browser=4&usagestats=1&appname=Google%20Chrome&needsadmin=prefers&ap=x64-statsdef_1&installdataindex=empty --enable-logging --vmodule=*/components/winhttp/*=1,*/components/update_client/*=2,*/chrome/enterprise_companion/*=2,*/chrome/updater/*=2
[32:36:1112/213705.833:ERROR:chrome\installer\util\unbuffered_file_writer.cc:126] GetFileInformationByHandleEx failed: 调用尚未实现。 (0x78)
[32:36:1112/213705.834:ERROR:chrome\installer\util\lzma_util.cc:159] Invalid file: 调用尚未实现。 (0x78)
[32:36:1112/213705.834:ERROR:chrome\installer\util\lzma_util.cc:249] Unable to uncompress archive: C:\users\yucho\Temp\Google32_32679058\UPDATER.PACKED.7Z: 调用尚未实现。 (0x78)
[32:36:1112/213705.870:VERBOSE1:chrome\updater\win\installer\installer.cc:612] Metainstaller WMain returning: 73057
[32:292:1112/213708.602:VERBOSE2:components\update_client\update_client.cc:257] SendPing
[32:292:1112/213708.602:VERBOSE2:components\update_client\update_client.cc:143] RunTask
[32:292:1112/213708.603:VERBOSE1:chrome\updater\net\network_fetcher_win.cc:94] Using the auto proxy configuration.
[32:292:1112/213708.608:VERBOSE2:chrome\updater\net\network_fetcher_win.cc:295] Impl: Successfully got logged on user token. Impersonate result: 0
[32:292:1112/213708.608:VERBOSE1:components\winhttp\scoped_hinternet.cc:31] Failed to configure WINHTTP_DECOMPRESSION_FLAG_ALL
[32:292:1112/213708.608:VERBOSE2:components\update_client\request_sender.cc:95] url: https://update.googleapis.com/service/update2/json
[32:292:1112/213708.609:VERBOSE2:components\update_client\request_sender.cc:104] Sending Omaha request: {"request":{"@os":"win","@updater":"updater","acceptformat":"crx3,download,puff,run,xz,zucc","apps":[{"appid":"{44fc7fe2-65ce-487c-93f4-edee46eeaaab}","enabled":true,"events":[{"errorcode":73057,"eventresult":0,"eventtype":2,"previousversion":"143.0.7482.0"}],"installdate":0,"version":"143.0.7482.0"}],"arch":"x86","dedup":"cr","hw":{"avx":true,"physmemory":8,"sse":true,"sse2":true,"sse3":true,"sse41":true,"sse42":true,"ssse3":true},"ismachine":true,"os":{"arch":"x86_64","platform":"Windows","version":"10.0.19043.0"},"prodversion":"143.0.7482.0","protocol":"4.0","requestid":"{13b8d904-bb45-4f1e-8595-2b95d6ec17d5}","sessionid":"{a5711cdd-6f46-4ad0-9284-4ca60fe5d2d8}","updaterversion":"143.0.7482.0","wow64":true}}
[32:292:1112/213708.609:VERBOSE2:chrome\updater\net\network_fetcher_win.cc:174] PostRequest
[32:304:1112/213708.610:VERBOSE1:components\winhttp\proxy_configuration.cc:127] Auto-proxy: winhttp uses the user settings for proxy.
[32:312:1112/213708.614:VERBOSE1:components\winhttp\network_fetcher.cc:526] hostname: update.googleapis.com
[32:312:1112/213708.616:VERBOSE1:components\winhttp\network_fetcher.cc:535] ip: 198.18.0.108
[32:292:1112/213709.389:VERBOSE2:chrome\updater\net\network_fetcher_win.cc:206] PostRequestComplete: response code=200
[32:292:1112/213709.389:VERBOSE1:components\update_client\request_sender.cc:188] Request completed from url: https://update.googleapis.com/service/update2/json
[32:292:1112/213709.389:VERBOSE2:components\update_client\request_sender.cc:136] Omaha response received: )]}'
{"response":{"server":"prod","protocol":"4.0","daystart":{"elapsed_seconds":20229,"elapsed_days":6890},"apps":[{"appid":"{44fc7fe2-65ce-487c-93f4-edee46eeaaab}","status":"ok","events":[{"status":"ok"}]}]}}
[32:292:1112/213709.390:VERBOSE2:components\update_client\update_client.cc:169] OnTaskComplete: tasks_.empty(): 1, task_queue_.empty(): 1, error: 0

目前根据网络搜索结果尝试过的方法:

  • 1、运行离线版安装器。无任何报错,不弹出任何窗口。
  • 2、安装 .NET。安装后仍无法启动Chrome安装器。
  • 3、从Windows虚拟机复制 GetFileInformationByHandleEx 方法所在的 kernel32.dll 文件,用其替换 Wine 系统目录中的同路径文件。无效。
回复列表(1|隐藏机器人聊天)
添加新回复
回复需要登录