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
File transfer freezes program
File transfer freezes program
File Transfer used to work for me, but it hasn't been for the past few months. I have tried the stable version of the software, and the developmental version, I don't think its UltraVNC's fault, I think its my hardware setup, or a problem with my Windows. I recently upgraded my motherboard and got a new CPU, I think this may have something to do with it. Maybe File Transfer stopped working after I did this, I don't remember.
Whenever I open up the file transfer, it seems to work ok. If I open up a drive that has less than a page of files on it, it opens ok. The problem arises when I open a directory or drive that has more than one page of files to display. The program just crashes on "Browsing remote directory".
Anyone have any ideas?
Whenever I open up the file transfer, it seems to work ok. If I open up a drive that has less than a page of files on it, it opens ok. The problem arises when I open a directory or drive that has more than one page of files to display. The program just crashes on "Browsing remote directory".
Anyone have any ideas?
I was trying your step without error on folder windows have a lot of files and folders more than on pageIf I open up a drive that has less than a page of files on it, it opens ok. The problem arises when I open a directory or drive that has more than one page of files to display. The program just crashes on "Browsing remote directory".
Do you use recent build of UltraVNC ?
http://sc.uvnc.com/v100
http://sc.uvnc.com/v100/updates
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
how to create and save log for help devs ?
(I'm not developer ! Only power user
start... run...
http://doc.uvnc.net/install/cmdline.html
-console (show log to screen)
-logfile (write log to file)
then post to your own website and give url to your log file
(I'm not developer ! Only power user
start... run...
- "C:\Program Files\UltraVNC\vncviewer.exe" hostname::5902 -loglevel 9 -logfile mylog.txt -console
- "C:\Program Files\UltraVNC\vncviewer.exe" hostname:2 -loglevel 9 -mylog.log -console
http://doc.uvnc.net/install/cmdline.html
-console (show log to screen)
-logfile (write log to file)
then post to your own website and give url to your log file
Last edited by redge on 2005-08-01 02:31, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Here is my file
Started and Winsock (v 2) initialised
bufsize expanded to 4352
Registered connection with app
Connected to 192.168.2.2 port 1403
RFB server supports protocol version 3.6
Connected to RFB server, using protocol version 3.4
VNC authentication succeeded
Clipboard changed
Don't send initial clipboard!
Desktop name "robdesktop ( 192.168.2.2 ) "
Geometry 1024 x 768 depth 32
Screen work area is 1024 x 734
Cache: Cache buffer bitmap creation
Screen work area is 1024 x 734
Update-processing thread started
Screen work area is 1024 x 734
Screen work area is 1024 x 734
bufsize expanded to 16640
Receiving cursor shape update, cursor 32x32
Receiving cursor shape update, cursor 32x32
Requesting new pixel format
Receiving cursor shape update, cursor 32x32
rdr::Exception (1): rdr::SystemException: read: Unknown error (10053)
Update-processing thread finishing
Socket error 10053: An established connection was aborted by the software in your host machine.
Deregistered connection from app
Exiting
VNC viewer closing down
Thanx for the help guys!
Started and Winsock (v 2) initialised
bufsize expanded to 4352
Registered connection with app
Connected to 192.168.2.2 port 1403
RFB server supports protocol version 3.6
Connected to RFB server, using protocol version 3.4
VNC authentication succeeded
Clipboard changed
Don't send initial clipboard!
Desktop name "robdesktop ( 192.168.2.2 ) "
Geometry 1024 x 768 depth 32
Screen work area is 1024 x 734
Cache: Cache buffer bitmap creation
Screen work area is 1024 x 734
Update-processing thread started
Screen work area is 1024 x 734
Screen work area is 1024 x 734
bufsize expanded to 16640
Receiving cursor shape update, cursor 32x32
Receiving cursor shape update, cursor 32x32
Requesting new pixel format
Receiving cursor shape update, cursor 32x32
rdr::Exception (1): rdr::SystemException: read: Unknown error (10053)
Update-processing thread finishing
Socket error 10053: An established connection was aborted by the software in your host machine.
Deregistered connection from app
Exiting
VNC viewer closing down
Thanx for the help guys!
Question/Problem: WSAECONNABORTED (10053) Software caused connection abort.
Answer/Solution: A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connections.
WinSock description: The error can occur when the local network system aborts a connection. This would occur if WinSock aborts an established connection after data retransmission fails (receiver never acknowledges data sent on a datastream socket).
TCP/IP scenario: A connection will timeout if the local system doesn't receive an (ACK)nowledgement for data sent. It would also timeout if a (FIN)ish TCP packet is not ACK'd (and even if the FIN is ACK'd, it will eventually timeout if a FIN is not returned).
source:
UltraSam know their a lot of fix to do to File Transfer... wait and see, sorry
Answer/Solution: A connection abort was caused internal to your host machine. The software caused a connection abort because there is no space on the socket's queue and the socket cannot receive further connections.
WinSock description: The error can occur when the local network system aborts a connection. This would occur if WinSock aborts an established connection after data retransmission fails (receiver never acknowledges data sent on a datastream socket).
TCP/IP scenario: A connection will timeout if the local system doesn't receive an (ACK)nowledgement for data sent. It would also timeout if a (FIN)ish TCP packet is not ACK'd (and even if the FIN is ACK'd, it will eventually timeout if a FIN is not returned).
source:
UltraSam know their a lot of fix to do to File Transfer... wait and see, sorry
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
STILL not working!
I just reformatted my harddrive and installed Windows XP Media Center 2005.
STILL doesn't work! Its gotta be my BIOS, or my router.
Any ideas?
STILL doesn't work! Its gotta be my BIOS, or my router.
Any ideas?