- December 14, 2014
- 775
- 387
- Home Country
- Germany
I'll look into it.thats not good I faced this only once, when I wiped over the menu quickly by mouse. And I could not reproduce it. Are the freezes coming randomly or after certain actions?By the way, I often got freezes of the client when using BlueVision, something I did not know with other skin. It is related to the menu, I'm pretty sure
Yeah, according to the failure code the menu is the root cause.
@osre Can you have a look on this?
I guess it's most likely to happen when menus are changed too quickly.
That the GUI is not responding after that might be an "issue" in the AsyncMessageHandler. Didn't looked at it so far, but I guess it has a "infinte" Loop to process the Messages, and the exception is cought outside the Loop. By this, all exception which are not cought in "user code" will break the message handling.
@morpheus_xx Can you confirm this? Would it make sens to catch exceptions inside the loop? (assuming my guess is correct)