Thread overview
Assert Failure when running Librarian demo.
Aug 11, 2008
Mike James
Aug 11, 2008
Frank Benoit
Aug 11, 2008
Mike James
August 11, 2008
Hi,

I have built the jface demos but when I run the Librarian demo I get an assert failure:

C:\dwt-samples\jface>librarian tango.core.Exception.AssertException@c:\dmd\bin\..\import\tango\util\container\CircularList.d(156): Assertion failure

The DMD is version 1.033 and Tango is 0.997.

Regards, Mike.
August 11, 2008
Mike James schrieb:
> Hi,
> 
> I have built the jface demos but when I run the Librarian demo I get an assert failure:
> 
> C:\dwt-samples\jface>librarian
> tango.core.Exception.AssertException@c:\dmd\bin\..\import\tango\util\container\CircularList.d(156): Assertion failure
> 
> The DMD is version 1.033 and Tango is 0.997.
> 
> Regards, Mike.

I did a workaround in dwt-addons and the new tango ticket 1237.
August 11, 2008
Frank Benoit Wrote:

> I did a workaround in dwt-addons and the new tango ticket 1237.

Thanks.

Regards, Mike.