View Bug Details

IDProjectCategoryView StatusLast Update
0002124DCP-o-maticBugspublic2023-09-01 21:52
Reportercarl Assigned Tocarl  
PrioritynormalSeverityblockReproducibilityhave not tried
Status closedResolutionfixed 
Summary0002124: DCPs from 2.15.x do not play on Sony SRX 320 Projectors with LMT 3000
Description

Possibly the bug also seen by Jim.

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredUndecided

Activities

carl

2021-12-29 23:49

administrator   ~0004741

Emailed about this on 29/12/21.

carl

2022-01-17 13:38

administrator   ~0004778

This may be the same as another user is seeing:

Sony SRX 320 Projectors with LMT 3000
Anything from 2.14.x seems to work (SMPTE + Interop), anything from 2.15.x does not.

Tested DCPs made by me with 2.15.16, 2.15.183 (bad) and 2.14.56 (good)

carl

2022-01-17 13:39

administrator   ~0004779

Tried removing markers (f33243f9a0d2958c0e10461d1cc5e5a3eb1c216f in sony branch) but some different error occurred - possibly something funny about that DCP.

carl

2022-01-17 13:39

administrator   ~0004780

Last edited: 2022-01-17 14:14

Tried importing the 2.15.183 DCP into a project in 2.14.57, sent as made214assets215. That works.

carl

2022-01-17 15:16

administrator   ~0004781

a22f917a520ec450055b7033ecded84dae190a9b works - no markers, <ContentVersion> labels and <AnnotationText> in reels filled in.

carl

2022-01-17 15:29

administrator   ~0004782

b7bb04a585562d895898984fc086e3de8f93f105 does not work - no markers.

carl

2022-01-17 15:45

administrator   ~0004783

Last edited: 2022-01-17 15:45

521f7a364a0c797eeac224a5f01eaeff8b6365c7 works - includes markers and has <ContentVersion> labels and <AnnotationText>

carl

2022-01-17 16:05

administrator   ~0004784

Would appear that this fixes it:

cah@client1455:~/src/dcpomatic$ git diff v2.16.x
diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc
index 78148d18f..582e6a7db 100644
--- a/src/lib/reel_writer.cc
+++ b/src/lib/reel_writer.cc
@@ -571,6 +571,7 @@ ReelWriter::create_reel_picture (shared_ptr&lt;dcp::Reel> reel, list&lt;ReferencedReel
                reel_asset->asset_ref()->set_hash (reel_asset->hash().get());
        }

+       reel_asset->set_annotation_text (&quot;hello&quot;);
        return reel_asset;
 }

@@ -618,6 +619,8 @@ ReelWriter::create_reel_sound (shared_ptr&lt;dcp::Reel> reel, list&lt;ReferencedReelAs
                }

        }
+
+       reel_asset->set_annotation_text (&quot;hello&quot;);
        reel->add (reel_asset);
 }

carl

2022-01-17 17:39

administrator   ~0004785

Also removing the tags works.

carl

2022-01-17 19:05

administrator   ~0004786

Removed empty AnnotationText tags via a libdcp bump in df34292525addcd497aed990fd606186b6ff5dbd

carl

2022-01-17 19:06

administrator   ~0004787

Should add this to the verifier.

carl

2022-01-18 21:29

administrator   ~0004792

Fix is hopefully in 2.15.186.

carl

2022-01-18 21:37

administrator   ~0004795

Just need acknowledgement from the new reporter and Jim to check.

carl

2022-01-19 16:50

administrator   ~0004800

Confirmed fixed by the new reporter.

Carsten

2022-02-03 18:35

manager   ~0004842

This is all unencrypted SMPTE, right?

carl

2022-02-03 19:10

administrator   ~0004843

Unencrypted SMPTE and Interop, I believe.

carl

2022-02-14 10:14

administrator   ~0004866

Unhooking from 2.16.1 as no feedback is yet forthcoming.

carl

2022-09-16 23:12

administrator   ~0005205

Assuming resolved.

Bug History

Date Modified Username Field Change
2021-11-15 10:37 carl New Bug
2021-12-13 22:29 carl Tag Attached: showstopper
2021-12-13 22:29 carl Tag Detached: showstopper
2021-12-29 23:49 carl Note Added: 0004741
2021-12-29 23:49 carl Assigned To => carl
2021-12-29 23:49 carl Status new => acknowledged
2022-01-17 13:38 carl Note Added: 0004778
2022-01-17 13:39 carl Note Added: 0004779
2022-01-17 13:39 carl Note Added: 0004780
2022-01-17 14:14 carl Note Edited: 0004780
2022-01-17 15:16 carl Note Added: 0004781
2022-01-17 15:16 carl Summary Jim's sony bug => DCPs from 2.15.x do not play on Sony SRX 320 Projectors with LMT 3000
2022-01-17 15:16 carl Description Updated
2022-01-17 15:16 carl Estimated work required => Undecided
2022-01-17 15:29 carl Note Added: 0004782
2022-01-17 15:45 carl Note Added: 0004783
2022-01-17 15:45 carl Note Edited: 0004783
2022-01-17 16:05 carl Note Added: 0004784
2022-01-17 17:39 carl Note Added: 0004785
2022-01-17 19:05 carl Note Added: 0004786
2022-01-17 19:06 carl Note Added: 0004787
2022-01-18 21:29 carl Note Added: 0004792
2022-01-18 21:37 carl Note Added: 0004795
2022-01-19 16:50 carl Note Added: 0004800
2022-01-21 22:52 carl Status acknowledged => feedback
2022-02-03 18:35 Carsten Note Added: 0004842
2022-02-03 19:10 carl Note Added: 0004843
2022-02-04 21:10 carl Target Version 2.16.0 => 2.16.1
2022-02-14 10:14 carl Target Version 2.16.1 => 2.16.x
2022-02-14 10:14 carl Note Added: 0004866
2022-05-05 23:29 carl Target Version 2.16.x =>
2022-09-16 23:12 carl Status feedback => resolved
2022-09-16 23:12 carl Resolution open => fixed
2022-09-16 23:12 carl Note Added: 0005205
2023-09-01 21:52 carl Status resolved => closed