Search Criteria
Package Details: arenatracker-bin 24.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arenatracker-bin.git (read-only, click to copy) |
---|---|
Package Base: | arenatracker-bin |
Description: | Tracks your Hearthstone Arena matches and cards. |
Upstream URL: | https://github.com/supertriodo/Arena-Tracker/ |
Licenses: | GPL |
Conflicts: | arenatracker, arenatracker-git |
Provides: | arenatracker |
Submitter: | Strit |
Maintainer: | Strit |
Last Packager: | Strit |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-06 15:38 (UTC) |
Last Updated: | 2024-10-31 19:22 (UTC) |
Latest Comments
deemon commented on 2023-11-13 13:49 (UTC) (edited on 2023-11-14 17:41 (UTC) by deemon)
this program ignores the linux keyboard layout and uses US layout instead. (manifested when you try to manually enter card names.)
Strit commented on 2023-09-04 13:11 (UTC)
@Rift It's also present in the regular gtk2 package. Will add it to dependencies when I get back home. Thanks for reporting.
Rift commented on 2023-09-04 08:08 (UTC)
ArenaTracker: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory
“sudo pacman -S lib32-gtk2” can fix it
Strit commented on 2023-06-01 14:07 (UTC)
@deemon Thanks for the report. Added openssl-1.0 as a dependency for now.
deemon commented on 2023-06-01 12:54 (UTC)
/usr/bin/ArenaTracker: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
deemon commented on 2020-03-14 14:35 (UTC)
8.1 is out. Could we get update please?
optizen commented on 2018-10-20 20:46 (UTC) (edited on 2018-10-20 20:46 (UTC) by optizen)
I had a bunch of these errors:
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
But most importantly, the application failed to contact api.hearthstonejson.com for an updated .json:
MainWindow: <https://api.hearthstonejson.com/v1/latest/all/cards.json> --> Failed. Retrying...
Installing
openssl-1.0
solved it:MainWindow: Extra: Json Cards --> Latest version: <https://api.hearthstonejson.com/v1/27358/all/cards.json>
Strit commented on 2018-10-20 18:50 (UTC)
Your link refers to the AppImage requiring openssl-1.0. Not the static version, which this is.
If you have issues running this package, please post any errors.
optizen commented on 2018-10-20 17:14 (UTC) (edited on 2018-10-20 17:15 (UTC) by optizen)
It needs
openssl-1.0
as suggested by developer in issue #101.