POL_Install_d3dcompiler_47

Informations

Creator Message
Dadu042

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 40119
Wine: System

Feedbacks

Description

X

Source code

Contributions

Filters:

Contribute
Member Message
Yaotl Tuesday 15 June 2021 at 23:24
Yaotl Anonymous

Information

This update has been approved by the team.

Differences

New source code

Replies

Wednesday 16 June 2021 at 6:29
Script approved, thanks.
Yaotl Wednesday 26 May 2021 at 12:04
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Tuesday 1 June 2021 at 9:49
script approved.
winetrouble Wednesday 7 April 2021 at 8:21
winetrouble Anonymous

Message

Your source "directx_Jun2010_redist.exe" doesn't contain neither the d3dcompiler_46.dll nor the d3dcompiler_47.dll. Based on winetricks I made a new script:

#!/usr/bin/env playonlinux-bash   
# Date : 2021-04-07
# Last revision : 2021-04-07
# Wine version used : system
# Distribution used to test : Manjaro Linux, Linuxmint 20.1, Ubuntu 20.10
# Author : winetrouble   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="test"
PREFIX="test"  

POL_SetupWindow_Init
POL_Debug_Init

# Select and create prefix
POL_System_SetArch "amd64"
POL_System_TmpCreate "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate ""

eval_gettext 'Please wait while $TITLE is installed.'
POL_Download_Resource "https://download-installer.cdn.mozilla.net/pub/firefox/releases/62.0.3/win32/ach/Firefox%20Setup%2062.0.3.exe" "9cd3382cf5f2a20c804fe12db3c70771"

cd "$POL_USER_ROOT/ressources/"
    POL_System_7z x "Firefox%20Setup%2062.0.3.exe" "core/d3dcompiler_47.dll"
    cp "core/d3dcompiler_47.dll"* "$WINEPREFIX/drive_c/windows/system32/"
    rm "Firefox%20Setup%2062.0.3.exe"
    rm -r core
    if [ "$POL_ARCH" = "amd64" ]; then
        POL_Download_Resource "https://download-installer.cdn.mozilla.net/pub/firefox/releases/62.0.3/win64/ach/Firefox%20Setup%2062.0.3.exe" "58aabc1588593297851c38c6edf8736f"
        POL_System_7z x "Firefox%20Setup%2062.0.3.exe" "core/d3dcompiler_47.dll"
        cp "core/d3dcompiler_47.dll" "$WINEPREFIX/drive_c/windows/syswow64/d3dcompiler_47.dll"
        rm "Firefox%20Setup%2062.0.3.exe"
        rm -r core
    fi


# Overriding dlls
POL_Debug_Message "Overriding d3dcompiler_47 dll"
POL_Wine_OverrideDLL "native" "d3dcompiler_47"
 
POL_SetupWindow_Close
exit

Replies

Edited by winetrouble

Quentin PÂRIS Wednesday 10 March 2021 at 23:07
Quentin PÂRIS Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

Dadu042 Saturday 18 July 2020 at 20:39
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

New source code

Replies

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