Extra console window after usage of command line in Far Manager #6537

Closed
opened 2026-01-31 00:41:09 +00:00 by claunia · 10 comments
Owner

Originally created by @shvez on GitHub (Feb 20, 2020).

hi, there.

thank you for great product

I'm using WT version 0.9.433.0
I managed to add Far manager to list of consoles using official documentation

When I open it and execute 'dir' command new external console window gets open.
after that it starts to be possible to scroll panels in far (this does not happen if far start from CMD)

Environment

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):

Any other software?

Steps to reproduce

Expected behavior

Actual behavior

Originally created by @shvez on GitHub (Feb 20, 2020). hi, there. thank you for great product I'm using WT version 0.9.433.0 I managed to add Far manager to list of consoles using official documentation When I open it and execute 'dir' command new external console window gets open. after that it starts to be possible to scroll panels in far (this does not happen if far start from CMD) <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software? ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior <!-- What's actually happening? -->
Author
Owner

@DHowett-MSFT commented on GitHub (Feb 20, 2020):

What version of Far manager? I cannot reproduce this with 3.0b5225, a version I had laying around.
If this changed between Far manager versions, it is probably a Far regression...

@DHowett-MSFT commented on GitHub (Feb 20, 2020): What version of Far manager? I cannot reproduce this with 3.0b5225, a version I had laying around. If this changed between Far manager versions, it is probably a Far regression...
Author
Owner

@shvez commented on GitHub (Feb 21, 2020):

@DHowett-MSFT
Far manager: Far Manager, version 3.0.0.5511 x64

@shvez commented on GitHub (Feb 21, 2020): @DHowett-MSFT Far manager: Far Manager, version 3.0.0.5511 x64
Author
Owner

@DHowett-MSFT commented on GitHub (Feb 21, 2020):

Sorry, can you clarify the behavior further? Even with 3.0.0.5511 I cannot get an external console window to appear, even if I follow your steps exactly.

Are you referring to the behavior where Far disappears (turns black), then reappears, and the response from dir reappears when you scroll up?

@DHowett-MSFT commented on GitHub (Feb 21, 2020): Sorry, can you clarify the behavior further? Even with 3.0.0.5511 I cannot get an _external_ console window to appear, even if I follow your steps exactly. Are you referring to the behavior where Far disappears (turns black), then reappears, and the response from dir reappears when you scroll up?
Author
Owner

@ghost commented on GitHub (Mar 24, 2020):

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

@ghost commented on GitHub (Mar 24, 2020): This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**.
Author
Owner

@shvez commented on GitHub (Mar 24, 2020):

sorry for delay.
I hoped I will be able to capture video using xbox toolbar, but now it captures only one window

I removed terminal and installed last version. I have inserted configuration for far manager. I took config snippet from your docs
here it is

        {
          "name": "Far",
          "commandline": "C:\\_Work_\\_Tools_\\Far\\Far.exe",
          "startingDirectory": "%USERPROFILE%",
          "useAcrylic": false
        }

now after opening far I do not do anything and new console window just appears in letf top corner of the screen. I took snapshot
With red arrows I marked console window itself and terminal Icon in task bar. you may see there that there are two windows there.

image

Far manager still has version 3.0.0.5511 x64

@shvez commented on GitHub (Mar 24, 2020): sorry for delay. I hoped I will be able to capture video using xbox toolbar, but now it captures only one window I removed terminal and installed last version. I have inserted configuration for far manager. I took config snippet from your docs here it is ``` { "name": "Far", "commandline": "C:\\_Work_\\_Tools_\\Far\\Far.exe", "startingDirectory": "%USERPROFILE%", "useAcrylic": false } ``` now after opening far I do not do anything and new console window just appears in letf top corner of the screen. I took snapshot With red arrows I marked console window itself and terminal Icon in task bar. you may see there that there are two windows there. ![image](https://user-images.githubusercontent.com/7521076/77403454-ed3f9a80-6db8-11ea-90c5-f600e29eac33.png) Far manager still has version 3.0.0.5511 x64
Author
Owner

@DHowett-MSFT commented on GitHub (Mar 24, 2020):

Can you use Process Explorer's Find tool to pinpoint the owner of that window, and its commandline? I still can't repro :( sorry.

find tool

image

Drag it over the window you're curious about; hover over the process's entry in the list

image

@DHowett-MSFT commented on GitHub (Mar 24, 2020): Can you use [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer)'s Find tool to pinpoint the owner of that window, and its commandline? I still can't repro :( sorry. ### find tool ![image](https://user-images.githubusercontent.com/14316954/77460612-91781000-6dbe-11ea-9fba-da5a5a5645f4.png) Drag it over the window you're curious about; hover over the process's entry in the list ![image](https://user-images.githubusercontent.com/14316954/77460587-84f3b780-6dbe-11ea-827a-6da4d6324958.png)
Author
Owner

@shvez commented on GitHub (Mar 26, 2020):

here it is:
image

@shvez commented on GitHub (Mar 26, 2020): here it is: ![image](https://user-images.githubusercontent.com/7521076/77643397-f1f68100-6f67-11ea-8b34-49d1cbdcec06.png)
Author
Owner

@shvez commented on GitHub (Mar 26, 2020):

I think I found reason for this issue. I believe that it is because of installed ConEmu plugin

if I use clean install of far it does not create new console window although issue with dir still there. after its usage you may scroll far panels up and down using mouse wheel

@shvez commented on GitHub (Mar 26, 2020): I think I found reason for this issue. I believe that it is because of installed ConEmu plugin if I use clean install of far it does not create new console window although issue with dir still there. after its usage you may scroll far panels up and down using mouse wheel
Author
Owner

@zadjii-msft commented on GitHub (Mar 26, 2020):

Thanks for following up! Since this window is being created by the ConEmu plugin, I'm gonna close this as external ☺️

@zadjii-msft commented on GitHub (Mar 26, 2020): Thanks for following up! Since this window is being created by the ConEmu plugin, I'm gonna close this as external ☺️
Author
Owner

@psvz commented on GitHub (Nov 12, 2022):

after recent windows update FAR starts inside separate CMD inside Powershell shit. Turned out Terminal app got silently installed and that changed how FAR starts. Just uninstall Terminal app.

@psvz commented on GitHub (Nov 12, 2022): after recent windows update FAR starts inside separate CMD inside Powershell shit. Turned out Terminal app got silently installed and that changed how FAR starts. Just uninstall Terminal app.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6537