You are here

Blur

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 72208
Wine: 3.0.3

Feedbacks

Description

Arcade racing video game (2010). Wikipedia.

English :
In Blur, the player will encounter numerous characters and many licensed cars ranging from Dodge Vipers to Lotus Exiges to Ford Transit vans fitted with F1 engines, all of which have full damage modelling, a shield bar which can be used at any time by the player to protect the player's car from other weapons, and separate traits such as Acceleration, Speed, Drift, Grip and Stability.

Français :
Blur sur PC est un jeu de courses dans lequel le joueur doit se faire une place dans le domaine des courses illégales. Axé arcade dans sa jouabilité, et proposant des bonus aussi extravagants que l'onde de choc ou des mines, le soft permet néanmoins de conduire des BMW ou encore des Hummer dans des tracés très réalistes à travers Londres ou Los Angeles.

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2010-06-09 22-00)
# Last revision : (2019-11-03 19:41)
# Wine version used : 1.2, 1.3.15, 1.3.23, 1.3.27
# Distribution used to test : Debian Testing x64
# Author : GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com

# CHANGELOG
# [GNU_Raziel] (2010-06-09 22-00)
#   First script.
# [Dadu042] (2019-11-03)
#   Wine 1.3.27 -> 3.0.3
#   Add POL_Function_NoCDWarning
#   Add POL_RequiredVersion

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Blur"
PREFIX="BlurTheGame"
WORKING_WINE_VERSION="3.0.3"
GAME_VMS="256"

# Starting the script
rm "$POL_USER_ROOT/tmp/*.jpg"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/blur/top.jpg" "http://files.playonlinux.com/resources/setups/blur/left.jpg" "$TITLE"
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.blurgame.com/" "GNU_Raziel" "$PREFIX"

POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Downloading wine if necessary and creating prefix
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Choose between DVD and Digital Download version
POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL"

# Installing mandatory dependencies
if [ "$INSTALL_METHOD" == "STEAM" ]; then
        POL_Call POL_Install_steam
fi
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_physx

# Mandatory pre-install fix for steam
POL_Call POL_Install_steam_flags "42640"

# Begin game installation
if [ "$INSTALL_METHOD" == "DVD" ]; then
        # Asking for CDROM and checking if it's correct one
        POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" == "STEAM" ]; then
        cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
        POL_Wine start /unix "steam.exe" steam://install/42640
        PPOL_Wine_WaitExit "$TITLE"
else
        # Asking then installing DDV of the game
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

## Fix for this game
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver

# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix

## PlayOnMac Section
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section

# Cleaning temp
if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then
        rm -rf "$WINEPREFIX/drive_c/windows/temp/*"
        chmod -R 777 "$POL_USER_ROOT/tmp/"
        rm -rf "$POL_USER_ROOT/tmp/*"
fi

# Making shortcut
if [ "$INSTALL_METHOD" == "STEAM" ]; then
        POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/42640"
else
        POL_Shortcut "Blur.exe" "$TITLE" "$TITLE.png" ""
fi

# Game protection warning
if [ "$INSTALL_METHOD" == "DVD" ]; then
    POL_Call POL_Function_NoCDWarning
fi

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Sunday 3 November 2019 at 13:50
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,18 +1,26 @@
 #!/bin/bash
 # Date : (2010-06-09 22-00)
-# Last revision : (2011-08-10 19:41)
+# Last revision : (2019-11-03 19:41)
 # Wine version used : 1.2, 1.3.15, 1.3.23, 1.3.27
 # Distribution used to test : Debian Testing x64
 # Author : GNU_Raziel
 # Licence : Retail
 # Only For : http://www.playonlinux.com
 
+# CHANGELOG
+# [GNU_Raziel] (2010-06-09 22-00)
+#   First script.
+# [Dadu042] (2019-11-03)
+#   Wine 1.3.27 -> 3.0.3
+#   Add POL_Function_NoCDWarning
+#   Add POL_RequiredVersion
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Blur"
 PREFIX="BlurTheGame"
-WORKING_WINE_VERSION="1.3.27"
+WORKING_WINE_VERSION="3.0.3"
 GAME_VMS="256"
 
 # Starting the script
@@ -25,6 +33,8 @@
 
 POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.blurgame.com/" "GNU_Raziel" "$PREFIX"
 
+POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 # Setting prefix path
 POL_Wine_SelectPrefix "$PREFIX"
 
@@ -99,7 +109,7 @@
 
 # Game protection warning
 if [ "$INSTALL_METHOD" == "DVD" ]; then
-	POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of this game\nif you want to play it with wine.')" "$TITLE"
+    POL_Call POL_Function_NoCDWarning
 fi
 
 POL_SetupWindow_Close

New source code

#!/bin/bash
# Date : (2010-06-09 22-00)
# Last revision : (2019-11-03 19:41)
# Wine version used : 1.2, 1.3.15, 1.3.23, 1.3.27
# Distribution used to test : Debian Testing x64
# Author : GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com

# CHANGELOG
# [GNU_Raziel] (2010-06-09 22-00)
#   First script.
# [Dadu042] (2019-11-03)
#   Wine 1.3.27 -> 3.0.3
#   Add POL_Function_NoCDWarning
#   Add POL_RequiredVersion

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Blur"
PREFIX="BlurTheGame"
WORKING_WINE_VERSION="3.0.3"
GAME_VMS="256"

# Starting the script
rm "$POL_USER_ROOT/tmp/*.jpg"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/blur/top.jpg" "http://files.playonlinux.com/resources/setups/blur/left.jpg" "$TITLE"
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.blurgame.com/" "GNU_Raziel" "$PREFIX"

POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Downloading wine if necessary and creating prefix
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Choose between DVD and Digital Download version
POL_SetupWindow_InstallMethod "DVD,STEAM,LOCAL"

# Installing mandatory dependencies
if [ "$INSTALL_METHOD" == "STEAM" ]; then
        POL_Call POL_Install_steam
fi
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_physx

# Mandatory pre-install fix for steam
POL_Call POL_Install_steam_flags "42640"

# Begin game installation
if [ "$INSTALL_METHOD" == "DVD" ]; then
        # Asking for CDROM and checking if it's correct one
        POL_SetupWindow_message "$(eval_gettext 'Please insert game media into your disk drive\nif not already done.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
elif [ "$INSTALL_METHOD" == "STEAM" ]; then
        cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
        POL_Wine start /unix "steam.exe" steam://install/42640
        PPOL_Wine_WaitExit "$TITLE"
else
        # Asking then installing DDV of the game
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run:')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

## Fix for this game
# Set Graphic Card information keys for wine
POL_Wine_SetVideoDriver

# Sound problem fix - pulseaudio related
[ "$POL_OS" = "Linux" ] && Set_SoundDriver "alsa"
[ "$POL_OS" = "Linux" ] && Set_SoundEmulDriver "Y"
## End Fix

## PlayOnMac Section
[ "$POL_OS" = "Mac" ] && Set_Managed "Off"
## End Section

# Cleaning temp
if [ -e "$WINEPREFIX/drive_c/windows/temp/" ]; then
        rm -rf "$WINEPREFIX/drive_c/windows/temp/*"
        chmod -R 777 "$POL_USER_ROOT/tmp/"
        rm -rf "$POL_USER_ROOT/tmp/*"
fi

# Making shortcut
if [ "$INSTALL_METHOD" == "STEAM" ]; then
        POL_Shortcut "steam.exe" "$TITLE" "$TITLE.png" "steam://rungameid/42640"
else
        POL_Shortcut "Blur.exe" "$TITLE" "$TITLE.png" ""
fi

# Game protection warning
if [ "$INSTALL_METHOD" == "DVD" ]; then
    POL_Call POL_Function_NoCDWarning
fi

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Sunday 11 October 2020 at 18:50
kai
nayanangamuhandiram Sunday 28 October 2018 at 14:47
nayanangamuhandiram Anonymous

Message

PlayOnLinux debugging tool (v4.2.12)
-----------------------------------------------
Debugging: Blur

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 10/28/18 19:12:08

> uname -a
  Linux nayananga-Aspire-E5-575G 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
  
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-3.0.3
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer, 
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) 
> OpenGL libs
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x BALLERINA_HOME="/usr/lib/ballerina/ballerina-0.982.0"
declare -x CLUTTER_IM_MODULE="xim"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DEFAULTS_PATH="/usr/share/gconf/ubuntu.default.path"
declare -x DESKTOP="/home/nayananga/Desktop"
declare -x DESKTOP_SESSION="ubuntu"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="ubuntu"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="19212"
declare -x GJS_DEBUG_OUTPUT="stderr"
declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNOME_SHELL_SESSION_MODE="ubuntu"
declare -x GNUPGHOME="/home/nayananga/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/run/user/1000/gnupg/S.gpg-agent:0:1"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/nayananga"
declare -x IGNORE_ICON_DIR="false"
declare -x IM_CONFIG_PHASE="2"
declare -x LANG="en_US.UTF-8"
declare -x LC_ADDRESS="si_LK"
declare -x LC_IDENTIFICATION="si_LK"
declare -x LC_MEASUREMENT="si_LK"
declare -x LC_MONETARY="si_LK"
declare -x LC_NAME="si_LK"
declare -x LC_NUMERIC="si_LK"
declare -x LC_PAPER="si_LK"
declare -x LC_TELEPHONE="si_LK"
declare -x LC_TIME="si_LK"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LIBVIRT_DEFAULT_URI="qemu:///system"
declare -x LOGNAME="nayananga"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/ubuntu.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/nayananga/.PlayOnLinux/configurations/setups/Blur"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/nayananga/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PATH_ORIGIN="/home/nayananga/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="tOzMpxXoQ2ecReZFUdY7"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="12910498"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30002"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="20224"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/nayananga/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="xim"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x REPERTOIRE="/home/nayananga/.PlayOnLinux/"
declare -x SCRIPTID="Blur"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/nayananga-Aspire-E5-575G:@/tmp/.ICE-unix/5989,unix/nayananga-Aspire-E5-575G:/tmp/.ICE-unix/5989"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="6131"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x S_COLORS="auto"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Blur"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="nayananga"
declare -x USERNAME="nayananga"
declare -x VERSION="4.2.12"
declare -x WGETRC="/home/nayananga/.PlayOnLinux//configurations/wgetrc"
declare -x WINDOWPATH="2"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/nayananga/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/nayananga"
declare -x XAUTHORITY="/run/user/1000/gdm/Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-ubuntu:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="ubuntu:GNOME"
declare -x XDG_DATA_DIRS="/usr/share/ubuntu:/home/nayananga/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop"
declare -x XDG_MENU_PREFIX="gnome-"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SESSION_DESKTOP="ubuntu"
declare -x XDG_SESSION_ID="2"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="2"
declare -x XMODIFIERS="@im=ibus"


10/28/18 19:12:12 - [POL_Wine_SelectPrefix] Message: Selecting prefix: BlurTheGame
10/28/18 19:12:12 - [POL_System_SetArch] Message: POL_ARCH set to amd64
10/28/18 19:12:12 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.3.27
10/28/18 19:12:12 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.3.27)...
10/28/18 19:12:12 - [POL_Wine_PrefixCreate] Message: Using wine 1.3.27
10/28/18 19:12:12 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.3.27, amd64
10/28/18 19:12:12 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH amd64
10/28/18 19:12:12 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.3.27
10/28/18 19:12:13 - [POL_Wine] Message: Running wine-1.3.27 --version (Working directory : /usr/share/playonlinux/python)
10/28/18 19:12:13 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine-1.3.27
10/28/18 19:12:13 - [POL_Wine] Message: Wine return: 0
10/28/18 19:12:35 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
10/28/18 19:12:35 - [POL_Wine] Message: Running wine-1.3.27 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
10/28/18 19:12:35 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
C:\Program Files (x86)
10/28/18 19:12:35 - [POL_Wine] Message: Wine return: 0
10/28/18 19:12:42 - [POL_SetupWindow_icon_menu] Message: icon_menu answer: Use a setup file in my computer
10/28/18 19:12:42 - [POL_SetupWindow_InstallMethod] Message: Install method: LOCAL
10/28/18 19:12:42 - [POL_Call] Message: Calling POL_Install_vcrun2008
10/28/18 19:13:05 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2008 -----
10/28/18 19:13:05 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2008
10/28/18 19:13:05 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
10/28/18 19:13:09 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/2/d/6/2d61c766-107b-409d-8fba-c39e61ca08e8/vcredist_x64.exe
10/28/18 19:13:09 - [POL_Download_Resource] Message: Resource already present
10/28/18 19:13:09 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
10/28/18 19:13:09 - [POL_Download_Resource] Message: Resource already present
10/28/18 19:13:09 - [POL_Call] Message: Calling POL_Install_msxml3
10/28/18 19:13:41 - [POL_Call] Message: ----- Starting function POL_Install_msxml3 -----
10/28/18 19:13:41 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_msxml3
10/28/18 19:13:41 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
10/28/18 19:13:46 - [POL_Download_Resource] Message: Downloading resource http://repository.playonlinux.com/divers/msxml3.msi
10/28/18 19:13:46 - [POL_Download_Resource] Message: Resource already present
10/28/18 19:13:46 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
10/28/18 19:13:46 - [POL_Wine] Message: Running wine-1.3.27 regedit /home/nayananga/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nayananga/.PlayOnLinux/ressources/msxml3)
10/28/18 19:13:46 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
10/28/18 19:13:46 - [POL_Wine] Message: Wine return: 0
10/28/18 19:13:47 - [POL_Wine] Message: Running wine-1.3.27 msiexec /i msxml3.msi /q (Working directory : /home/nayananga/.PlayOnLinux/ressources/msxml3)
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
fixme:storage:create_storagefile Storage share mode not implemented.
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
fixme:setupapi:SetupQueryInfOriginalFileInformationW (0x1c5960, 0, (nil), 0x73beec): semi-stub
fixme:setupapi:SetupPromptReboot 0x1bbc90, (nil), 1
10/28/18 19:13:47 - [POL_Wine] Message: Wine return: 0
10/28/18 19:13:51 - [POL_Call] Message: ----- Ending function POL_Install_msxml3 -----
10/28/18 19:13:51 - [POL_System_CheckFS] Message: Checking filesystem for vcredist_x64.exe
10/28/18 19:13:51 - [POL_Wine] Message: Running wine-1.3.27 start /unix vcredist_x64.exe /q (Working directory : /home/nayananga/.PlayOnLinux/ressources/vcrun2008)
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
10/28/18 19:13:52 - [POL_Wine] Message: Wine return: 0
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
wine: Unhandled page fault on read access to 0x00000004 at address 0x7e52b0e4 (thread 001f), starting debugger...
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory

Replies

Saturday 25 May 2019 at 18:17
Internal crash in to Wine 3.0.3
This game was certified with : WORKING_WINE_VERSION="1.3.27"