I am using Windows 7 Enterprise with Matrox PowerDesk software managing 12 monitors.
When I try to initiate a session with 8 or less monitors active I have no problems.
When I try to initiate a session with 9 or 10 monitors I can connect to the desired machine, enter credentials then the session ends with a prompt that suggests the program is no longer working. I cannot get VNC-log debug info to generate either so I can only get this from the Windows event viewer.
Faulting application name: vncviewer.exe, version: 1.1.9.0, time stamp: 0x517ec665
Faulting module name: vncviewer.exe, version: 1.1.9.0, time stamp: 0x517ec665
Exception code: 0xc0000409
Fault offset: 0x00000000000abf86
Faulting process id: 0xfd0
Faulting application start time: 0x01ce524e3abc907d
Faulting application path: C:\Apps\UltraVNC\vncviewer.exe
Faulting module path: C:\Apps\UltraVNC\vncviewer.exe
Report Id: 7e2f4ecf-be41-11e2-9230-24be05e19388
When I try to initiate a session with 11 or 12 monitors active the prompt comes up suggesting the application does not work and I get this in the event viewer.
Faulting application name: vncviewer.exe, version: 1.1.9.0, time stamp: 0x517ec665
Faulting module name: USER32.dll, version: 6.1.7601.17514, time stamp: 0x4ce7c9f1
Exception code: 0xc0000005
Fault offset: 0x0000000000020034
Faulting process id: 0x334
Faulting application start time: 0x01ce524ee2032f63
Faulting application path: C:\Apps\UltraVNC\vncviewer.exe
Faulting module path: C:\windows\system32\USER32.dll
Report Id: 20245e39-be42-11e2-9230-24be05e19388
Any suggestions that may help?
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
Viewer crashing with multi-monitors
- Rudi De Vos
- Admin & Developer
- Posts: 6865
- Joined: 2004-04-23 10:21
- Contact:
Re: Viewer crashing with multi-monitors
Seems hardcoded to 9-1=8
mymonitor monarray[9];
Changed in source, next update is wil be 15, I don't think there are pc with more then 14 screens
mymonitor monarray[9];
Changed in source, next update is wil be 15, I don't think there are pc with more then 14 screens
Re: Viewer crashing with multi-monitors
Where is the file that holds that info?
"Seems hardcoded to 9-1=8
mymonitor monarray[9];"
"Seems hardcoded to 9-1=8
mymonitor monarray[9];"
- Rudi De Vos
- Admin & Developer
- Posts: 6865
- Joined: 2004-04-23 10:21
- Contact:
Re: Viewer crashing with multi-monitors
display.h header contain the array size.