Aspose Slides 16.11.0 - Color not yet resolved. BUG

Works with Slides 16.9.0. After updating to Slides 16.11.0 I get the following error message for all my presentations while trying to generate a thumbnail.

class com.aspose.slides.ms.pbdb106a0.co: Color is not resolved yet.
com.aspose.slides.kt.do(Unknown Source)
com.aspose.slides.kt.do(Unknown Source)
com.aspose.slides.kt.do(Unknown Source)
com.aspose.slides.afm.do(Unknown Source)
com.aspose.slides.aez.do(Unknown Source)
com.aspose.slides.zb.do(Unknown Source)
com.aspose.slides.yr.do(Unknown Source)
com.aspose.slides.adb.int(Unknown Source)
com.aspose.slides.adb.getBackgroundFillStyles(Unknown Source)
com.aspose.slides.Background.if(Unknown Source)
com.aspose.slides.Slide.do(Unknown Source)
com.aspose.slides.Slide.do(Unknown Source)
com.aspose.slides.Slide.do(Unknown Source)
com.aspose.slides.Slide.if(Unknown Source)
com.aspose.slides.Slide.getThumbnail(Unknown Source)
org.fbs.ability.core.io.DocumentConverter.powerPointToImage(DocumentConverter.java:482)

Here is my simple code:
Presentation presentation = new Presentation(inputStream);
ISlide slide = presentation.getSlides().get_Item(page);
return slide.getThumbnail(scaleX, scaleY);

Hi Thomas,


I have observed your comments. Can you please share source presentation so that we can investigate issue in details to help you out.

Best Regards,

Seems to be the case for empty presentations, created with the previous version.

I have to correct my previous statement. All my presentations lead to this bug.


Please have a look at the attached pptx.
Hi Thomas,

I have observed your comments A ticket with ID SLIDESJAVA-35801 has been created in our issue tracking system to investigate and resolve the issue. This thread has been associated with the ticket so that we may share the notification with you once issue will be fixed.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-35801) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.