Forums

Problems with vcrun2015 function

Auteur Réponses
Dadu042 Lundi 6 Janvier 2020 à 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 Dimanche 12 Janvier 2020 à 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 Jeudi 16 Janvier 2020 à 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.3 64-bit | Nvidia 535| GeForce GTX 1650
Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained
Dadu042 Samedi 21 Mars 2020 à 22:44
Dadu042

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

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com