I try install hearthstone deck tracker

Questions about Wine on Linux
Locked
Dendrio
Newbie
Newbie
Posts: 2
Joined: Tue Feb 20, 2018 9:09 am

I try install hearthstone deck tracker

Post by Dendrio »

So i try install ...

Code: Select all

wine HDT-Installer.exe 
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ieframe:DllGetClassObject {9ba05972-f6a8-11cf-a442-00a0c90a8f39} {00000001-0000-0000-c000-000000000046} 0x33dbb8
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
fixme:explorer:webbrowser_QueryInterface (0x7f4c02562040)->({00000003-0000-0000-c000-000000000046} 0x23e1c8) interface not supported
fixme:explorer:webbrowser_QueryInterface (0x7f4c02562040)->({00000019-0000-0000-c000-000000000046} 0x9a150) interface not supported
err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819)
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
err:ole:xCall RpcChannelBuffer SendReceive failed, 800703e6
fixme:ver:GetCurrentPackageId (0x33fda4 (nil)): stub
I have winetricks.
Which dll i have install for run this application ?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I try install hearthstone deck tracker

Post by Bob Wya »

Dendrio wrote:So i tried to install this application ...
...
Which dll(s) do I have to install in order to run this application ?
I wouldn't hold out much hope - as it needs a recent .Net 4.5.x / 4.6.x Framework...
See: WineHQ AppDB: Hearthstone Deck Tracker...

Bob
Dendrio
Newbie
Newbie
Posts: 2
Joined: Tue Feb 20, 2018 9:09 am

Re: I try install hearthstone deck tracker

Post by Dendrio »

Bob Wya wrote:
Dendrio wrote:So i tried to install this application ...
...
Which dll(s) do I have to install in order to run this application ?
I wouldn't hold out much hope - as it needs a recent .Net 4.5.x / 4.6.x Framework...
See: WineHQ AppDB: Hearthstone Deck Tracker...

Bob

Code: Select all

./winetricks dotnet462

------------------------------------------------------
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20171222-next - sha256sum: 42145d6905db38265a598459268eb3ba9115a6e582f464684e8fbd62018d5359 with wine-2.21 (Staging) and WINEARCH=win64
------------------------------------------------------
You are running winetricks-20171222-next, latest upstream is winetricks-20180217!
------------------------------------------------------
------------------------------------------------------
You should update using your distribution's package manager, --self-update, or manually.
------------------------------------------------------
Executing w_do_call dotnet462
------------------------------------------------------
error: dotnet462 conflicts with dotnet40, which is already installed.
------------------------------------------------------
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I try install hearthstone deck tracker

Post by Bob Wya »

Locked