Hearthstone Deck Helper

Questions about Wine on Linux
Locked
Mangovník
Newbie
Newbie
Posts: 1
Joined: Tue Jul 14, 2020 8:11 am

Hearthstone Deck Helper

Post by Mangovník »

Hello,

please be patient as I am new to Wine.

I have Wine and Lutris on my notebook. With Lutris I installed battle.net. After ensuring that battle.net runs fine I installed Hearthstone (as HS later in text) with it. It failed to go past starting screen, however by adding

Code: Select all

locationapi.dll : disabled
to DLL overrides it started to work perfectly.
added override
added override

Now I want to install Hearthstone Deck Tracker (as HDT later in text). It is a overlay for HS that displays bunch of useful info. It also runs as separated window. I got advised, that I should install it in the same prefix as HS, so I just executed

Code: Select all

WINEPREFIX=~/Games/battlenet wine HDT-Installer.exe
Unfortunatelly it did not go through and I got this on output which makes little to no sense to me. Also I got error message from HDT installator that says I should run it as normal user instead of "Run as Administrator".
error message
error message
wine-error.png (10.37 KiB) Viewed 1494 times

I googled little and did so with

Code: Select all

WINEPREFIX=~/Games/battlenet wine runas /trustlevel:0x20000 HDT-Installer.exe
Unfortunately it came out with same output and error message as before.

I went through Wine FAQ, however I did not find any clue there (unless I missed something). Before I dive into Wine documentation I would like to ask for help/advice how I could make it work. Anybody knows?

Wine version - 5.12 (staging)
OS - Ubuntu 20.04
Machine - HP Probook 450 g2! (i5 version)
Locked