-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
This happens after installing the creators update from microsoft windows 10. Before this was working fine as the normal cmd-console. |
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? |
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. |
Hmm, try it with console2, then from that shell-wrapper launch bash?
On Apr 14, 2017 3:58 AM, Michael Brune <[email protected]> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#4>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADq4G10RGswdXSLI0_CIOS6-bVPKBkvrks5rvycrgaJpZM4M9i0M>.
|
A quick fix to what @mobbel has mentionned is to use the "Legacy" cmd. |
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. |
hmmm.... Does it work with mintty or console2? |
I think I might have to do significant rewrites of certain parts.... :/ |
Found a workaround:
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) |
that's very odd... |
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. |
if you simply double click |
Meaning that the shortcut works if used manually, but fails with Qonsole. |
Oh whoops, my bad... |
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.
The text was updated successfully, but these errors were encountered: