hydralauncher / hydra

Hydra is a game launcher with its own embedded bittorrent client and a self-managed repack scraper.

Home Page:https://hydralauncher.fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Hydra runs fastlist.exe every second

kotenok2000 opened this issue · comments

Describe the bug

Hydra runs fastlist.exe every second.

Steps to Reproduce

Launch Hydra

Expected behavior

Hydra doesn't run fastlist.exe every second.

Screenshots

image

Operating System

Windows 11

Hydra Version

2.0.1

Additional Information

No response

Could you specify how you want this to work? how could this be improved or how specifically should it behave?

Why do you see this as a problem?
Here is the source code of fastlist: https://github.com/MarkTiedemann/fastlist
We use it as a way to get the running process and count the playtime

Could you specify how you want this to work? how could this be improved or how specifically should it behave?

There is probably a way to get the process time via system signals when the process is finished. It would also be a good alternative to disable game time tracking ( fastlist ) in the user client

If what you say is a real possibility, definitely looks like a great improvement
Could you elaborate how to do this?
To see how it currently works, check process-watcher.ts

Even if we don't actually see any problem with the current implementation