-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
--window or -w sometimes creates multiple windows with same id #17799
Comments
I'm really glad you mention the "Don't close the new window for a month (???)". I've got a kooky guess. I suspect that this is due to the app platform staging an update to the Terminal. 1.19 is super old at this point - 1.20 has been stable since May. I fully suspect that because the package is half-updated, the COM object that we use to communicate across processes doesn't match from the new invocation to the old one, and so a new instance is started. Like, the Terminal should only ever have one instance of I low key bet that the |
Yep, they're still running. How could I go about checking the dll version used for each process? |
Two thoughts:
|
Windows Terminal version
1.19.11213.0
Windows build number
10.0.19045.4651
Other Software
No response
Steps to reproduce
wt.exe --window fancy-window-id new-tab
)wt.exe --window fancy-window-id new-tab
)Expected Behavior
A new tab should have opened in the window we opened in step 1.
Actual Behavior
A new window with our new tab opens instead.
Here is a screenshot of two processes in ProcessExplorer. You can see that they have been started nearly a month apart, and that they have the same window ID specified.
Both windows are not elevated (note the absence of shield icons for each window)
The text was updated successfully, but these errors were encountered: