gonjyu121 / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

System.InvalidOperationException: WaitForInputIdle failed. #530

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. While running SuperPuTTY try to start an SSH session
2. Window pops up saying "Invalid Operation Error  WaitForInputIdle failed. 
This could be because the process does not have a graphical interface.
3. Clicking ok on this window causes window that looks like attached file to 
appear

What version of the product are you using? On what operating system?
Using latest version of SuperPuTTY on Windows 7.

Original issue reported on code.google.com by Blogging...@gmail.com on 1 Jul 2015 at 11:40

Attachments:

pauby commented 8 years ago

As I see no progress being made on this issue in around a year, and no updated from anybody, I assume this project has been abandoned?

ultimanet commented 7 years ago

Had the same problem when using superputty with the PUTTY.EXE that I installed with chocolatey. Using the latest Putty release from their website, it works.

valentijnscholten commented 5 years ago

Still occuring for me with latest putty 0.71 (installed via chocolatey). The putty window is actually created but after clicking OK on the error message the putty window gets closed.

grzegrzk commented 5 years ago

@valentijnscholten : I had the same problem and I have found a solution. The reason why the error occurs is that in SupperPutty Options you provided putty.exe location to Shim created by chocolatey (that by default is in C:\ProgramData\chocolatey\bin). Instead you need to provide path to true putty executable (in my case it is C:\ProgramData\chocolatey\lib\putty.portable\tools\PUTTY.EXE)

jcg64 commented 5 years ago

@valentijnscholten : I had the same problem and I have found a solution. The reason why the error occurs is that in SupperPutty Options you provided putty.exe location to Shim created by chocolatey (that by default is in C:\ProgramData\chocolatey\bin). Instead you need to provide path to true putty executable (in my case it is C:\ProgramData\chocolatey\lib\putty.portable\tools\PUTTY.EXE)

Thanks for that - any idea how to fix the issue when using kitty installed via chocolatey?