File exception

Hello there,

I am receiving this error message when trying to open the software.

I’ve seen in other posts that its something to do with the XML, I don’t know if its because when I last saved it I still had my variables that were giving errors.

Thanks for all your help

SiorstilEp2GuestJudgeCocktailDress.smis (1.0 KB) CloseFittingDressAndLingerie_WinPg79_81.sm2d (20.6 KB)

2 Likes

Here’s your pattern back:

CloseFittingDressAndLingerie_WinPg79_81.sm2d (20.6 KB)

The crash happened when you created a group. For some reason, in older versions of Seamly, the images tag is before the groups tag in the .xml file, so all that I had to do is to drag the images tag to after the groups tag.

To avoid this from happening again, I suggest that you take a few minutes to install the latest update. You can do this by either following the link at the top of this page to download it, or to go to the About Seamly in the Help menu and clicking on the Check for Updates button.

1 Like

Thank you, that worked <3 And I updated

2 Likes

@Stephanie_C , something’s bothering me… Please tell me which pattern making book you’re using.

2 Likes

Sorry to bother you :frowning:

Winedfred Aldrich 6th edition

1 Like

Absolute balls of spelling her name… oops :joy:

I meant ‘Winifred’

1 Like

Oooh, ok. I thought it may be one of her’s but wasn’t sure. Now I’ll be able to sleep again. Thank you :smile:

1 Like

It’s from when Evans added the (baclgound) images to the xml file, and we didn’t realize that the < groups > and subsequently < images > were not being implicitly written to a new draft block. So it was posssible for the < images > tag to be written first. It’s out of order with the schema, and it throws the error. There was never an issue when there was just the < groups>. I fixed the issue by making sure an empty < groups/> and then < images/> is written when a new block was created.

4 Likes

Thank you @Douglas