Skip to content
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

Doesn't seem to work with Windows 10 Bash. #4

Open
MJBrune opened this issue Apr 14, 2017 · 15 comments
Open

Doesn't seem to work with Windows 10 Bash. #4

MJBrune opened this issue Apr 14, 2017 · 15 comments
Labels
Milestone

Comments

@MJBrune
Copy link

MJBrune commented Apr 14, 2017

I can't get Qonsole to work with the Windows 10 bash. I have no clue why but it simply isn't seeing bash.exe in system32 as a cmd path. Nor can I modify the lnk to point to the bash exe because the script then crashes. I'd love to get more information on this for you guys but I feel like this project isn't supported heavily.

@mobbel
Copy link

mobbel commented Apr 14, 2017

This happens after installing the creators update from microsoft windows 10. Before this was working fine as the normal cmd-console.

@MJBrune
Copy link
Author

MJBrune commented Apr 14, 2017

Interesting so what happened to bash? Do you think it's the actual bash executable that is the issue? Anyone have a copy of the old one?

@mobbel
Copy link

mobbel commented Apr 14, 2017

Think it's more a Microsoft/Windows Problem, after updating the WSL-Version is the same. You have to uninstall and reinstall to get the new version.

@joedf
Copy link
Owner

joedf commented Apr 14, 2017 via email

@joedf
Copy link
Owner

joedf commented Apr 15, 2017

A quick fix to what @mobbel has mentionned is to use the "Legacy" cmd.
As described here: #1 (comment)
I think I might find a programmatic solution to automatically change that... or I refactor Qonsole all together... :/

@joedf joedf added the bug label Apr 15, 2017
@joedf joedf added this to the v1.4.4 milestone Apr 15, 2017
@mobbel
Copy link

mobbel commented May 7, 2017

Tested with Legacy-Mode didn't useable. Qonsole quits with same Error-Message, and bash comment this option that it isn't possible to use.

@joedf
Copy link
Owner

joedf commented May 10, 2017

hmmm.... Does it work with mintty or console2?

@joedf
Copy link
Owner

joedf commented Jun 1, 2017

I think I might have to do significant rewrites of certain parts.... :/

@sorenpeter
Copy link

Found a workaround:

  • Search for bash.exe in Windows Explorer.
  • Copy the one of the long path like:
    C:\Windows\WinSxS\amd64_microsoft-windows-lxss-bash_31bf3856ad364e35_10.0.14393.351_none_79648c7a5a883c6f
  • Open Qonsole and cd into the path you found
  • Run bash.exe and it seems to work.

When I search for bash.exe I get two results beside the one in System32, and only one of them works, the other gives an error about non-supported 16-bit application (my windows in danish, so not sure about the translation)

@joedf
Copy link
Owner

joedf commented Jul 1, 2017

that's very odd...
Ahh.... MSWindows... always restructuring everything...

@sorenpeter
Copy link

I created a shortcut to the "hidden" bash.exe in my qonsole folder and renamed it to cmd_Qonsole.lnk so now qonsol opens up in bash.

@XDracam
Copy link

XDracam commented Apr 18, 2018

espetes solution did not work for me. Double-clicking the shortcut opens the pre-store bash. However, launching Qonsole gives following error:

image

@joedf
Copy link
Owner

joedf commented Oct 9, 2018

if you simply double click C:\Users\Cameron\Qonsole\cmd_Qonsole.lnk, what happens?

@XDracam
Copy link

XDracam commented Oct 9, 2018

Double-clicking the shortcut opens the pre-store bash.

Meaning that the shortcut works if used manually, but fails with Qonsole.

@joedf
Copy link
Owner

joedf commented Oct 16, 2018

Oh whoops, my bad...
Looks like there might a general issue of cmd attachment... #8 (comment)
Probably broken by changes in windows. I will have to investigate further in my spare time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants