-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Windows 10 compatibility issues #478
Comments
Are you having issues with the newest version? |
i got the same issue |
Build 10122 refuses to start entirely. Anyone else getting this? |
Nothing google can't solve, you have to install Visual C++ Redistributable for Visual Studio 2015 RC : https://www.microsoft.com/en-US/download/details.aspx?id=46881 |
Thanks for the assistance, since I wrote that my SSD has crapped out and it's no longer applicable. Sent from my iPad On 30/05/2015, at 8:36 AM, lossendae notifications@github.com wrote:
|
Still getting the same issue. Even after installing Visual C++ Redistributable for Visual Studio 2015 RC |
I found a description about powershell here. [no expertise in this area]
So, before execute cmder on Windows 10 [worked for me], execute PowerShell as Administrator and execute Set-ExecutionPolicy RemoteSigned. This will allows cmder to execute profile.ps1. |
I made a remaster running on Windows 10: |
@BrunoMoreno thanks for this, perfect solution! :) |
@BrunoMoreno ssh and ls commands not working for me, new Windows 10 build maybe? 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487 |
when I run command [ls] on win10, then I got an error. |
I am using cmder on several systems, on Windows 7 and 8.1 it is working fine, on 10 (10074) I got some problems. I am not sure if you are supporting Windows 10 as of yet as I did not see a system requirements section anywhere.
Terminal is not fully functional
Using any git command that uses bash's diff I get this warning:
I can press enter and the command will execute normally.
I looked around this issue tracker and found quite a few issues related to this ( #50, #25 ). Using the suggested solution to set TERM=xterm did not resolve it though. I both set TERM in my systems environment variables and using the init.bat.
Git-Bash works fine by the way...
Virtual console size
Another issue is that it seems as if the virtual scrolling lists (I don't know the actual term) do not know the size of the terminal. So if I am in a "scrollview" where I can normally scroll with arrow up/down and exit with q the content will just flicker for a moment and reset to the position before I pressed an arrow key. To me it seems as if the command thinks the console screen is large enough to display all the content, therefore scrolling is not allowed.
I can still scroll through it using Ctrl+Up/Down or the scroll wheel by using cmder's bufferscrolling and there I can see the full content is loaded into the buffer, not just what would be visible without scrolling.
This seems to be not limited to scrolling lists as you can see here running htop using ssh just freaks out.
cmder Win10
cmder Win8.1
I am using the same configuration on all three systems (I manage them using git) so that should not be a factor.
The text was updated successfully, but these errors were encountered: