winetricks vcrun6sp6 segmentation fault

Questions about Wine on Linux
Locked
Pipeline
Newbie
Newbie
Posts: 1
Joined: Mon Jan 30, 2017 11:46 am

winetricks vcrun6sp6 segmentation fault

Post by Pipeline »

Elementary OS 0.4, wine-2.0 staging (if that matters)
I'm trying to run an installer but it shows this error:
Runtime Error (at -1:0):

Cannot Import dll:C:\users\pipeline\Temp\is-SRGON.tmp\isskin.dll.
I read somewhere that to fix this I need to install vcrun6sp6 using winetricks but it segfaults when trying to download:

Code: Select all

------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call vcrun6sp6
Executing load_vcrun6sp6
Downloading http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe to /home/pipeline/.cache/winetricks/vcrun6sp6
--2017-01-30 16:44:02--  http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe
Resolving download.microsoft.com (download.microsoft.com)... 104.82.107.2, 2a02:26f0:104:284::e59, 2a02:26f0:104:28d::e59, ...
Connecting to download.microsoft.com (download.microsoft.com)|104.82.107.2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 63799912 (61M) [application/octet-stream]
Saving to: ‘Vs6sp6.exe’

Segmentation fault (core dumped)
------------------------------------------------------
Downloading http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe failed
------------------------------------------------------
Sorry in advance if this is the wrong forum to post in
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: winetricks vcrun6sp6 segmentation fault

Post by Bob Wya »

Pipeline wrote:...
I read somewhere that to fix this I need to install vcrun6sp6 using winetricks but it segfaults when trying to download:

Code: Select all

------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
...
That installer works for me here. Clean 64-bit Wineprefix, with Wine Staging 2.0.

Make sure your winetricks script is up-to-date:

Code: Select all

winetricks --version
20170101 - sha1sum: 18a22dd954cd793a21448b882a83967c10616e6a
See WineHQ Wiki: winetricks

Then clean out the winetricks download cache:

Code: Select all

rm -rf ~/.cache/winetricks/
Using a 32-bit Wineprefix can improve compatability... See WineHQ FAQ: 6.5.3 How do I create a 32 bit wineprefix on a 64 bit system?

Then try again...

Bob
Locked