Hi,
Older versions did it too, like 1.2.2.4. It seems very sensative.
Regards,
Chris
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
Search found 103 matches
- 2019-12-04 08:56
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 2 - Download links
- Replies: 41
- Views: 37304
- 2019-12-02 07:24
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 2 - Download links
- Replies: 41
- Views: 37304
Re: 1.2.3.0 pre-release
Hi Rudi,
We have a problems that the vncviewer 1.2.3.0 is constantly disconnecting and reconnecting. We have some pretty slow connections. Is there criteria that can be changed to decide when to disconnect?
Regards,
Chris
We have a problems that the vncviewer 1.2.3.0 is constantly disconnecting and reconnecting. We have some pretty slow connections. Is there criteria that can be changed to decide when to disconnect?
Regards,
Chris
- 2019-10-20 13:29
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Polling Failsafe:
Fantastic, will test on Wednesday.
Black screen with no monitor:
We also found that the graphic card driver from NVIDIA has the possibility to make a virtual monitor (EDID). Tested it on Friday and it works.
Maybe, the other cards have this possibility too.
Fantastic, will test on Wednesday.
Black screen with no monitor:
We also found that the graphic card driver from NVIDIA has the possibility to make a virtual monitor (EDID). Tested it on Friday and it works.
Maybe, the other cards have this possibility too.
- 2019-10-17 13:30
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
We found that going back to an older display driver fixes it sometimes.
- 2019-10-17 06:46
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Thanks Nanobot for the suggestion.
Rudi, can you then at least switch over to polling if directx fails?
Rudi, can you then at least switch over to polling if directx fails?
- 2019-10-16 11:55
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Hi Rudi, After making a closer review, I find that in Image ‚Windows 10 LTSB 2016‘ (based on Windows 10 Enterprise 1607) winvnc works without a monitor, but in 'Long Term Servicing Channel‘-Version ‚Windows 10 LTSC 2019‘ (based on Windows Enterprise 1809) winvnc does not work any longer without a mon ...
- 2019-10-12 22:38
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
ok, thanks, but my biggest problem right now is the black screen when no monitor is attached by win 10. These are the same computers, just running win 10 now, and it worked with win 7. This is really important, without it, we can't use winvnc. Can you provide a debug ddengine dll so we can see if it ...
- 2019-10-12 09:19
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Do you have a recent debug version I can use and see what is happening?
- 2019-10-11 09:49
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Does winvnc require that the computer has a monitor?
I have tried, but without a monitor the latest winvnc and 1.2.2.4 show only black under win 10.
I have tried, but without a monitor the latest winvnc and 1.2.2.4 show only black under win 10.
- 2019-10-10 07:20
- Forum: Olders
- Topic: UltraVNC 1.2.3.0 preview 1 - Download links
- Replies: 61
- Views: 49306
Re: 1.2.3.0 preview
Hi Rudi, Currently in win 10 as service, winvnc is doing a check for UAC (registry SoftwareSASGeneration) which it not present, but the Service still Shows Login page and I can log in no Problem. - First Problem, Server brings a Dialog on Screen that no Body can see, and doesn't do anything more ...
- 2019-04-11 12:33
- Forum: Olders
- Topic: wait_for_existing_process stops more than one service
- Replies: 5
- Views: 5278
Re: wait_for_existing_process stops more than one service
ok, so using the above function, set the Event names like this. I have tested and it works, should I check it in? winvnc.cpp void SetEventNames() { DWORD ppid = GetParentWinVNCPID(); if (!ppid) { ppid = GetCurrentProcessId(); } sprintf(g_szGlbSessEvt, "Global\\SessionEvent_%d", ppid); sprintf(g ...
- 2019-04-11 07:22
- Forum: Olders
- Topic: wait_for_existing_process stops more than one service
- Replies: 5
- Views: 5278
Re: wait_for_existing_process stops more than one service
I have a function that I wrote to get the parent winvnc.exe pid that we could use to create all the global event names for Services. The Service could CreateEvent names with it's PID and the children would also create the global Event names from the parent pid, and both parent and child can use ...
- 2019-04-11 05:45
- Forum: Olders
- Topic: wait_for_existing_process stops more than one service
- Replies: 5
- Views: 5278
Re: wait_for_existing_process stops more than one service
ok, well then it Needs more in the Name "Global\\SessionEventUltra", so that it and the process that it creates get monitored and not all instances of winvnc Server.
- 2019-04-10 08:40
- Forum: Olders
- Topic: wait_for_existing_process stops more than one service
- Replies: 5
- Views: 5278
wait_for_existing_process stops more than one service
Hi Rudi, The new function wait_for_existing_process(); in service.cpp monitor_sessions_RDP hangs when more than one winvnc Service is running. I commented it out and everything runs as before. Do we need this function? What purpose does it provide? Is there a Chance that the "Global ...
- 2018-11-26 13:06
- Forum: Olders
- Topic: Problem with repeater
- Replies: 37
- Views: 28260
Re: Problem with repeater
Sounds to me like a threading problem.
- 2018-11-24 12:27
- Forum: Olders
- Topic: UltraVNC viewer bug
- Replies: 1
- Views: 2538
Re: UltraVNC viewer bug
This has already been fixed in 1.2.2.4, I hope
- 2018-11-19 12:47
- Forum: Olders
- Topic: 1.2.2.4 pre-release
- Replies: 26
- Views: 28456
Re: 1.2.2.4 pre-release
r1191 - Mirror driver button correct with Win 7 and uvnc_settings
- 2018-11-17 07:23
- Forum: Olders
- Topic: 1.2.2.4 pre-release
- Replies: 26
- Views: 28456
Re: 1.2.2.3 pre-release
You can find the zipped exe (win7/10 x64) at http://www.resource-solutions.de/ultra/winvnc.zi_p for revision 1189.
- 2018-11-16 12:54
- Forum: Olders
- Topic: 1.2.2.4 pre-release
- Replies: 26
- Views: 28456
Re: 1.2.2.3 pre-release
Mouse position fixed in r1189
- 2018-11-09 20:30
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
Could you please describe your setup? Especially in terms of main monitor, second monitor positioning.
- 2018-11-08 14:24
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
I have not uploaded a viewer, but I guess I can until Rudi has the chance to make a new official version.
File from http://www.resource-solutions.de/ultra/vncviewer.zi_p for r1179
File from http://www.resource-solutions.de/ultra/vncviewer.zi_p for r1179
- 2018-11-08 14:05
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
auto size problem fixed in r1179
- 2018-11-07 17:11
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
Ok, I can reproduce it. If you move any of the sides, after Auto size, then it shrinks to the correct size.
- 2018-11-07 13:14
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
@Lucent, maybe I missed it, but could you explain your scaling bug and how to reproduce it?
- 2018-11-06 14:06
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
@Lucent, please try the exe from the zip.
- 2018-11-06 12:57
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
@Rudi, the date of the winvnc.exe in the zip is from 2018-10-31, it couldn't have had r1178.
- 2018-11-06 09:39
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
@Lucent and Skyfighter, can you test with Rudi's build, thanks?
- 2018-11-05 18:22
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
Ok, fixed in r1178
You can find the zipped exe (win7/10 x64) at http://www.resource-solutions.de/ultra/winvnc.zi_p for revision 1178.
You can find the zipped exe (win7/10 x64) at http://www.resource-solutions.de/ultra/winvnc.zi_p for revision 1178.
- 2018-11-04 14:44
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
Fantastic, great to hear it works!
Yes, I will look. I think the zip files are done so the transfer is smaller, but not if the wrong files get zipped.
Yes, I will look. I think the zip files are done so the transfer is smaller, but not if the wrong files get zipped.
- 2018-11-04 12:25
- Forum: Olders
- Topic: UltraVNC 1.2.2.3 - Download links
- Replies: 62
- Views: 78285
Re: 1.2.2.3 pre-release
OK, now I got it!
You can find the zipped exe (win7/10 x64) at http://www.resource-solutions.de/ultra/winvnc.zi_p for revision 1177.
Skyfighter, please test.
You can find the zipped exe (win7/10 x64) at http://www.resource-solutions.de/ultra/winvnc.zi_p for revision 1177.
Skyfighter, please test.