Corrupted when making dcp on Dom

Anything and everything to do with DCP-o-matic.
dcpmaker
Posts: 32
Joined: Thu Apr 19, 2018 1:58 am

Corrupted when making dcp on Dom

Post by dcpmaker »

Hi, I'm using Dom to package a 3D DCP and it crashed down. I debug and found that it crashed in line 744 of writer.cc.

Code: Select all

DCPOMATIC_ASSERT (i < _reels.size ());
And in this case, i=1 and _reels.size ()=1 . I think it occured when mxf is produced and about to make xmls.

So what should I do to fix it?

Thank you!
dcpmaker
Posts: 32
Joined: Thu Apr 19, 2018 1:58 am

Re: Corrupted when making dcp on Dom

Post by dcpmaker »

What's more, I found that if I edit the "Timing" tab to trim from start, making dcp failed. And if I trim from end, it would be OK.
carl
Site Admin
Posts: 2362
Joined: Thu Nov 14, 2013 2:53 pm

Re: Corrupted when making dcp on Dom

Post by carl »

Can you post / email your metadata.xml and say what version you are using?
dcpmaker
Posts: 32
Joined: Thu Apr 19, 2018 1:58 am

Re: Corrupted when making dcp on Dom

Post by dcpmaker »

I've just sent you the email.
dcpmaker
Posts: 32
Joined: Thu Apr 19, 2018 1:58 am

Re: Corrupted when making dcp on Dom

Post by dcpmaker »

Hi, is there any progress on this issue? Or what else can I do to prevent it from happening?
Thanks!
carl
Site Admin
Posts: 2362
Joined: Thu Nov 14, 2013 2:53 pm

Re: Corrupted when making dcp on Dom

Post by carl »

Have you tried the latest test versions? There have been some fixes related to 3D there.