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

The message you are seeing is coming from Java.  What this means is that
they are running an old version of the SWT dll that doesn't match the SWT
jars.  The old dll doesn't have the entry point for this function.

"Benjamin Pasero" <bpasero@xxxxxxxxxx> wrote in message
news:d76rhm$9uq$1@xxxxxxxxxxxxxxxxxxx
>
> 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