-
Notifications
You must be signed in to change notification settings - Fork 977
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
WinVNC crashes when client connects #943
Comments
There was a linker error in the binary created for the 1.10.1 release.
Please try the latest nightly build, which you can find from our homepage,
and see if that works for you.
-brian
On Wed, Jan 15, 2020 at 4:28 AM Paul ***@***.***> wrote:
I am testing TigerVNC (latest 64-bit version) between two Windows 10
Enterprise 64-bit installations in a domain. The product installs
successfully on both machines but I cannot successfully remote from either
one to the other.
I found that the installer does NOT create any Windows Firewall rules. I
manually added an inbound rule for the server executable for all profiles,
IP's, protocols & ports.
The viewer requests the password, which it accepts, but then displays
nothing and closes. No blank screen or anything else. I have the options
set at their defaults, and have defined a password. I have tried between
other PC's but get the exact same result.
Interestingly, I have the same issue with UltraVNC. However, TightVNC
works perfectly with a default install, and it automatically creates the
correct WIndows Firewall rule.
Any ideas as to why TigerVNC is not working? I'd really like to be using
this version.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#943?email_source=notifications&email_token=AB45M3LWUF25ZGIUS6GIQS3Q53JL5A5CNFSM4KHAKZT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGJK2OQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45M3ICCH45SMTXT4R43O3Q53JL5ANCNFSM4KHAKZTQ>
.
--
Sent from Gmail Mobile
|
I have uninstalled all VNC products & deleted related Windows Firewall rules from both PC's.
|
I don’t know if the installer creates firewall rules, I’d have to look at
the code, but I wouldn’t be surprised if it didn’t - the Windows server is
really unmaintained.
Create or make the directory C:\Temp and then try starting the server from
a cmd prompt with a “-Log *:file:100” and that should create a debug log
that might help diagnose the problem
On Wed, Jan 15, 2020 at 6:43 AM Paul ***@***.***> wrote:
I have uninstalled all VNC products & deleted related Windows Firewall
rules from both PC's.
I installed TigerVNC 1.10.80 x64 on both PC's. Again no WIndows Firewall
rules were created automatically. I manually created a rule for the server
allowing all IP's, ports & protocols. Shouldn't the installer do this?
I run the server with default settings & set a basic password.
When I connect from the viewer to the server the viewer prompts for the
password and then displays "read: Connection reset by peer (10054)." This
is more information than 1.10.1 provides, but it still fails.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#943?email_source=notifications&email_token=AB45M3PC7Z2SXDSD6BL5H5TQ53ZHBA5CNFSM4KHAKZT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJABAJA#issuecomment-574623780>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45M3KX763E4IQM24BFMCTQ53ZHBANCNFSM4KHAKZTQ>
.
--
Sent from Gmail Mobile
|
I will attempt your above suggestion. Two other things I have noticed:
It is a pity the Windows TigerVNC is being neglected. No everyone wants to use RDP, especially with all its vulnerabilities ;-) |
I have the Viewer encryption set to use only "TLS with anonymous
certificates" and "None" authentication deselected. However, the Viewer
still states "This connection is not secure".
Correct. AnonDH encryption is considered insecure because there isn't
non-repudiation
It is a pity the Windows TigerVNC is being neglected. No everyone wants
to use RDP, especially with all its vulnerabilities ;-)
Agreed, we've been keeping it in the hopes that someone would come along
and support it but I'm not optimistic about that. Note that it's only the
windows server that's unmaintained. The native viewer is cross-platform
and actively developed/supported.
…On Wed, Jan 15, 2020 at 7:59 AM Paul ***@***.***> wrote:
I will attempt your above suggestion.
Two other things I have noticed:
-
Each time I attempt a connection from the viewer & it fails it creates
an additional TigerVNC icon on the Taskbar.
-
I have the Viewer encryption set to use only "TLS with anonymous
certificates" and "None" authentication deselected. However, the Viewer
still states "This connection is not secure".
It is a pity the Windows TigerVNC is being neglected. No everyone wants to
use RDP, especially with all its vulnerabilities ;-)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#943?email_source=notifications&email_token=AB45M3MJZHYRSZMBPAS5FIDQ54CDHA5CNFSM4KHAKZT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAHHMI#issuecomment-574649265>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45M3JD2LT5KMM7JJKEDKDQ54CDHANCNFSM4KHAKZTQ>
.
|
Result of the log file output: Note that the server appears to crash / shut down after attempting to connect from the Viewer & entering the password. Wed Jan 15 15:21:11 2020 Wed Jan 15 15:21:30 2020 Wed Jan 15 15:21:33 2020 |
I don't have access to a Win10 machine to try to replicate this right now. The fact that a connection is made and the TLS handshake begins suggests to me that it's not a firewall issue. I looked at the InnoSetup script and the installer does not create firewall rules. I don't have much experience with Windows installers but a quick google search turns up lots of examples so I don't mind trying to add that. |
Take a look at #507 the OP shows a log from a client that doesn't support Anonymous DH ciphers and the debug log has those same "TLS: Deferring completion of TLS handshake: Resource temporarily |
Unfortunately I don't have the knowledge at the moment to create self-signed certs. I have been using the TigerVNC client. |
@pauldurham I finally got TigerVNC working between two Windows machines. I fully documented the process. See if the following instructions help you: https://github.com/TigerVNC/tigervnc/wiki/Setup-TigerVNC-server-(Windows) |
i used the tigervnc64-1.10.80.exe ,but still cann't connection between two windows10. pls help.
|
@lbsfei In order to help, we need more information. Did you get any error messages? How far did you get on the Troubleshooting section? Are you using any other remote desktop or VNC software besides TigerVNC? |
I am testing TigerVNC (latest 64-bit version) between two Windows 10 Enterprise 64-bit installations in a domain. The product installs successfully on both machines but I cannot successfully remote from either one to the other.
I found that the installer does NOT create any Windows Firewall rules. I manually added an inbound rule for the server executable for all profiles, IP's, protocols & ports. (By the way, why does it not create a Windows Firewall rule automatically?)
The viewer requests the password, which it accepts, but then displays nothing and closes. No blank screen or anything else. I have the options set at their defaults, and have defined a password. I have tried between other PC's but get the exact same result.
Interestingly, I have the same issue with UltraVNC. However, TightVNC works perfectly with a default install, and it automatically creates the correct Windows Firewall rule.
Any ideas as to why TigerVNC is not working? I'd really like to be using this version.
Lastly, surely good Windows documentation would not be difficult to create for TigerVNC. Why isn't there any?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: