-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pyra launches multiple OPUS instances #202
Labels
Milestone
Comments
dostuffthatmatters
added
status:in-progress
is being work on in some dev branch
scope:opus
labels
Nov 8, 2023
dostuffthatmatters
changed the title
Multiple OPUS instances are started
Pyra launches multiple OPUS instances
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
dostuffthatmatters
added a commit
that referenced
this issue
Nov 8, 2023
Merged
dostuffthatmatters
added
status:implemented
has been implemented in some dev branch
and removed
status:in-progress
is being work on in some dev branch
labels
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: The mainloop determines whether OPUS is running by searching for a window
OPUS - Operator: {opus_username} (Administrator) - [Display - default.ows]
. However, if the window name is slightly different, it doesn't detect it and opens a new OPUS instance.Solution: Instead of looking for the window, look for processes running
opus.exe
orOpusCore.exe
.Using this snippet, we can reliably find and possibly kill all the necessary processes.
The text was updated successfully, but these errors were encountered: