HGL
quickest-silver
Stuck on changelog screen
I use heroic-games-launcher-git from the AUR. Every time I start heroic I'm stuck on the changelog. Only way to exit is by opening the development console and deleting the modal node.

18 Replies
quickest-silverOP•2y ago
like-gold•2y ago
any reason you dont use the heroic-games-launcher-bin from aur? its the only one officially managed by a heroic dev
quickest-silverOP•2y ago
installed this one to work around the game folder deletion bug and just stuck with it since
like-gold•2y ago
game folder deletion bug?
quickest-silverOP•2y ago
like-gold•2y ago
seems 6 months old at this point
quickest-silverOP•2y ago
yeah I could just swap the installation, I also disabled the changelog on startup. Just thought it would be useful to report anyway.
like-gold•2y ago
imo hard to know if its the package you are using or not.. i've never had the issue just using the normal aur package
quickest-silverOP•2y ago
it could be a 4k screen issue as well
I will try the bin package
yeah it has the proper scrolling bar on bin. It doesn't discard the issue as it may have appeared in a very recent commit
like-gold•2y ago
or it could be the git version is built against system electron while bin isnt
ambitious-aqua•2y ago
can't you click outside of the modal?
quickest-silverOP•2y ago
nope
nothing I tried worked besides the devtools trick
ambitious-aqua•2y ago
you can disable changelog in heroic settings
better than nothing I guess
I wonder what's causing this behavior
like-gold•2y ago
my guess was maybe there's some electron difference
ambitious-aqua•2y ago
also it seems heroic-games-launcher-git is outdated
it uses our electron
it just builds the package locally
like-gold•2y ago
ah
ambitious-aqua•2y ago
so runs yarn and yarn build tar.gz
then extracts the tar and finishes the package
extended-salmon•2y ago
I fixed this today in https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/3392
GitHub
[UX] Fix position of dialog header by arielj · Pull Request #3392 ·...
This PR fixes #2609 by making all dialog headers static.
Also, now that we are not closing the dialogs when clicking outside (until we figure a solution for this #3194) it was sometimes annoying to...