TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Sample app freezes on Vista #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just downloaded the current stable version.

The app runs - logs me into MSN - I had MSN running - it showed that I was 
logged in twice. The sample showed my pic, and friends list - the log 
window showed all activity - seemed like it was working. But - the sample 
app window is non-responsive - can't do anything including stop the 
application - has to use the task manager to stop it.

Is this code stable and working ?

Original issue reported on code.google.com by bertb...@gmail.com on 7 Feb 2010 at 7:12

GoogleCodeExporter commented 9 years ago
Hello,

Before you click "sign in", stop the trace window. In some machine, the trace 
form 
will lead to freeze the application.

Original comment by freezing...@gmail.com on 7 Feb 2010 at 7:21

GoogleCodeExporter commented 9 years ago
I tried that - no change (trace form stopped - then also stopped and closed). I 
ran 
it in VS2008 - and found that it is hanging up in contacts.cs line 755:

        internal void SetStatus(PresenceStatus newStatus)
        {
            lock (syncObject)   <--- hangs on the lock

I'm running on Vista 64 bit

Original comment by bertb...@gmail.com on 7 Feb 2010 at 7:38

GoogleCodeExporter commented 9 years ago
Hello,

You are right, I fixed this in the developong version, but not in v3.0.
I just merge that right now. Please check it out in 
branches/MSNPSHARP_30_STABLE.

Thank you for your reporting!

Original comment by freezing...@gmail.com on 7 Feb 2010 at 7:46

GoogleCodeExporter commented 9 years ago
That fixed it. I see another issue with MPOPMode. The UI doesn't allow me to 
change 
AutoLogout - so if I have MSN running - MSNPSharp always auto logs out. I'll 
create a 
new issue.

Original comment by bertb...@gmail.com on 7 Feb 2010 at 7:59

GoogleCodeExporter commented 9 years ago
Hi,
So you want the UI provide an option to change the AutoLogout property?

Original comment by freezing...@gmail.com on 7 Feb 2010 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 10 Apr 2010 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 20 Sep 2010 at 10:40