Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

server is not connected

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
Nick_ua
8
8
Posts: 18
Joined: 2010-06-16 18:10

server is not connected

Post by Nick_ua »

The problem is that after connecting to the server it asks for a password if I click cancel it after the server is not reconnected to the repeater

server connects to the Repeater after restarting InstantSupportVNC.exe

how do I get rid of this problem :(
Last edited by Nick_ua on 2010-12-07 14:45, edited 1 time in total.
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: server is not connected

Post by supercoe »

Sorry, I'm having a hard time understanding the question.
ChunkViewer can not connect or InstantSupport can not connect?

Could you explain the problem more?
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Nick_ua
8
8
Posts: 18
Joined: 2010-06-16 18:10

Re: server is not connected

Post by Nick_ua »

supercoe wrote:Sorry, I'm having a hard time understanding the question.
ChunkViewer can not connect or InstantSupport can not connect?

Could you explain the problem more?
try to explain
when I'm using ChunkViewer.exe connect to InstantSupportVNC.exe c using Repeater
InstantSupportVNC.exe asks me for a password. I do not enter password and click the cancel button. After this InstantSupportVNC.exe not re connect to the Repeater.

I beg your pardon but I'm Russian
and English is not very good for me

I hope you understand me
:roll:
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: server is not connected

Post by supercoe »

No problem, try this:

1) Make sure you have Microsoft Visual C++ 2005 Redistributable Package installed.

2) If it still does not work try editing LINE: 112 of SRC\Compiler.au3

Change:

Code: Select all

Sleep( 1000 )			          ; We have to wait a bit for the console app to write the hash.
To:

Code: Select all

Sleep( 2000 )			          ; We have to wait a bit for the console app to write the hash.
Then run "Make Compiler.bat" and try to compile InstantSupport again.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Nick_ua
8
8
Posts: 18
Joined: 2010-06-16 18:10

Re: server is not connected

Post by Nick_ua »

supercoe wrote:No problem, try this:

1) Make sure you have Microsoft Visual C++ 2005 Redistributable Package installed.

2) If it still does not work try editing LINE: 112 of SRC\Compiler.au3

Change:

Code: Select all

Sleep( 1000 )			          ; We have to wait a bit for the console app to write the hash.
To:

Code: Select all

Sleep( 2000 )			          ; We have to wait a bit for the console app to write the hash.
Then run "Make Compiler.bat" and try to compile InstantSupport again.
1. installed Microsoft Visual C++ 2008 Redistributable Package installed
on PC ChunkViewer.exe and PC InstantSupportVNC.exe
2. Change:

Code: Select all

Sleep( 1000 )			          ; We have to wait a bit for the console app to write the hash.
To:

Code: Select all

Sleep( 2000 )			          ; We have to wait a bit for the console app to write the hash.
problem still remains
after pressing cancel at the password prompt
InstantSupportVNC.exe not make reconnecting to Repeater :cry:
alexinc
8
8
Posts: 13
Joined: 2011-02-15 14:44

Re: server is not connected

Post by alexinc »

Nick_ua wrote:
problem still remains
after pressing cancel at the password prompt
InstantSupportVNC.exe not make reconnecting to Repeater :cry:
You know, it's a problem of UltraVNC. I test it, and decide that this problem appear when UltraVNC is connecting via repeater.
Only restart wunc_service solve this problem.
Post Reply