I think there's been a bug introduced sometime between 2.12.13 and 2.13.102 (I'm running 64 bit)
The following command...
dcpomatic2_kdm_cli.exe --certificate "Y:\my\license.pem" -f now -d "2 weeks" -o "Y:\my\kdm.xml" "Y:\my\dom\path"
...yields a KDM as expected with 2.12.13. But with 2.13.012 I get this:
-
dcpomatic2_kdm_cli.exe bug
-
- Posts: 13
- Joined: Tue Jan 15, 2019 1:52 pm
Re: dcpomatic2_kdm_cli.exe bug
I can confirm that by switching between the two versions I can create an encrypted DCP (2.13.012) and the accompanying KDM (2.12.13), although I do have to do a text replace in metadata.xml to roll the DOM version back to 36.
I have also encountered another minor bug. It appears dcpomatic2_kdm_cli.exe doesn't like longer paths. If I use a big old isdcf naming convention for a DOM project directory, eg...
X:\myDomProjects\StarDogAndTurb_TSR-2D-24_F_EN-XX_UK-NR_20_2K_NULL_20190115_NUL_IOP_OV
Then try to write the kdm in a subDir of that it will fail. If I reduce the size of the dir name it will succeed.
I have also encountered another minor bug. It appears dcpomatic2_kdm_cli.exe doesn't like longer paths. If I use a big old isdcf naming convention for a DOM project directory, eg...
X:\myDomProjects\StarDogAndTurb_TSR-2D-24_F_EN-XX_UK-NR_20_2K_NULL_20190115_NUL_IOP_OV
Then try to write the kdm in a subDir of that it will fail. If I reduce the size of the dir name it will succeed.
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: dcpomatic2_kdm_cli.exe bug
What happens when it fails with a long path? Do you get an error?
What sort of filesystem is drive X: ?
What sort of filesystem is drive X: ?
-
- Posts: 13
- Joined: Tue Jan 15, 2019 1:52 pm
Re: dcpomatic2_kdm_cli.exe bug
The process executes without error but no kdm file appears.
It's a Linux server, XFS I think. Samba share to windows 7 64 workstation.
It's a Linux server, XFS I think. Samba share to windows 7 64 workstation.
-
- Posts: 13
- Joined: Tue Jan 15, 2019 1:52 pm
Re: dcpomatic2_kdm_cli.exe bug
Possibly just clipping the path?
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: dcpomatic2_kdm_cli.exe bug
Could you just try it onto a local drive?
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: dcpomatic2_kdm_cli.exe bug
The "entry point not found" should be fixed in .103
-
- Posts: 13
- Joined: Tue Jan 15, 2019 1:52 pm
Re: dcpomatic2_kdm_cli.exe bug
Thanks Carl, I'll try this out in the morning and let you know.
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: dcpomatic2_kdm_cli.exe bug
Great. Actually it will be .104 now. It should let you do
Let me know how you get on!
Code: Select all
dcpomatic2_create --threed --left-eye left_content --right-eye right_content
-
- Posts: 13
- Joined: Tue Jan 15, 2019 1:52 pm
Re: dcpomatic2_kdm_cli.exe bug
Hi Carl,
The 3D option works a treat! Thank you.
I am no longer getting the entry point error but I am still encountering issues generating a kdm with .104 though. I'm currently creating the dom project and encoding with .104 and switching back to 2.12.13 for kdm creation. I will try and flesh that out a bit and report back.
Jan.
The 3D option works a treat! Thank you.
I am no longer getting the entry point error but I am still encountering issues generating a kdm with .104 though. I'm currently creating the dom project and encoding with .104 and switching back to 2.12.13 for kdm creation. I will try and flesh that out a bit and report back.
Jan.