WINEPREFIX="$HOME/bin/wine-1" winetricks --force vcrun2019
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20230212-next - sha256sum: be4196ba3358be7c68cb58e7a7cbe9b37418e12e92beb88876e119998f438532 with wine-8.13 (Staging) and WINEARCH=win64
Executing w_do_call vcrun2019
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_vcrun2019
Using native,builtin override for following DLLs: api-ms-win-crt-private-l1-1-0 api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcp140_1 msvcp140_2 msvcp140_atomic_wait msvcp140_codecvt_ids vcamp140 vccorl
ib140 vcomp140 vcruntime140
Executing wine C:\windows\syswow64\regedit.exe C:\windows\Temp\override-dll.reg
Executing wine64 C:\windows\regedit.exe C:\windows\Temp\override-dll.reg
grep: warning: stray \ before /
Executing cd /home/user1/.cache/winetricks/vcrun2019
Downloading https://aka.ms/vs/16/release/vc_redist.x86.exe to /home/user1/.cache/winetricks/vcrun2019
--2023-08-09 13:25:02-- https://aka.ms/vs/16/release/vc_redist.x86.exe
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aka.ms (aka.ms)... 2.19.147.45
Connecting to aka.ms (aka.ms)|2.19.147.45|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.visualstudio.microsoft.com/download/pr/7e8edcf6-f2c1-41b1-a712-3f9cd8f58db4/4C6C420CF4CBF2C9C9ED476E96580AE92A97B2822C21329A2E49E8439AC5AD30/VC_redist.x86.exe [following]
--2023-08-09 13:25:02-- https://download.visualstudio.microsoft.com/download/pr/7e8edcf6-f2c1-41b1-a712-3f9cd8f58db4/4C6C420CF4CBF2C9C9ED476E96580AE92A97B2822C21329A2E49E8439AC5AD30/VC_redist.x86.exe
Resolving download.visualstudio.microsoft.com (download.visualstudio.microsoft.com)... 68.232.34.200, 2606:2800:133:f17:19e8:2356:251b:2a9
Connecting to download.visualstudio.microsoft.com (download.visualstudio.microsoft.com)|68.232.34.200|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
chmod: cannot access 'vc_redist.x86.exe': No such file or directory
Executing cd /home/user1
------------------------------------------------------
warning: /home/user1/.cache/winetricks/vcrun2019/vc_redist.x86.exe is not a regular file, not checking sha256sum
------------------------------------------------------
------------------------------------------------------
warning: sha256sum mismatch! However --force was used, so trying anyway. Caveat emptor.
------------------------------------------------------
------------------------------------------------------
warning: Working around wine bug 50894 -- Working around failing wusa.exe lookup via C:\windows\SysNative
------------------------------------------------------
Executing wine winecfg -v winxp64
------------------------------------------------------
warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/user1/bin/wine-1 terminate
------------------------------------------------------
Executing cd /home/user1/.cache/winetricks/vcrun2019
Executing wine vc_redist.x86.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 8.13 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0098:fixme:wineusb:add_usb_device Interface 1 has 2 alternate settings; using the first one.
0098:fixme:wineusb:add_usb_device Interface 2 has 2 alternate settings; using the first one.
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
0094:fixme:wineusb:query_id Unhandled ID query type 0x5.
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.
------------------------------------------------------
warning: Note: command wine vc_redist.x86.exe returned status 1. Aborting.
------------------------------------------------------
Strange, I found the downloaded vc_redist.x86.exe file in $HOME and was able to execute it with WINEPREFIX="$HOME/bin/wine-1 wine vc_redist.x86.exe. What's going on
WINEPREFIX="$HOME/bin/wine-1" winetricks --force vcrun2019Strange, I found the downloaded vc_redist.x86.exe file in $HOME and was able to execute it with
WINEPREFIX="$HOME/bin/wine-1 wine vc_redist.x86.exe. What's going on