You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to delete one of the libsoup libraries, but it's impossible since webkit2gtk can't work with only libsoup2 or with only libsoup3 (i tested it)
i tried to reinstall all dependencies, also did pacman -Syu
i tried to compile login.c with libsoup2, got only a black screen
i'm using Arch Linux with KDE Plasma
The text was updated successfully, but these errors were encountered:
cd into hearthstone-linux/token/, build an exe with make, you'll get an Token.exe in this dir
now install mono sudo pacman -S mono
open your browser, authorize in battle net, then open dev console in a new tab, select network and go to https://eu.battle.net/login/en/?app=wtcg, in request headers find cookie and find gs-hs= (first row), copy your token after equals sign until ;
then again cd into hearthstone-linux/token/ and execute token encryption mono Token.exe YOUR-TOKEN, it'll create a token file
finally, move token file from hearthstone-linux/token/ to hearthstone-linux/hearthstone/
I'm not really sure what works wrong with libsoup2 and libsoup3, it still works fine on Ubuntu 24.04. as before and I dont know what changed elsewhere.
Yes, you can use the token tool as workaround instead, this was actually the method to store the token before the login tool was contributed.
got a error when launched login in hearthstone folder
libsoup-ERROR **: 04:10:15.215: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
pacman -Q | grep libsoup
outputs:libsoup 2.74.3-1 libsoup3 3.6.1-1
i tried to delete one of the libsoup libraries, but it's impossible since webkit2gtk can't work with only libsoup2 or with only libsoup3 (i tested it)
i tried to reinstall all dependencies, also did
pacman -Syu
i tried to compile login.c with libsoup2, got only a black screen
i'm using Arch Linux with KDE Plasma
The text was updated successfully, but these errors were encountered: