Battle.Net
Informations
Créateur | Messages |
---|---|
schotty
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience12 19 DescriptionBlizzard Entertainment's Battle.Net launcher. Used to play World of Warcraft, Warcraft 3, Diablo 3, Hearthstone, Heroes of the Storm and Overwatch. Captures d'écranCode source#!/bin/bash # Date : (2015) # Last revision : see the changelog below # (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.3.4 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. # CHANGELOG # [schotty] (2015-08-21) # First script. # [BiTSHiFT] (201x) # Language switch. # [7z4r] (2016-07-26) # working fix for Hearthstone & HotS. # wine 1.9.2 -> 1.9.15 # POL_SetupWindow_VMS "1024" -> "64" (minimum for Hearthstone). # [BlondeValor, applied by 7z4r] (2016-07-28) # More POL_Wine_OverrideDLL. # [oloc] (2016-11-09) # win7 -> winxp # More POL_Wine_OverrideDLL. # [schotty] (2016-11-24) # wine 1.9.15 -> 1.9.23 # Disable POL_Wine_OverrideDLL (not necessary anymore). # [Fivelek (2017-04-30) # Improved version to make the launcher fully functional without some UI bugs that we had before (dropping menus, etc...). # Warning message (winxp required to install, then switching to win7 is possible). # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 # [Dadu042] (2020-03-15) # Clean up. # Wine 4.0.2 -> 4.0.3 (not tested. Perhaps 4.21 could be OK). # Add POL_RequiredVersion (v4.3.4). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="4.0.3" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" # Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed (2016): # POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" # 2016 note: POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch.\nChanging the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
kmelia | Mercredi 24 Février 2021 à 18:25 |
kmelia
|
MessagesAvec la dernière énorme mise à jour du client Battle.net, on a le droit à un écran noir lors de l'affichage du client. En fait, il manque Direct3D 11 qu'il faut ajouter ! Si ça intéresse des gens, j'ai mis à jour mon script : https://cameliaweb.fr/blog/jeux-video-gaming/bienvenue-sur-le-nouveau-battle-net Réponses |
Dadu042 | Dimanche 15 Mars 2020 à 9:06 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -6,7 +6,7 @@ # Licence : GPLv3 # PlayOnLinux: 4.3.4 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - + # CHANGELOG # [schotty] (2015-08-21) # First script. @@ -30,65 +30,72 @@ # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 +# [Dadu042] (2020-03-15) +# Clean up. +# Wine 4.0.2 -> 4.0.3 (not tested. Perhaps 4.21 could be OK). +# Add POL_RequiredVersion (v4.3.4). + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="battle.net" -WINEVERSION="4.0.2" -POL_System_SetArch "x86" +WINEVERSION="4.0.3" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" - -#Initialization + +# Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" +POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" - + cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" - + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration Set_OS "winxp" - + # POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed (2016): # POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" - + # Dependencies POL_Call POL_Install_corefonts - + # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" - + POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill - + POL_SetupWindow_VMS "64" POL_Wine_reboot - + # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" - + +# 2016 note: POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch.\nChanging the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015) # Last revision : see the changelog below # (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.3.4 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. # CHANGELOG # [schotty] (2015-08-21) # First script. # [BiTSHiFT] (201x) # Language switch. # [7z4r] (2016-07-26) # working fix for Hearthstone & HotS. # wine 1.9.2 -> 1.9.15 # POL_SetupWindow_VMS "1024" -> "64" (minimum for Hearthstone). # [BlondeValor, applied by 7z4r] (2016-07-28) # More POL_Wine_OverrideDLL. # [oloc] (2016-11-09) # win7 -> winxp # More POL_Wine_OverrideDLL. # [schotty] (2016-11-24) # wine 1.9.15 -> 1.9.23 # Disable POL_Wine_OverrideDLL (not necessary anymore). # [Fivelek (2017-04-30) # Improved version to make the launcher fully functional without some UI bugs that we had before (dropping menus, etc...). # Warning message (winxp required to install, then switching to win7 is possible). # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 # [Dadu042] (2020-03-15) # Clean up. # Wine 4.0.2 -> 4.0.3 (not tested. Perhaps 4.21 could be OK). # Add POL_RequiredVersion (v4.3.4). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="4.0.3" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" # Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed (2016): # POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" # 2016 note: POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch.\nChanging the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 Réponses |
sokol99 | Dimanche 15 Mars 2020 à 4:51 |
sokol99
|
MessagesThis installed well for me on mint19.1 on an older iMac. Seems to be mostly working. Need to resize the screen to get fonts to display correctly. Crashes when I try to go to the purchase/download page for some reason. Trying to install Warcraft III ROC which requires 64 bit support. Unfortunately I'm not exactly sure what to do after switching to Win 7 though. Thanks for your work on this. Thanks, sokol99 Réponses |
Dadu042 | Samedi 30 Novembre 2019 à 12:55 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI could not approve the updates made by Norway because of the Curl commands (these need comments). Differences@@ -4,7 +4,7 @@ # (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty # Licence : GPLv3 -# PlayOnLinux: 4.2.10 +# PlayOnLinux: 4.3.4 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. # CHANGELOG @@ -12,8 +12,21 @@ # First script. # [BiTSHiFT] (201x) # Language switch. -# [7z4r] (201x) +# [7z4r] (2016-07-26) # working fix for Hearthstone & HotS. +# wine 1.9.2 -> 1.9.15 +# POL_SetupWindow_VMS "1024" -> "64" (minimum for Hearthstone). +# [BlondeValor, applied by 7z4r] (2016-07-28) +# More POL_Wine_OverrideDLL. +# [oloc] (2016-11-09) +# win7 -> winxp +# More POL_Wine_OverrideDLL. +# [schotty] (2016-11-24) +# wine 1.9.15 -> 1.9.23 +# Disable POL_Wine_OverrideDLL (not necessary anymore). +# [Fivelek (2017-04-30) +# Improved version to make the launcher fully functional without some UI bugs that we had before (dropping menus, etc...). +# Warning message (winxp required to install, then switching to win7 is possible). # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 @@ -51,17 +64,17 @@ POL_Wine_PrefixCreate "$WINEVERSION" # Configuration -Set_OS "win7" +Set_OS "winxp" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" -# not sure if this is really needed: -POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" +# POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +# not sure if this is really needed (2016): +# POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation -POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill @@ -71,9 +84,11 @@ # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" - + +POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch.\nChanging the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" + # Cleanup POL_System_TmpDelete POL_SetupWindow_Close -exit 0 \ No newline at end of file +exit 0 Nouveau code source#!/bin/bash # Date : (2015) # Last revision : see the changelog below # (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.3.4 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. # CHANGELOG # [schotty] (2015-08-21) # First script. # [BiTSHiFT] (201x) # Language switch. # [7z4r] (2016-07-26) # working fix for Hearthstone & HotS. # wine 1.9.2 -> 1.9.15 # POL_SetupWindow_VMS "1024" -> "64" (minimum for Hearthstone). # [BlondeValor, applied by 7z4r] (2016-07-28) # More POL_Wine_OverrideDLL. # [oloc] (2016-11-09) # win7 -> winxp # More POL_Wine_OverrideDLL. # [schotty] (2016-11-24) # wine 1.9.15 -> 1.9.23 # Disable POL_Wine_OverrideDLL (not necessary anymore). # [Fivelek (2017-04-30) # Improved version to make the launcher fully functional without some UI bugs that we had before (dropping menus, etc...). # Warning message (winxp required to install, then switching to win7 is possible). # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="4.0.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" # POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed (2016): # POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch.\nChanging the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesEdité par Dadu042 |
Dadu042 | Samedi 30 Novembre 2019 à 11:18 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesLatest approved script was release on 2016-07-26. I push this little update because I will review the submited scripts. Differences@@ -1,73 +1,79 @@ #!/bin/bash -# Date : (2016-07-26) -# Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit -# Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS -# Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit -# Distribution used to test : ubuntustudio 16.04.1 x64 +# Date : (2015) +# Last revision : see the changelog below +# (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty -# Author : 7z4r (working fix for Hearthstone & HotS) -# Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - +# CHANGELOG +# [schotty] (2015-08-21) +# First script. +# [BiTSHiFT] (201x) +# Language switch. +# [7z4r] (201x) +# working fix for Hearthstone & HotS. +# [Dadu042] (2019-11-10) +# Add changelog. +# Wine 1.9.15 -> 4.0.2 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="4.0.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" - + cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" - + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration Set_OS "win7" - + POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" - + # Dependencies POL_Call POL_Install_corefonts - + # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" - + POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill - + POL_SetupWindow_VMS "64" POL_Wine_reboot - + # Create Shortcut -POL_Shortcut "Battle.net Launcher.exe" "$TITLE" - +POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015) # Last revision : see the changelog below # (latest) Distribution used to test : Kubuntu 18.04 x64 # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. # CHANGELOG # [schotty] (2015-08-21) # First script. # [BiTSHiFT] (201x) # Language switch. # [7z4r] (201x) # working fix for Hearthstone & HotS. # [Dadu042] (2019-11-10) # Add changelog. # Wine 1.9.15 -> 4.0.2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="4.0.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" "" "" "Game;" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 Réponses |
norway | Mercredi 5 September 2018 à 11:34 |
norway
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesHi, I'm working on getting battle.net working on POL. It already works on latest wine-staging, but this version is not available on POL, so check this beta script. Differences@@ -1,73 +1,91 @@ #!/bin/bash -# Date : (2016-07-26) -# Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit -# Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS -# Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit -# Distribution used to test : ubuntustudio 16.04.1 x64 -# Author : schotty -# Author : 7z4r (working fix for Hearthstone & HotS) -# Author : BiTSHiFT (Language switch) +# Date : (2018-09-05 04-00) +# Wine version used : 3.15 +# Author : ulrickno94 # Licence : GPLv3 -# PlayOnLinux: 4.2.10 -# Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - +# PlayOnLinux: 4.2.12-2 +# Only For : http://www.playonlinux.com +# Notes: This script uses latest wine version. For now it is possible to install battle.net and log in. Games not tested. + +# Testing system specs: + +# ?????????????????? ???????? kudintsev@SilverStone +# ?????????????????? ???????? OS: Manjaro 17.1.12 Hakoila +# ?????????????????? ???????? Kernel: x86_64 Linux 4.18.5-1-MANJARO +# ?????????????????? ???????? Uptime: 2d 16h 34m +# ???????? ???????? Packages: 1124 +# ???????? ???????? ???????? Shell: bash +# ???????? ???????? ???????? Resolution: 3200x1119 +# ???????? ???????? ???????? DE: MATE 1.20.1 +# ???????? ???????? ???????? WM: Metacity (Marco) +# ???????? ???????? ???????? GTK Theme: 'Adapta-Maia' [GTK2/3] +# ???????? ???????? ???????? Icon Theme: Papirus-Adapta-Maia +# ???????? ???????? ???????? Font: Sans 10 +# ???????? ???????? ???????? CPU: AMD FX-6300 Six-Core @ 6x 3.5GHz +# ???????? ???????? ???????? GPU: AMD Radeon (TM) RX 460 Graphics (POLARIS11, DRM 3.26.0, 4.18.5-1-MANJARO, LLVM 6.0.1) +# RAM: 4166MiB / 15942MiB + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + +# Setting the variables PREFIX="battle.net" -WINEVERSION="1.9.15" -POL_System_SetArch "x86" +WINEVERSION=`curl -s "https://source.winehq.org/git/wine.git/tags" | grep -E "wine-[0-9]\.[0-9]" | head -1 | sed 's/<[^>]\+>//g' | sed 's/wine-//g'` +POL_System_SetArch "amd64" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." -GAME_URL="http://us.battle.net/en" -AUTHOR="Schotty" +GAME_URL="https://www.blizzard.com" +AUTHOR="ulrickno94" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 - POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" -POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" -CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" -DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" - + cd "$POL_System_TmpDir" -POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" - +curl -s --output "Battle.net-Setup.exe" 'https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration -Set_OS "win7" - -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" -# not sure if this is really needed: -POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" +Set_OS "win10" # Dependencies POL_Call POL_Install_corefonts +# DLL's configuration +POL_Wine_OverrideDLL "native" "d3dx10_43" "d3dx11_43" "d3dx11_42" "d3dx9_36" "d3dx9_42" "d3dx9_43" + # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" - -POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" -POL_Wine_WaitExit "$TITLE" --allow-kill - -POL_SetupWindow_VMS "64" -POL_Wine_reboot - + +POL_Wine "$POL_System_TmpDir/Battle.net-Setup.exe" +POL_Wine_WaitExit "$TITLE" + # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete +# Final message +POL_SetupWindow_message "$(eval_gettext '$TITLE is installed')" "$TITLE" + +# Min memory size to run app +POL_SetupWindow_VMS "128" + +# Rebooting +POL_Wine_reboot + +# Exiting the POL window POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2018-09-05 04-00) # Wine version used : 3.15 # Author : ulrickno94 # Licence : GPLv3 # PlayOnLinux: 4.2.12-2 # Only For : http://www.playonlinux.com # Notes: This script uses latest wine version. For now it is possible to install battle.net and log in. Games not tested. # Testing system specs: # ?????????????????? ???????? kudintsev@SilverStone # ?????????????????? ???????? OS: Manjaro 17.1.12 Hakoila # ?????????????????? ???????? Kernel: x86_64 Linux 4.18.5-1-MANJARO # ?????????????????? ???????? Uptime: 2d 16h 34m # ???????? ???????? Packages: 1124 # ???????? ???????? ???????? Shell: bash # ???????? ???????? ???????? Resolution: 3200x1119 # ???????? ???????? ???????? DE: MATE 1.20.1 # ???????? ???????? ???????? WM: Metacity (Marco) # ???????? ???????? ???????? GTK Theme: 'Adapta-Maia' [GTK2/3] # ???????? ???????? ???????? Icon Theme: Papirus-Adapta-Maia # ???????? ???????? ???????? Font: Sans 10 # ???????? ???????? ???????? CPU: AMD FX-6300 Six-Core @ 6x 3.5GHz # ???????? ???????? ???????? GPU: AMD Radeon (TM) RX 460 Graphics (POLARIS11, DRM 3.26.0, 4.18.5-1-MANJARO, LLVM 6.0.1) # RAM: 4166MiB / 15942MiB [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # Setting the variables PREFIX="battle.net" WINEVERSION=`curl -s "https://source.winehq.org/git/wine.git/tags" | grep -E "wine-[0-9]\.[0-9]" | head -1 | sed 's/<[^>]\+>//g' | sed 's/wine-//g'` POL_System_SetArch "amd64" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="https://www.blizzard.com" AUTHOR="ulrickno94" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" curl -s --output "Battle.net-Setup.exe" 'https://eu.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe' # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win10" # Dependencies POL_Call POL_Install_corefonts # DLL's configuration POL_Wine_OverrideDLL "native" "d3dx10_43" "d3dx11_43" "d3dx11_42" "d3dx9_36" "d3dx9_42" "d3dx9_43" # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/Battle.net-Setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete # Final message POL_SetupWindow_message "$(eval_gettext '$TITLE is installed')" "$TITLE" # Min memory size to run app POL_SetupWindow_VMS "128" # Rebooting POL_Wine_reboot # Exiting the POL window POL_SetupWindow_Close exit 0 RéponsesDimanche 23 September 2018 à 9:23
Dimanche 23 September 2018 à 9:23
Dimanche 23 September 2018 à 9:24
Dimanche 23 September 2018 à 9:24
Samedi 17 Novembre 2018 à 7:06
Lundi 26 Novembre 2018 à 22:20
Lundi 26 Novembre 2018 à 23:17
Lundi 26 Novembre 2018 à 23:20
|
rekrek | Lundi 29 Janvier 2018 à 18:33 |
rekrek
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWine 3.0 update installation script. Status : Not working There are a few glitch : Login screen : - Show warning that cookies are deactivated. - Second login prompt under normal one (use the second) Main screen : - Pop-up windows don't show news. + Can log in and install SC1 & SC2 Games : Starcraft2 : -Lunch and run, but can't click on a unit to select it (no gameplay possible) Starcraft1-Enhanced: -Won't lunch Differences@@ -1,5 +1,5 @@ #!/bin/bash -# Date : (2016-07-26) +# Date : (2018-01-29) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit @@ -16,7 +16,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="3.0" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." Nouveau code source#!/bin/bash # Date : (2018-01-29) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="3.0" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesLundi 29 Janvier 2018 à 19:26
Mercredi 31 Janvier 2018 à 16:55
Mercredi 31 Janvier 2018 à 17:42
Mercredi 31 Janvier 2018 à 21:35
Mercredi 31 Janvier 2018 à 21:48
Mercredi 31 Janvier 2018 à 21:53
Jeudi 8 Février 2018 à 10:32
Mercredi 14 Février 2018 à 2:06
Vendredi 2 Mars 2018 à 9:38
Vendredi 2 Mars 2018 à 16:57
Samedi 3 Mars 2018 à 10:30
Vendredi 23 Mars 2018 à 11:00
Vendredi 23 Mars 2018 à 17:19
Mardi 26 Juin 2018 à 12:32
Mardi 26 Juin 2018 à 12:41
Mardi 26 Juin 2018 à 12:55
|
AsciiWolf | Mercredi 6 Décembre 2017 à 12:12 |
AsciiWolf
|
MessagesCould anyone from the POL team please update the installer? Réponses |
steve723 | Jeudi 9 Novembre 2017 à 16:14 |
steve723
|
MessagesThis script runs until you tell it that battlenet finished installing then it hangs. I had to cancle it. I created a Icon manualy. I can not install WOW as the battle.net client thinks I don't meet system requierments. I exceed them! Probably a wine thing where it's not reporting proper info. Réponses |
hakanaydin | Samedi 4 Novembre 2017 à 13:47 |
hakanaydin
|
MessagesCan i use this script on ''playonmac"" or does this only work in playonlinux? Réponses |
Greyvend | Mardi 29 Aoüt 2017 à 8:01 |
Greyvend
|
MessagesAfter Blizzard app has updated to 1.8.6.9262 it stopped recognizing the login info. After I enter password and press Login with Blizzard, it gets cleaned and Please enter your password phrase appears.
Configuration:
RéponsesMercredi 30 Aoüt 2017 à 11:56
Lundi 9 Octobre 2017 à 23:52
Lundi 9 Octobre 2017 à 23:56
Mardi 24 Octobre 2017 à 1:16
|
tanaydin | Jeudi 17 Aoüt 2017 à 23:49 |
tanaydin
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -16,7 +16,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="2.14" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." Nouveau code source#!/bin/bash # Date : (2016-07-26) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="2.14" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesVendredi 18 Aoüt 2017 à 10:19
|
Fivelek | Dimanche 30 Avril 2017 à 1:05 |
Fivelek
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI've made an updated and a little bit improved version of Schotty's script to make the launcher fully functional without some UI bugs that we had before (dropping menus, etc...). Differences@@ -1,26 +1,24 @@ #!/bin/bash -# Date : (2016-07-26) -# Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit -# Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS -# Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit -# Distribution used to test : ubuntustudio 16.04.1 x64 +# Date : (2017-04-30) +# Distribution used to test : Ubuntu 16.04 LTS # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) +# Author : Fivelek (updating the script) # Licence : GPLv3 # PlayOnLinux: 4.2.10 -# Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. +# NOTE : this is an updated and a little bit improved version of Schotty's script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -PREFIX="battle.net" -WINEVERSION="1.9.15" +PREFIX="BlizzardApp" +WINEVERSION="2.4-staging" POL_System_SetArch "x86" -TITLE="Battle.Net" +TITLE="Blizzard Application" EDITOR="Blizzard Entertainment Inc." -GAME_URL="http://us.battle.net/en" +GAME_URL="http://battle.net/" AUTHOR="Schotty" #Initialization @@ -45,9 +43,9 @@ POL_Wine_PrefixCreate "$WINEVERSION" # Configuration -Set_OS "win7" +Set_OS "winxp" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" "api-ms-win-crt-runtime-l1-1-0" "ucrtbase.dll" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" @@ -55,11 +53,13 @@ POL_Call POL_Install_corefonts # Installation -POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill +POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch. Changing the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" + POL_SetupWindow_VMS "64" POL_Wine_reboot Nouveau code source#!/bin/bash # Date : (2017-04-30) # Distribution used to test : Ubuntu 16.04 LTS # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Author : Fivelek (updating the script) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # NOTE : this is an updated and a little bit improved version of Schotty's script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="BlizzardApp" WINEVERSION="2.4-staging" POL_System_SetArch "x86" TITLE="Blizzard Application" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://battle.net/" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" "api-ms-win-crt-runtime-l1-1-0" "ucrtbase.dll" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes. When you are at the $TITLE login window, please close it. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_message "$(eval_gettext 'Wine has been configured with Windows XP as the Windows version to make the launcher works properly. You will have to change the Windows version to Windows 7 or higher (and install some components and/or DLLs) to play some games like Overwatch. Changing the Windows version for an higher version breaks some app functionalities but it does not prevent you from launching games. ')" "$TITLE" POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 Réponses |
Mekkatorque | Samedi 29 Avril 2017 à 22:50 |
Mekkatorque
|
MessagesI tried starting Battle.net (or Blizzard app), but it crashes showing an error message that "Blizzard app encountered a serious problem and needs to close". The "Show details" option shows the following thread. Can anybody help me? Unhandled exception: unimplemented function api-ms-win-crt-runtime-l1-1-0.d._get_narrow_winmain_command_line called in 32-bit code (0x7b43fbe2).
RéponsesSamedi 29 Avril 2017 à 23:25
Samedi 29 Avril 2017 à 23:27
|
gogosrcool | Dimanche 5 Mars 2017 à 22:07 |
gogosrcool
|
MessagesInstalling with Windows XP worked great, however, I am unable to run overwatch. Thr error is that my windows version is out of date. When I switched Wine to Windows seven, It exceeded the minimum OS requirement BUT still states that my OS is out of date. Any suggestions? Blizzard recommends updating DirectX in their FAQ, but I have no idea how in Wine ;_; RéponsesLundi 6 Mars 2017 à 21:31
|
l740314 | Jeudi 2 Mars 2017 à 15:43 |
l740314
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesNeeds more recent version of wine not to crash during install Differences@@ -16,7 +16,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="2.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." Nouveau code source#!/bin/bash # Date : (2016-07-26) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="2.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 Réponses |
fouky159 | Vendredi 17 Février 2017 à 14:46 |
fouky159
|
MessagesHi, I am having this error while trying to install Battlenet. "Error in POL_Wine In the error logs: PlayonLinux version: 4.2.10
Thank you for your help. Réponses |
FragHunt | Jeudi 22 Décembre 2016 à 17:27 |
FragHunt
|
MessagesFrom the PlayOnLinux debugger: fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform From Wine debugger: Unhandled exception: unimplemented function api-ms-win-crt-runtime-l1-1-0.d._get_narrow_winmain_command_line called in 32-bit code (0x7b43fbe2).
Réponses |
papist | Vendredi 16 Décembre 2016 à 19:18 |
papist
|
Messageswhen i am installing his all was ok, but when he is begins start, he's speaking error, i put log.http://drive.google.com/open?id=0B5nAAji2madqTW9yV2F6cFBBNXM Réponses |
zedling | Mardi 6 Décembre 2016 à 12:44 |
zedling
|
MessagesI've tried to run Battle.net and Hearthstone, but the B.net client crashes every time I try to log in. In offline mode I can download and install all games. Here is the error backtrace
Please advise Réponses |
schotty | Jeudi 24 Novembre 2016 à 17:42 |
schotty
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesTested twice on RHEL 7.2 with NVIDIA Proprietary drivers from elrepo. Played a bit of WoW and D3:RoS to ensure that all is well. Differences@@ -1,5 +1,5 @@ #!/bin/bash -# Date : (2016-07-26) +# Date : (2016-11-24) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit @@ -9,65 +9,65 @@ # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 -# Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - - +# Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. For 32-Bit Battle.net, World Of Warcraft Legion, and Diablo 3 Reaper of Souls these configurations work perfectly. + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="1.9.23" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" - + cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" - + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration Set_OS "win7" - -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" -# not sure if this is really needed: -POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" - + +# OLD DLL OVERRIDES +# POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +# POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" + # Dependencies POL_Call POL_Install_corefonts - + # Installation -POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" - +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Allow $TITLE to finish the installation. After completion you may need to go into Battle.Net settings -> Advanced -> Uncheck Browser Hardware Accelleration to fix missing text.')" "$TITLE" + POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill - + POL_SetupWindow_VMS "64" POL_Wine_reboot - + # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-11-24) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. For 32-Bit Battle.net, World Of Warcraft Legion, and Diablo 3 Reaper of Souls these configurations work perfectly. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.23" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" # OLD DLL OVERRIDES # POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Allow $TITLE to finish the installation. After completion you may need to go into Battle.Net settings -> Advanced -> Uncheck Browser Hardware Accelleration to fix missing text.')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesJeudi 24 Novembre 2016 à 17:44
Jeudi 24 Novembre 2016 à 22:48
Jeudi 24 Novembre 2016 à 22:48
Jeudi 24 Novembre 2016 à 22:51
Dimanche 27 Novembre 2016 à 17:15
Dimanche 27 Novembre 2016 à 18:23
Dimanche 27 Novembre 2016 à 23:29
Mardi 6 Décembre 2016 à 12:39
Samedi 10 Décembre 2016 à 4:43
|
oloc | Mercredi 9 Novembre 2016 à 22:24 |
oloc
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,5 +1,6 @@ + #!/bin/bash -# Date : (2016-07-26) +# Date : (2016-11-22) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit @@ -10,64 +11,66 @@ # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - - + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="battle.net" -WINEVERSION="1.9.15" +WINEVERSION="1.9.22" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 - + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" - + cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" - + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration -Set_OS "win7" - -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +Set_OS "winxp" + +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "msvcp140" +POL_Wine_OverrideDLL "native,builtin" "api-ms-win-crt-runtime-l1-1-0.dll" "api-ms-win-crt-stdio-l1-1-0.dll" "ucrtbase.dll" "vcruntime140.dll" +POL_Wine_OverrideDLL "disabled" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" - + # Dependencies POL_Call POL_Install_corefonts - + # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" - + POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill - + POL_SetupWindow_VMS "64" POL_Wine_reboot - + # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_Close -exit 0 \ No newline at end of file +exit 0 Nouveau code source#!/bin/bash # Date : (2016-11-22) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.22" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "msvcp140" POL_Wine_OverrideDLL "native,builtin" "api-ms-win-crt-runtime-l1-1-0.dll" "api-ms-win-crt-stdio-l1-1-0.dll" "ucrtbase.dll" "vcruntime140.dll" POL_Wine_OverrideDLL "disabled" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesJeudi 10 Novembre 2016 à 10:29
Lundi 14 Novembre 2016 à 15:58
Samedi 19 Novembre 2016 à 13:43
Samedi 19 Novembre 2016 à 23:14
Samedi 19 Novembre 2016 à 23:15
|
claytron1116 | Mardi 8 Novembre 2016 à 23:50 |
claytron1116
|
Messages1. sudo apt-get update download battle.net installer .exe file RéponsesMercredi 9 Novembre 2016 à 3:36
Mercredi 9 Novembre 2016 à 3:53
|
SalkinD | Samedi 5 Novembre 2016 à 11:15 |
SalkinD
|
MessagesWine error: Unhandled exception: unimplemented function api-ms-win-crt-runtime-l1-1-0.d._get_narrow_winmain_command_line called in 32-bit code (0x7b43fbe2). It is not possible to start the launcher. RéponsesSamedi 5 Novembre 2016 à 16:07
Samedi 5 Novembre 2016 à 16:09
Samedi 5 Novembre 2016 à 16:13
|
feydreva | Dimanche 23 Octobre 2016 à 20:28 |
feydreva
|
MessagesSince last Battle.net patch, battle.net do do run anymore, or crash at launch. As of now, not Bnet game works :/ Réponses |
oloc | Mardi 18 Octobre 2016 à 14:42 |
oloc
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -45,9 +45,11 @@ POL_Wine_PrefixCreate "$WINEVERSION" # Configuration -Set_OS "win7" +Set_OS "winxp" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "msvcp140" +POL_Wine_OverrideDLL "native,builtin" "api-ms-win-crt-runtime-l1-1-0.dll" "api-ms-win-crt-stdio-l1-1-0.dll" "ucrtbase.dll" "vcruntime140.dll" +POL_Wine_OverrideDLL "disabled" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" Nouveau code source#!/bin/bash # Date : (2016-07-26) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.15" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "msvcp140" POL_Wine_OverrideDLL "native,builtin" "api-ms-win-crt-runtime-l1-1-0.dll" "api-ms-win-crt-stdio-l1-1-0.dll" "ucrtbase.dll" "vcruntime140.dll" POL_Wine_OverrideDLL "disabled" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 Réponses |
spiritofyoba | Dimanche 16 Octobre 2016 à 17:08 |
spiritofyoba
|
|
jcllings | Mardi 11 Octobre 2016 à 23:14 |
jcllings
|
|
claytron1116 | Jeudi 6 Octobre 2016 à 4:23 |
claytron1116
|
MessagesUbuntu: Run: Install your Graphics Card or Proprietary Drivers using "Additional Drivers" Install: For Ubuntu based distros: sudo apt-get install ubuntu-restricted-extras Playonlinux: Use wine-staging 1.9.13 Add to winecfg: RéponsesJeudi 6 Octobre 2016 à 10:42
|
BloodyIron | Mercredi 24 Aoüt 2016 à 20:16 |
BloodyIron
|
MessagesAn update a few months ago (July?) made it so vcrun2015 is required. Since POL doesn't have that as an option yet, I had to do some DLL work arounds. I grabbed the DLLs from : https://www.winehq.org/pipermail/wine-bugs/2015-November/428425.html And then copied them overtop of the existing ones in the relevant locations in the Windows folders. I think I also had to run the reg file (can't recall conclusively). Then it worked properly! Supposedly this is corrected by installing vcrun2015, but I don't know a convenient way to do that yet in POL (some say winetricks?) Réponses |
Etherliah | Mercredi 10 Aoüt 2016 à 2:23 |
Etherliah
|
MessagesHi, I'm new here , I've decide to runaway from windows, no more dual-boot :)
https://framabin.org/?5853f5693fc00c0f#0G0oeOEjDuvpKKK+1UrIE1Do3Eh63qOVq4LL34WGEB0= Hardware : I5 2500k, gtx 970 , 8go ram Réponses |
gandor | Mardi 9 Aoüt 2016 à 1:47 |
gandor
|
MessagesI now have Battle.net launcher working and launching Diablo III !!!!!!!! wine 1.9.16 windows version: Windows XP Libraries: vcruntime140 (native, builtin) api-ms-win-crt-runtime-l1-1-0 (native, builtin) d3dcompiler_74 (native, builtin) msvcp140(native, builtin) vcruntime140(native, builtin)
RéponsesMardi 9 Aoüt 2016 à 1:53
Dimanche 28 Aoüt 2016 à 10:21
Dimanche 28 Aoüt 2016 à 10:23
Jeudi 1 September 2016 à 6:32
|
duffmean | Samedi 6 Aoüt 2016 à 22:17 |
duffmean
|
MessagesHello, It only worked for me using it on wine 1.9.13 and with BlondVador config: https://imgur.com/hyJV8Ik Still it didnt connect inicitally, so I entered OFFLINE and a miracle happened, it upgraded the WoW version. I dont have any idiea how it could not connect with my login but it can download and upgrade programs. But I am just a user, if it works I am happy. thank you! RéponsesSamedi 6 Aoüt 2016 à 22:22
|
7z4r | Vendredi 5 Aoüt 2016 à 12:03 |
7z4r
|
MessagesI was tired of constant crashes and various trouble with Linux so I solved all that problems simply by installing Windows 10. I bought a much cheaper activation key from some Chinese retailer at keyonlinestore.com and I'm perfectly happy... Farewell to you all Réponses |
pugnobellum | Samedi 30 Juillet 2016 à 0:50 |
pugnobellum
|
MessagesHi, So intallation got to 100% then crashed and gave me this report. please help thanks! Unhandled exception: unimplemented function api-ms-win-crt-runtime-l1-1-0.d._get_narrow_winmain_command_line called in 32-bit code (0x7b43fbe2). RéponsesSamedi 30 Juillet 2016 à 1:06
Samedi 30 Juillet 2016 à 1:08
Samedi 30 Juillet 2016 à 1:59
Samedi 30 Juillet 2016 à 2:05
Samedi 30 Juillet 2016 à 10:00
Dimanche 31 Juillet 2016 à 17:22
|
7z4r | Jeudi 28 Juillet 2016 à 2:21 |
7z4r
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagesafter yeat another Blizzard update everything crashes again! fortunately there's a new script update for wine config - courtesy of BlondVador! https://imgur.com/hyJV8Ik I updated the script with information from above image. I hope I didn't make any typos and that my asumptions about editing the scrip are correct... I didn't test the script because I already have everything installed, but I tested new wine config and it works! thanks again BlondVador Differences@@ -1,5 +1,5 @@ #!/bin/bash -# Date : (2016-07-26) +# Date : (2016-07-28) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit @@ -7,6 +7,7 @@ # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) +# Author : BlondVador (wine config fix) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. @@ -47,9 +48,9 @@ # Configuration Set_OS "win7" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" -# not sure if this is really needed: -POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" +POL_Wine_OverrideDLL "native" "api-ms-win-crt-heap-l1-1-0" "api-ms-win-crt-locale-l1-1-0" "api-ms-win-crt-runtime-l1-1-0" "api-ms-win-crt-stdio-l1-1-0" "ucrtbase" +POL_Wine_OverrideDLL "native,builtin" "battle.net" "msvcp100" "msvcr100" "msvcr140" "vcruntime140" "wininet" +POL_Wine_OverrideDLL "disabled" "dbghelp" # Dependencies POL_Call POL_Install_corefonts Nouveau code source#!/bin/bash # Date : (2016-07-28) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Author : BlondVador (wine config fix) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.15" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native" "api-ms-win-crt-heap-l1-1-0" "api-ms-win-crt-locale-l1-1-0" "api-ms-win-crt-runtime-l1-1-0" "api-ms-win-crt-stdio-l1-1-0" "ucrtbase" POL_Wine_OverrideDLL "native,builtin" "battle.net" "msvcp100" "msvcr100" "msvcr140" "vcruntime140" "wininet" POL_Wine_OverrideDLL "disabled" "dbghelp" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesJeudi 28 Juillet 2016 à 21:15
Vendredi 29 Juillet 2016 à 4:19
Vendredi 29 Juillet 2016 à 5:02
Vendredi 29 Juillet 2016 à 13:19
Vendredi 29 Juillet 2016 à 13:35
Samedi 30 Juillet 2016 à 0:09
Dimanche 31 Juillet 2016 à 10:52
Vendredi 5 Aoüt 2016 à 16:11
|
7z4r | Mardi 26 Juillet 2016 à 2:59 |
7z4r
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagesok here's the thing: DON'T use distros based on ubuntu 14.04 - it's a nasty piss of shit and it causes all the trouble! i used ubuntustudio 16.04 when it first arrived and everything worked great concerning wine software. then i had to revert to 14.04 because there is no fglrx for 16.04 yet and i had other problems not related to PoL. then all the Battle.net problems started in 14.04 - at first i could play but that annoying error crash popup window was there to greet me every time. then when Blizzard did that famous last update for dx11 support i couldn't log in and connect to server anymore like many other people... trusty tahr's crap 14.04 also could not find my printer driver so i switched back to 16.04.1 and all is fine now except there's still no fglrx... but open source driver works great in wine and performance is excellent! sadly native games don't work because of some stupid bug in mesa... but anyway - the soultion for all your problems concerning Battle.net is that you have a 16.04 based distro (if you use ubuntu derviatives) and install it with this new script: i added latest wine 1.9.15 (tested&working) and i reduced required vram to 64MB since it's minimum for Hearthstone - so someone on a weaker computer can also use the script. FEW TIPS: - if this is your first install in fresh PoL don't click on "installation finished" right away after the Battle.net is downloaded, but instead just close the Battle.net window and wait a little - after a minute or two PoL will probably ask you about your vram and then the setup will continue. - if you need to install fresh PoL in 16.04 the painless way is to open the terminal/console and type without the quotes: "sudo apt-get install playonlinux" - if this script is still not approved by the time you need it and you can't wait then just copy it and save in a text editor on your local computer and run locally from options in PoL window. hopefully Blizzard won't fuck up everything again at least in the near future... Differences@@ -1,8 +1,9 @@ #!/bin/bash -# Date : (2016-02-08) +# Date : (2016-07-26) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit +# Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) @@ -15,7 +16,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" -WINEVERSION="1.9.2" +WINEVERSION="1.9.15" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." @@ -59,7 +60,7 @@ POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill -POL_SetupWindow_VMS "1024" +POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut Nouveau code source#!/bin/bash # Date : (2016-07-26) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Distribution used to test : ubuntustudio 16.04.1 x64 # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.15" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "64" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesMardi 26 Juillet 2016 à 3:03
Mardi 26 Juillet 2016 à 3:04
Mardi 26 Juillet 2016 à 7:48
Mercredi 27 Juillet 2016 à 8:24
Mercredi 27 Juillet 2016 à 14:47
Mercredi 27 Juillet 2016 à 14:48
Mercredi 27 Juillet 2016 à 16:55
Mercredi 27 Juillet 2016 à 23:11
Jeudi 28 Juillet 2016 à 0:06
Jeudi 28 Juillet 2016 à 2:01
Jeudi 28 Juillet 2016 à 2:22
|
Orcris | Mardi 12 Juillet 2016 à 23:04 |
Orcris
|
MessagesI'm on Fedora 23. I have a couple Battle.net instances installed. One has been unable to log in for a while through the bnet log in. The login window comes up but I never receive the blue swirly that loads the log in button. The other instance was logged in a while ago and was working fine (both live and beta WoW) until today's update logged it out, now both instances are broke. I can run WoW directly with the Wow-64 launcher, so I'm able to play. I just can't log in with bnet. I ran with debug and I get the following errors p11-kit: couldn't load module: /usr/lib/pkcs11/p11-kit-trust.so: /usr/lib/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/ I have tried unsuccessfully to find the 32 bit versions of p11-kit-trust.so and gnome-keyring-pkcs11.so for Fedora. err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1
err:wininet:open_http_connection create_netconn failed: 12029 I read that this has something to do with a missing ldap library, but I have been unable to find the correct one for Fedora. I have not had time to try and load a new install using 32 bit wine but I'm guessing that won't help much since I'm missing the 32 bit files anyway.
Réponses |
amphacid | Mercredi 15 Juin 2016 à 19:48 |
amphacid
|
MessagesHi, I'm sorry I keep compiling source for Wine 1.8.2 then 1.9.2 and wine64 --version :-| I've a problem. I can't log anymore. I was logged for near a year and the game was running but I disconnected and now when I want to log there is a blue intricated animated stuff below ID and Password. I can't click anywhere to log in. Region and other options still accessible. Can you help me T_T Linux mint 17.1
RéponsesJeudi 16 Juin 2016 à 7:55
Jeudi 16 Juin 2016 à 21:05
Jeudi 16 Juin 2016 à 21:06
Vendredi 17 Juin 2016 à 16:44
Vendredi 17 Juin 2016 à 16:49
Samedi 18 Juin 2016 à 20:47
Samedi 18 Juin 2016 à 20:54
Mardi 21 Juin 2016 à 9:11
Mardi 21 Juin 2016 à 19:29
Mardi 21 Juin 2016 à 22:18
Mardi 21 Juin 2016 à 22:45
Mercredi 22 Juin 2016 à 1:46
Mercredi 22 Juin 2016 à 1:46
Mercredi 22 Juin 2016 à 23:14
Mercredi 22 Juin 2016 à 23:26
Mercredi 22 Juin 2016 à 23:26
Jeudi 23 Juin 2016 à 3:22
Jeudi 23 Juin 2016 à 3:23
Jeudi 23 Juin 2016 à 3:24
|
terryc | Samedi 11 Juin 2016 à 6:54 |
terryc
|
MessagesThere was a request for read out of PoL debug output. This is the output from running PoL in a terminal and then selecting Debug->Battle.Net and copy&paste the terminal log. Hopefully it may help fix this problem from a recent(2 days ago) upgrade of battle.net. System is Debian:Jessie-AMD64. [code]
Réponses |
tobber | Lundi 22 Février 2016 à 13:34 |
tobber
|
MessagesHey There! Your script runs well. I got battle.net to start. what i did? i set up a fresh linux mint machine got newest playonlinux version got newest wine --version the login screen is a bit tricky... you can't simply choose the right region... but with a few mouseclicks it works and you can login nice work!!
RéponsesLundi 22 Février 2016 à 13:46
Mercredi 9 Mars 2016 à 14:51
Mercredi 9 Mars 2016 à 14:53
Samedi 12 Mars 2016 à 19:10
Dimanche 13 Mars 2016 à 0:40
Dimanche 13 Mars 2016 à 18:49
Samedi 16 Avril 2016 à 11:21
Jeudi 28 Avril 2016 à 3:53
Samedi 30 Avril 2016 à 3:07
Dimanche 29 Mai 2016 à 17:28
Dimanche 29 Mai 2016 à 17:28
Dimanche 29 Mai 2016 à 17:29
Dimanche 5 Juin 2016 à 8:43
Dimanche 5 Juin 2016 à 8:44
Dimanche 5 Juin 2016 à 8:46
Jeudi 9 Juin 2016 à 2:12
Samedi 11 Juin 2016 à 9:38
Samedi 11 Juin 2016 à 9:40
Dimanche 12 Juin 2016 à 17:30
|
BiTSHiFT | Lundi 8 Février 2016 à 16:39 |
BiTSHiFT
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI'm using the version that 7z4r posted. Because I was in need of installing the german client I thought "why not include a language switch?". Differences@@ -1,7 +1,11 @@ #!/bin/bash -# Date : (2016-01-23) +# Date : (2016-02-08) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit +# Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS +# Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Author : schotty +# Author : 7z4r (working fix for Hearthstone & HotS) +# Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. @@ -17,7 +21,6 @@ EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" -DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" @@ -28,10 +31,13 @@ # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - +POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" +CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" +DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" + cd "$POL_System_TmpDir" -POL_Download "$DOWNLOAD_URL" +POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" @@ -40,9 +46,9 @@ # Configuration Set_OS "win7" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +# not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" -POL_Wine_OverrideDLL "native" "dbghelp" # Dependencies POL_Call POL_Install_corefonts @@ -50,8 +56,11 @@ # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" -POL_Wine "$POL_System_TmpDir/Battle.net-Setup-enUS.exe" -POL_Wine_WaitExit "$TITLE" +POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" +POL_Wine_WaitExit "$TITLE" --allow-kill + +POL_SetupWindow_VMS "1024" +POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" Nouveau code source#!/bin/bash # Date : (2016-02-08) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Distribution used to test : Linux Mint 17.3 Cinnamon 64-bit # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Author : BiTSHiFT (Language switch) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_SetupWindow_menu_list "$(eval_gettext 'Please choose your desired locale')" "$TITLE" "enGB~enUS~deDE~esES~frFR~ruRU~itIT~ptPT" "~" CLIENT_NAME="Battle.net-Setup-"$APP_ANSWER".exe" DOWNLOAD_BASE="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_BASE$CLIENT_NAME" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/$CLIENT_NAME" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "1024" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesLundi 8 Février 2016 à 21:19
Lundi 8 Février 2016 à 22:41
Samedi 16 Avril 2016 à 23:00
Edité par petch |
7z4r | Lundi 25 Janvier 2016 à 21:04 |
7z4r
|
MessagesI'll give myself additional thumbs-up because that's how awesome I am... Réponses |
7z4r | Lundi 25 Janvier 2016 à 21:01 |
7z4r
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesIf you want something done right - do it yourself... Well here it is - tested and working script for Hearthstone and Heroes of the Storm. I don't know if it works with other Blizzard games and I don't care since I don't play them since they're not free... Hearthstone works like a charm and HotS suffers some performance toll compared with native Windows installation - but I guess that's normal and nothing can be done about that... Now this would be a good time to point out that I actually never made a single script in my life and I don't understand half of this shit. But what I did was compare schotty's script with other working scripts for Hearthstone and HotS also tested and available here on this very site - and then I used simple logic and common sense to add what was missing. Was that too much to ask for? Now schotty you may play Blizz games using this script while I go and hack Pentagon because that's how awesome I am right now. I rule so fucking hard... But seriously now - thanks for making the original script. This turned out to be much better because I actually learned some scripting... Btw you should fix the description - it's supposed to be Starcraft 2 instead of Warcraft 3! Differences@@ -1,7 +1,9 @@ #!/bin/bash -# Date : (2016-01-23) +# Date : (2016-01-25) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit +# Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Author : schotty +# Author : 7z4r (working fix for Hearthstone & HotS) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. @@ -40,9 +42,9 @@ # Configuration Set_OS "win7" -POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" +# not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" -POL_Wine_OverrideDLL "native" "dbghelp" # Dependencies POL_Call POL_Install_corefonts @@ -51,7 +53,10 @@ POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/Battle.net-Setup-enUS.exe" -POL_Wine_WaitExit "$TITLE" +POL_Wine_WaitExit "$TITLE" --allow-kill + +POL_SetupWindow_VMS "1024" +POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" Nouveau code source#!/bin/bash # Date : (2016-01-25) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Distribution used to test : Netrunner 17 (Kubuntu 15.10 x64) - tested and working: Hearthstone & HotS # Author : schotty # Author : 7z4r (working fix for Hearthstone & HotS) # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_URL" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" "dbghelp" # not sure if this is really needed: POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/Battle.net-Setup-enUS.exe" POL_Wine_WaitExit "$TITLE" --allow-kill POL_SetupWindow_VMS "1024" POL_Wine_reboot # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesMardi 26 Janvier 2016 à 0:54
Mercredi 27 Janvier 2016 à 1:40
Mercredi 27 Janvier 2016 à 1:45
Mercredi 3 Février 2016 à 21:14
Edité par petch |
7z4r | Dimanche 24 Janvier 2016 à 23:57 |
7z4r
|
MessagesExept "Please wait while Battle.net is installed..." problem there's also GLOBAL_ERROR_ASSET_LOAD_FAILED once I start Hearthstone... I tought this installer will dowload everything needed to actually PLAY games from the installer - not just what's needed for the Battle.net installer itself - that's pretty useless and doesn't make much sense... There are already finished working installers for Hearthstone and other games fully available - why not just integrate that code with this so that actually works? I'm really dissapointed... Réponses |
petch | Dimanche 24 Janvier 2016 à 19:26 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesAdd POL_SetupWindow_SetID, use POL_Wine_OverrideDLL Delay virtual drive creation Differences@@ -5,11 +5,11 @@ # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. - - + + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="battle.net" WINEVERSION="1.9.2" POL_System_SetArch "x86" @@ -18,52 +18,46 @@ GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" - + #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init - +POL_SetupWindow_SetID 2599 + POL_Debug_Init - + # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" - + +POL_System_TmpCreate "$PREFIX" +cd "$POL_System_TmpDir" +POL_Download "$DOWNLOAD_URL" + # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + # Configuration Set_OS "win7" - -#DLL Overrides -cat << EOF > BNET.reg -[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] -"*msvcr90"="native,builtin" -"d3dcompiler_46"="disabled" -"dbghelp"="native" -"msvcp100"="native,builtin" -EOF -POL_Wine regedit BNET.reg -rm -f BNET.reg - + +POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" +POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" +POL_Wine_OverrideDLL "native" "dbghelp" + # Dependencies POL_Call POL_Install_corefonts - + # Installation -POL_System_TmpCreate "$PREFIX" -cd $POL_System_TmpDir -POL_Download "$DOWNLOAD_URL" - POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" - -POL_Wine "Battle.net-Setup-enUS.exe" + +POL_Wine "$POL_System_TmpDir/Battle.net-Setup-enUS.exe" POL_Wine_WaitExit "$TITLE" - + # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" - + # Cleanup POL_System_TmpDelete - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-01-23) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2599 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "$DOWNLOAD_URL" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" POL_Wine_OverrideDLL "native,builtin" "*msvcr90" "msvcp100" POL_Wine_OverrideDLL "disabled" "d3dcompiler_46" POL_Wine_OverrideDLL "native" "dbghelp" # Dependencies POL_Call POL_Install_corefonts # Installation POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "$POL_System_TmpDir/Battle.net-Setup-enUS.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesDimanche 24 Janvier 2016 à 23:30
Dimanche 24 Janvier 2016 à 23:33
Dimanche 24 Janvier 2016 à 23:41
Lundi 25 Janvier 2016 à 0:04
Lundi 11 Juillet 2016 à 16:23
Edité par petch |
7z4r | Samedi 23 Janvier 2016 à 22:41 |
7z4r
|
MessagesThank you very much for making this installer - I always wanted one battle.net launcher for all Blizz games in wine and to be able to install and run everything from there like on windows. :) I couldn't wait so I tested your script locally. Battle.net got installed fine but POL installer doesen't register when battle.net is finished installing and just waits eternaly... All I could do is press cancel. If you could please fix that I'd be really grateful... Cheers RéponsesLundi 11 Juillet 2016 à 16:25
|
schotty | Samedi 23 Janvier 2016 à 18:35 |
schotty
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,69 @@ +#!/bin/bash +# Date : (2016-01-23) +# Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit +# Author : schotty +# Licence : GPLv3 +# PlayOnLinux: 4.2.10 +# Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="battle.net" +WINEVERSION="1.9.2" +POL_System_SetArch "x86" +TITLE="Battle.Net" +EDITOR="Blizzard Entertainment Inc." +GAME_URL="http://us.battle.net/en" +AUTHOR="Schotty" +DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "win7" + +#DLL Overrides +cat << EOF > BNET.reg +[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] +"*msvcr90"="native,builtin" +"d3dcompiler_46"="disabled" +"dbghelp"="native" +"msvcp100"="native,builtin" +EOF +POL_Wine regedit BNET.reg +rm -f BNET.reg + +# Dependencies +POL_Call POL_Install_corefonts + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" + +POL_Wine "Battle.net-Setup-enUS.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "Battle.net Launcher.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-01-23) # Distribution used to test : Red Hat Enterprise Linux 7.2 64-bit # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.2.10 # Notes: Pulls in the US instsallation file for Battle.Net. Not aware of issues outside of North America or the US, but this might be the cause if any do arise. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battle.net" WINEVERSION="1.9.2" POL_System_SetArch "x86" TITLE="Battle.Net" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" #DLL Overrides cat << EOF > BNET.reg [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*msvcr90"="native,builtin" "d3dcompiler_46"="disabled" "dbghelp"="native" "msvcp100"="native,builtin" EOF POL_Wine regedit BNET.reg rm -f BNET.reg # Dependencies POL_Call POL_Install_corefonts # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "Battle.net-Setup-enUS.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesSamedi 23 Janvier 2016 à 18:36
|
schotty | Vendredi 21 Aoüt 2015 à 16:39 |
schotty
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,68 @@ +#!/bin/bash +# Date : (2015-08-21) +# Distribution used to test : Red Hat Enterprise 7.1 64-bit +# Author : schotty +# Licence : GPLv3 +# PlayOnLinux: 4.2.8 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="battlenet" +WINEVERSION="1.7.49" +POL_System_SetArch "x86" +TITLE="Battle.Net US" +EDITOR="Blizzard Entertainment Inc." +GAME_URL="http://us.battle.net/en" +AUTHOR="Schotty" +DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "win7" + +#DLL Overrides +cat << EOF > BNET.reg +[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] +"*msvcr90"="native,builtin" +"d3dcompiler_46"="disabled" +"dbghelp"="native" +"msvcp100"="native,builtin" +EOF +POL_Wine regedit BNET.reg +rm -f BNET.reg + +# Dependencies +POL_Call POL_Install_corefonts + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" + +POL_Wine "Battle.net-Setup-enUS.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "Battle.net Launcher.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-08-21) # Distribution used to test : Red Hat Enterprise 7.1 64-bit # Author : schotty # Licence : GPLv3 # PlayOnLinux: 4.2.8 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="battlenet" WINEVERSION="1.7.49" POL_System_SetArch "x86" TITLE="Battle.Net US" EDITOR="Blizzard Entertainment Inc." GAME_URL="http://us.battle.net/en" AUTHOR="Schotty" DOWNLOAD_URL="http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "win7" #DLL Overrides cat << EOF > BNET.reg [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*msvcr90"="native,builtin" "d3dcompiler_46"="disabled" "dbghelp"="native" "msvcp100"="native,builtin" EOF POL_Wine regedit BNET.reg rm -f BNET.reg # Dependencies POL_Call POL_Install_corefonts # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Do not close $TITLE until installation completes and you are at the $TITLE login window. ')" "$TITLE" POL_Wine "Battle.net-Setup-enUS.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "Battle.net Launcher.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesLundi 7 September 2015 à 3:40
Lundi 7 September 2015 à 3:43
Dimanche 20 Décembre 2015 à 14:00
Mercredi 15 Juin 2016 à 19:42
Jeudi 28 Juillet 2016 à 5:28
|
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