error with vcrun2015

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cingelis
Newbie
Newbie
Posts: 2
Joined: Tue Jul 09, 2019 6:38 am

error with vcrun2015

Post by Cingelis »

if I try to run the command bash winetricks vcrun2015 all I get is

Code: Select all

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 ------------------------------------------------------
winetricks is not a regular file, not checking sha256sum
------------------------------------------------------
20180217 - sha256sum:  with wine-4.11 (Staging) and WINEARCH=win64
Executing w_do_call vcrun2015
Executing load_vcrun2015 
------------------------------------------------------
Working around wine bug 37781 
------------------------------------------------------
------------------------------------------------------
This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781
------------------------------------------------------
Using native,builtin override for following DLLs: 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 msvcr140 ucrtbase vcomp140 vcruntime140
Executing wine regedit C:\windows\Temp\_vcrun2015\override-dll.reg
Executing wine64 regedit C:\windows\Temp\_vcrun2015\override-dll.reg
0032:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
Setting Windows version to winxp
Executing wine regedit C:\windows\Temp\_vcrun2015\set-winver.reg
Executing wine64 regedit C:\windows\Temp\_vcrun2015\set-winver.reg
004a:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
------------------------------------------------------
Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/zilvis/.wine terminate
------------------------------------------------------
Executing cd /home/zilvis/.cache/winetricks/vcrun2015
Executing wine vc_redist.x86.exe
000b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000b:fixme:winediag:start_process Wine Staging 4.11 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
000f:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0012:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0014:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0022:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002c:fixme:advapi:DecryptFileW (L"C:\\users\\zilvis\\Temp\\{74d0e5db-b326-4dae-a6b2-445b9de1836e}\\", 00000000): stub
0009:fixme:ole:CoInitializeSecurity (0034F5E4,-1,00000000,00000000,6,2,00000000,12288,00000000) - stub!
0031:fixme:shell:SHAutoComplete stub
------------------------------------------------------
Note: command wine vc_redist.x86.exe returned status 5. Aborting.
From what I understand I need to run the command in 32bit prefix but I have no idea how to do that
Cingelis
Newbie
Newbie
Posts: 2
Joined: Tue Jul 09, 2019 6:38 am

Re: error with vcrun2015

Post by Cingelis »

Never mind, I had to reinstall Linux for unrelated reasons and it seems to have installed without any problems now
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: error with vcrun2015

Post by jkfloris »

You could install vcrun2015 in a 64-bit prefix, but if you want a 32-bit prefix, you must create a new prefix.
20180217 - sha256sum: with wine-4.11 (Staging) and WINEARCH=win64
Could you update winetricks and try again?
Locked