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
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
server is not connected
server is not connected
Last edited by Nick_ua on 2010-12-07 14:45, edited 1 time in total.
Re: server is not connected
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?
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!
Re: server is not connected
try to explainsupercoe 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?
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
Re: server is not connected
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:
To:
Then run "Make Compiler.bat" and try to compile InstantSupport again.
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.
Code: Select all
Sleep( 2000 ) ; We have to wait a bit for the console app to write the hash.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: server is not connected
1. installed Microsoft Visual C++ 2008 Redistributable Package installedsupercoe 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:To:Code: Select all
Sleep( 1000 ) ; 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.Code: Select all
Sleep( 2000 ) ; We have to wait a bit for the console app to write the hash.
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.
Code: Select all
Sleep( 2000 ) ; We have to wait a bit for the console app to write the hash.
after pressing cancel at the password prompt
InstantSupportVNC.exe not make reconnecting to Repeater
Re: server is not connected
You know, it's a problem of UltraVNC. I test it, and decide that this problem appear when UltraVNC is connecting via repeater.Nick_ua wrote:
problem still remains
after pressing cancel at the password prompt
InstantSupportVNC.exe not make reconnecting to Repeater
Only restart wunc_service solve this problem.