After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
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.
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.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
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.
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 8 matches
- 2013-04-23 12:32
- Forum: Developer discussions (mainly user-mode)
- Topic: File transfer blocks UI messages
- Replies: 5
- Views: 42365
Re: File transfer blocks UI messages
No, the server's tray icon becomes unresponsive during a file transfer from server to viewer. If a user on the server clicks on winvnc icon, the menu pops, but doesn't respond until the file transfer is done. But the user on the server side doesn't know a FT is happening, just that the menu is broken.
- 2013-04-22 22:48
- Forum: Developer discussions (mainly user-mode)
- Topic: File transfer blocks UI messages
- Replies: 5
- Views: 42365
File transfer blocks UI messages
When vncviewer receives a file, the server doesn't respond to messages on the tray icon. Usually it will pop up the menu and then its dead until the file transfer ends. The message loop in vncmenu calls pClient->SendFileChunk() which posts a message back to the same window. So it looks like other ...
- 2013-04-10 03:01
- Forum: Developer discussions (mainly user-mode)
- Topic: Viewer is blank when you disable "Share the Server" option
- Replies: 2
- Views: 13537
Viewer is blank when you disable "Share the Server" option
The viewer never gets any screen updates.
Options m_Shared only seems to be used to send clientInitShared flag to the server, but if that flag isn't sent, the viewer still doesn't get updates (so the problem is on viewer).
I've looked at every use of m_Shared, but it must affect something else to ...
Options m_Shared only seems to be used to send clientInitShared flag to the server, but if that flag isn't sent, the viewer still doesn't get updates (so the problem is on viewer).
I've looked at every use of m_Shared, but it must affect something else to ...
- 2013-03-22 15:37
- Forum: Developer discussions (mainly user-mode)
- Topic: Viewer crash when network error & dialogs
- Replies: 10
- Views: 16561
Re: Viewer crash when network error & dialogs
The good news is that these code changes work, the cleanup when a file was transferred is good.
The bad news is it works in debug build but release with optimizations on still crashes on memory reference.
Thanks for the quick help
How can I submit changes I've made?
The bad news is it works in debug build but release with optimizations on still crashes on memory reference.
Thanks for the quick help
How can I submit changes I've made?
- 2013-03-20 14:42
- Forum: Developer discussions (mainly user-mode)
- Topic: Viewer crash when network error & dialogs
- Replies: 10
- Views: 16561
Re: Viewer crash when network error & dialogs
I added some more code to clean up when a file transfer is going on.
When I build a release, the network interruption still causes a crash. After lots of angst, I found that turning optimizations off in release build makes this problem go away.
How would you like to have code changes submitted?
Jim
When I build a release, the network interruption still causes a crash. After lots of angst, I found that turning optimizations off in release build makes this problem go away.
How would you like to have code changes submitted?
Jim
- 2013-03-17 01:04
- Forum: Developer discussions (mainly user-mode)
- Topic: Viewer crash when network error & dialogs
- Replies: 10
- Views: 16561
Re: Viewer crash when network error & dialogs
More info, building on vs 2012, testing on win 7 & 8
when options dialog is open, or a file transfer is active, the network disruption causes crash or hang.
When just the file transfer dialog is open it does shut down clean if you know the error dialog is behind the ft dialog.
when options dialog is open, or a file transfer is active, the network disruption causes crash or hang.
When just the file transfer dialog is open it does shut down clean if you know the error dialog is behind the ft dialog.
- 2013-03-16 14:28
- Forum: Developer discussions (mainly user-mode)
- Topic: Viewer crash when network error & dialogs
- Replies: 10
- Views: 16561
Viewer crash when network error & dialogs
Hi,
I'm a developer, working on fixing this problem:
If the server is killed or the network disconnects, etc. vncviewer cleans up properly unless a dialog is open. If the file transfer or options dialog is open, the shutdown logic crashes. The WM_CLOSE seems to delete some objects when they still ...
I'm a developer, working on fixing this problem:
If the server is killed or the network disconnects, etc. vncviewer cleans up properly unless a dialog is open. If the file transfer or options dialog is open, the shutdown logic crashes. The WM_CLOSE seems to delete some objects when they still ...
- 2013-02-05 04:05
- Forum: Olders
- Topic: Toggle Remote Input and Remote Blank Monitor it displays eye
- Replies: 5
- Views: 13039
Re: Toggle Remote Input and Remote Blank Monitor it displays
The remote screen blanking works correctly on windows 7, but in my testing on windows 8, it doesn't work.
When the remote screen gets the eye bmp, that's what the viewer also sees.
In all combinations of options, the remote mouse is working.
So the mouse is unaffected and the screen sharing is ...
When the remote screen gets the eye bmp, that's what the viewer also sees.
In all combinations of options, the remote mouse is working.
So the mouse is unaffected and the screen sharing is ...