The VNC Manager - SmartCode Solutions Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


««123»»

ViewerX Crash when idle Expand / Collapse
Author
Message
Posted 12/8/2007 5:48:07 AM


Forum Guru

Forum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum Guru

Group: Forum Members
Last Login: 6/11/2008 9:04:42 PM
Posts: 51, Visits: 51
it's possible for you to send me a simple client project to test it in my solution? doing this we can know if the problem depends by my fault.
Maybe i wrong some configuration parameters.. i don't know..

Perhaps you could install a trial version of the VNC Manager? It uses ViewerX as built-in VNC clients and allows to configure all ViewerX settings.

Regards,
----
Alex Morozov
Chief Software Engineer
SmartCode Solutions

Post #1806
Posted 5/13/2008 1:27:20 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/23/2008 1:18:49 AM
Posts: 9, Visits: 15
Hi Alex

Apologies in the delay in getting back to you - I've tried running an overnight test with VNC Manager and this works ok.

The Access application still freezes up after 3 mins or so. The code I'm using is:

'Connect VNC Viewer
[IP].Value = [Form_Login]![txtIP].Value

'MsgBox ("Connecting to: " + [IP])
DoCmd.OpenForm "Connecting"
Pause (0.5)

Remote.Height = 6532
Remote.Width = 8709
Remote.HostIP = [IP].Value
Remote.MsPassword = "1hateRadmin"
Remote.MsUser = "UltraVNC"
Remote.MsDomain = "DBF"
Remote.Port = "5900"
Remote.Password = "car8bear"

If [View].Value = True Then

Remote.ViewOnly = True

Else

Remote.ViewOnly = False

End If

If [Stretch].Value = True Then

Remote.StretchMode = SSM_NONE

Else

Remote.StretchMode = SSM_FREE

End If

Remote.Connect
'End VNC

The ocx control is drag and dropped onto the Access form I'm using and is called Remote.
Post #2060
Posted 5/13/2008 4:05:30 AM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: 12/1/2008 10:30:35 PM
Posts: 836, Visits: 1,364
Kevin,
we will try to reproduce the problem with Access here. Let me ask you what ViewerX build number do you use? Also when you are trying to reproduce the problem, do you have Screen Stretching turned on? The reason I'm asking is because about 7 months ago there was a bug with screen stretching:  ViewerX wasn't releasing GDI handles. Eventially the client computer would run out of GDI handles and the application would freeze. So I'm wondering if this is the same problem that you are expirinecing.




Kindest Regards,
SmartCode Solutions Support
Post #2063
Posted 5/13/2008 12:10:14 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/23/2008 1:18:49 AM
Posts: 9, Visits: 15
Hi

I've just checked and I've got the StretchMode set to SSM_NONE so I guess not...

Is there any other config I should check?

Thanks

Kev
Post #2064
Posted 5/13/2008 8:29:03 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: 12/1/2008 10:30:35 PM
Posts: 836, Visits: 1,364
Kev,
I tried to create an Access application, but since it was my first ever attempt in Access programming it wasn't very successful Could you just send us some ready to use simple Access application, which could be used to reproduce the problem?



Kindest Regards,
SmartCode Solutions Support
Post #2066
Posted 5/14/2008 5:34:45 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/23/2008 1:18:49 AM
Posts: 9, Visits: 15
Hi

Here you go - all you need to do is put in the IP of the computer.

There's some code behind the connect button that's got the username etc...

If you need any help then let me know.

  Post Attachments 
New Microsoft Office Access Application.rar (93 views, 154.40 KB)
Post #2067
Posted 5/16/2008 12:57:17 AM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Administrators
Last Login: 12/1/2008 10:30:35 PM
Posts: 836, Visits: 1,364
Thanks! I ran the application in Access 2007. A remote computer had media player opened playing c:\windows\clock.avi file (this is kinda our ultimate test when we run overnight tests on ViewerX ). So anyway, I connected to the computer in using with screen stretching on and off and left the access running for about 10 minutes. In both cases the used memory amount stayed at pretty much value and Access didn't hang.

By the way, you didn’t answer, what ViewerX build number are you using?




Kindest Regards,
SmartCode Solutions Support
Post #2068
Posted 5/20/2008 6:18:29 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/23/2008 1:18:49 AM
Posts: 9, Visits: 15
Hi

I'm using version 2.9.

What we are experiencing is that when the supervisor is using this to quality monitor they get 2-4 calls in and then we get this looping memory crash.

This takes about 15 - 20 minutes - any chance you could rerun this test for say, 30 mins?

We are also using Access 2003.

Out of interest, what's the spec of your test machine?
Post #2073
Posted 5/20/2008 6:39:17 AM