borisbabic / hearthstone_hdt_linux

Contains instructions and code to get hearthstone with hdt running on linux
Apache License 2.0
40 stars 9 forks source link

Login to hsreplay #9

Open MasseGuillaume opened 4 years ago

MasseGuillaume commented 4 years ago

I'm on

wine --version
wine-4.14 (Staging)

winetricks --version
20190615 - sha256sum: 7cba5a8ddb805d9487ef0f917e64b710c5bea015756cdd1b1d41a7ee24f2d7fd

When I try to login via the client, it opens a browser tab but cannot reach any local server (eg: http://localhost:17781/)

I can see in the wine log the following stub call:

0069:fixme:httpapi:HttpAddUrlToUrlGroup (deadbeef, L"http://localhost:17781/", 0, 0): stub!

Should I be able to connect to that local server?

borisbabic commented 4 years ago

If you are using a version of wine lower than 5.0 staging you should follow the instructions to for copying auth from windows.

If you don't have access to windows then upgrade wine first.