Maybe got some idea what is going on: When I initiate restart on remote computer, when service is shutting down it makes another connection to repeater, just before it restarts the computer and the connection stays in repeater but cannot connect because computer was restarted.
If I try to connect ...
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
Search found 5 matches
- 2013-12-12 10:02
- Forum: ChunkVNC
- Topic: Server running as application
- Replies: 1
- Views: 29151
- 2013-12-12 09:01
- Forum: ChunkVNC
- Topic: Server running as application
- Replies: 1
- Views: 29151
Server running as application
Hi,
when I set ChunkVNC to service and after a Windows restart I can't connect anymore, I get an error " The Server running as Application" and after this error I cannot reconnect no more. All is left is to call the customer to tell them to run that shortcut on the desktop and rerun user support ...
when I set ChunkVNC to service and after a Windows restart I can't connect anymore, I get an error " The Server running as Application" and after this error I cannot reconnect no more. All is left is to call the customer to tell them to run that shortcut on the desktop and rerun user support ...
- 2012-01-04 17:15
- Forum: ChunkVNC
- Topic: Automatic closure of repeater port
- Replies: 14
- Views: 17823
Re: Automatic closure of repeater port
If this is a reply to me, I dont think my antivirus was blocking anything. It was just stuck. When I closed the program, it briefly connected to repeater...
- 2012-01-04 16:44
- Forum: ChunkVNC
- Topic: Automatic update script, if anyone needs it.
- Replies: 1
- Views: 4882
Automatic update script, if anyone needs it.
I wrote/modified a script, it autoupdates the .exe file from internet. If enyone needs it. it is an .au3 file.
$url = "http://something.com/filename.exe"
$url2 = "http://something.com/filename.exe" ;second location if first fails
If InetGetSize($url) <> FileGetSize(@ScriptFullPath) and ...
$url = "http://something.com/filename.exe"
$url2 = "http://something.com/filename.exe" ;second location if first fails
If InetGetSize($url) <> FileGetSize(@ScriptFullPath) and ...
- 2012-01-04 16:06
- Forum: ChunkVNC
- Topic: Automatic closure of repeater port
- Replies: 14
- Views: 17823
Re: Automatic closure of repeater port
I think i found a solution to this problem. It is when script is testing for LAN address. At least it was with mine. Using modified 3.3.1. I commented this line:
; Test WAN address first.
;$socket = TCPConnect( TCPNameToIP( $RepeaterAddress ), $RepeaterServerPort )
;If $socket = -1 Then $LanMode ...
; Test WAN address first.
;$socket = TCPConnect( TCPNameToIP( $RepeaterAddress ), $RepeaterServerPort )
;If $socket = -1 Then $LanMode ...