Skip to content

Instantly share code, notes, and snippets.

@aslafy-z
Last active November 4, 2022 11:17
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aslafy-z/bcc8c897a1aef9910f3213444d28b565 to your computer and use it in GitHub Desktop.
Save aslafy-z/bcc8c897a1aef9910f3213444d28b565 to your computer and use it in GitHub Desktop.
Install Hearthstone on Archlinux

Dependencies

Installation

  • Open PlayOnLinux
  • Click on Install and select Install a non-listed program
  • Next the useless screens
  • Select Install a program in a new virtual drive and choose a name for it
  • Select Configure wine and then 32 bits windows installation
  • When the Wine configuration tool pops out, set the Windows version to Windows 7 in the Application tab, and confirm with ok
  • Next screen will allow you to select the previously downloaded Hearthstone-Setup.exe (or similar)
  • Let the default installation settings, and close the client once installed
  • Choose Battle.Net Launcher.exe, pick a shortcut name and finish the installation

Enjoy

You will be able to start Battle.Net Launcher (and thus the game) by using either:

  • GUI: Open PlayOnLinux, select the shortcut and click Run
  • CLI: playonlinux --run "$shortcut_name" where $shortcut_name is the name you used at the last step of install
@maroov
Copy link

maroov commented Aug 22, 2019

It worked! Thank you, I don't know why I didn't try that before but whatever, with Win7 I was able to see everything in the Blizzard app and download Hearthstone.

@dfalcon
Copy link

dfalcon commented Nov 4, 2022

If you no have sound install lib32-libpulse
Also if you have lost focus on window after switching beetween windows add new param in wine registry

[HKCU\software\Wine\X11 Driver]
UseTakeFocus="yes"

If that registry doesn't exist, create it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment