-
-
Couldn't load subscription status.
- Fork 100
Improve linux game detection #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Some games are listed in the discord game database with their parent directories but their launched processes on linux don't always have this included in cmdline. This fixes that by checking processes with their working directories as well. For example, this will now detect DOOM Eternal running through proton.
|
+1 hope this gets merged soon |
|
This adds an incredible amount of lag to scanning. is not viable. |
Good catch. It should somehow filter processes to only check "Windows working directory" for processes that belong to Wine. |
|
simply work, thats great! i can't wait this merge. |
|
Would love to see this implemented, works beautifully! |
Tested against https://github.com/OpenAsar/arrpc/blob/2234e9c9111f4c42ebcc3aa6a2215bfd979eef77/src/process/detectable.json and confirmed to detect the following on Linux: - Zenless Zone Zero - Honkai: Star Rail - Genshin Impact - Horizon Zero Dawn - Journey Built upon OpenAsar#92
|
any updates? |
If you need the fix sooner, run your own copy of the repository |
Some games are listed in the discord game database with their parent directories but their launched processes on linux don't always have this included in their cmdline. This fixes that by checking processes with their working directories as well.
For example, this will now detect DOOM Eternal running through proton.