Forum

Problems with vcrun2015 function

Författare Svar
Dadu042 Monday 6 January 2020 at 20:49
Dadu042

Hello, the function vcrun2015 is break crying ,
is there any hacker cool to repair it ?

 

Note: I need vcrun2015 for the freeware game The Dark Mod.

Yaotl Sunday 12 January 2020 at 10:59
YaotlAnonymous

cp $POL_USER_ROOT/tmp/vcrun2015/mfc140_x86 $WINEPREFIX/drive_c/windows/system32/mfc140.dll
cp $POL_USER_ROOT/tmp/vcrun2015/mfc140u_x86 $WINEPREFIX/drive_c/windows/system32/mfc140u.dll
cp $POL_USER_ROOT/tmp/vcrun2015/msvcp140_x86 $WINEPREFIX/drive_c/windows/system32/msvcp140.dll
cp $POL_USER_ROOT/tmp/vcrun2015/msvcr140_x86 $WINEPREFIX/drive_c/windows/system32/vcruntime140.dll
cp $POL_USER_ROOT/tmp/vcrun2015/vcomp140_x86 $WINEPREFIX/drive_c/windows/system32/vcomp140.dll

The script tries to copy nonexistent files!

I also believe that the file atl140.dll does not exist.

mkdir ~/vcrun2015x86/a10files
mkdir ~/vcrun2015x86/a11files
cd ~/vcrun2015x86
wget https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe
cabextract vc_redist.x86.exe
cabextract a10 -d a10files/
cabextract a11 -d a11files/
ls ~/vcrun2015x86/a10files/
ls ~/vcrun2015x86/a11files/

 

booman Thursday 16 January 2020 at 23:44
booman

I have installed it with Winetricks in PlayOnLinux

Installing Visual C 2015

Start PlayOnLinux
Click Configure

Select virtual drive shortcut (left side)

Miscellaneous Tab

Click "Open a Shell"
Copy/Paste:

Code:
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks

Press Enter

Copy/Paste

Code:
chmod +x winetricks

Press Enter

Copy/Paste

Code:
WINEPREFIX=/home/username/.PlayOnLinux/wineprefix/gamename ./winetricks -q vcrun2015

Press Enter

Note: Replace "username" with your login

Close Shell

Close Configure

 


† Booman †
Mint 21 64-bit | Nvidia 515| GeForce GTX 1650
Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained
Dadu042 Saturday 21 March 2020 at 22:44
Dadu042

Thanks Yaotl, your help made me change the script, now the game (the dark mod) does launch and work laugh.