Note that there are some explanatory texts on larger screens.

plurals
  1. USCodeMonkey
    primarykey
    data
    text
    plurals
    1. COAny update or real answers to this? I'm experiencing this problem a lot now. It seems to lock a device, not an account. It doesn't matter which of my accounts I try to log in with, the device itself simply won't log in while my other one will. It has also happened to both devices just not simultaneously. I feel like it might have something to do with improper cleaning up. It seems to happen to the device which was left in a room alone when the other device left. Perhaps I just need to tell it to disconnect as well? Seems like it would disconnect just fine when I exit like the other device...
      singulars
    2. COOh! I think I understand what you're saying now. Is it true then that "private Boolean bawb = true" is the same instance as "private Boolean phred = true" and would only differ from each other if one was false? That would definitely account for the problem!
      singulars
    3. COI did use the debugger and found where my two threads were deadlocked. One was deadlocked on animationObject and the other on drawObject. The one locked at animationObject does indeed hold the drawObject, but the other does not hold the animationObject thus there should be no deadlock. If there is a method of seeing who "holds the lock" that would be great but I don't know how beyond seeing where the threads are locking. I'm not sure I fully understand what you mean about the Booleans, but I will attempt new Object() and see if it makes a difference. Thanks!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload