[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: java.lang.UnsatisfiedLinkError:IsHungAppWindow


The source of this issue seem to be all JFace Dialogs I am using in my application. A user complains about hangs and unresponive GUI when
opening JFace dialogs.


Since I am using an old (standalone) version of JFace, could it be
that recent changes in SWT have broken with that JFace version. Any
ideas what change could be the source? Maybe the fix for Display#update()?

Ben

Hi,

I am recently getting the UnsatisfiedLinkError: IsHungAppWindow

I never saw this error before. According to MSDN, this tells me
that the Application was not responding for some time. But why
is this resulting in an SWTException?

Ben