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 ...
Search found 5 matches
- 2013-12-12 10:02
- Forum: ChunkVNC
- Topic: Server running as application
- Replies: 1
- Views: 41947
- 2013-12-12 09:01
- Forum: ChunkVNC
- Topic: Server running as application
- Replies: 1
- Views: 41947
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: 25197
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: 6872
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: 25197
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 ...