-
Notifications
You must be signed in to change notification settings - Fork 321
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
unhandled error when run on windows 10 pro 64bits. #557
Comments
It appears its something to do with a SSL connection, Maybe to do with the automatic update checker In the Folder you installed SuperPuTTY there should be a file named SuperPutty.exe.config, open that file in a text editor and search for these lines: TrueChange the True to False, Save the file Try to re-open SuperPuTTY and see if the error still persists. Report back your results and we'll try to come up with a good fix. |
You can download and test a version from here: https://ci.appveyor.com/api/buildjobs/cffc34k4rsqj0dko/artifacts/SuperPuttyInstaller/bin/Debug/SuperPuttySetup.msi that might possibly fix the issue you are experiencing. |
Issue appears to be caused internally by some component of the .NET framework related to SSL certificates possible, Added error checking in calling method to prevent exception. This does not fix the underlying issue and in some circumstances the update checks will simply not occur if this issue exists on the host system. |
@rbadillarx can you open the log viewer: View Menu -> Log Viewer (if its not already open) Thanks! |
Hi Jim: |
… checker Fixes Issue #556 check for null object when remote directory is not found due to configuration path error
hi people:
Recently I moved from Windows 7 Ultimate 32bits to Windows 10 Pro 64bits over MBP (Mac Book Pro; via boot camp). After install superputty from msi files I got this error..
any idea what's wrong???
The text was updated successfully, but these errors were encountered: