Re: CMC is not synching with CCC
Posted: Wed Jul 20, 2022 10:19 pm
Yay, awesome!mikemack wrote: Wed Jul 20, 2022 11:09 am I am not sure what the exact fix was but at some point after I massaged MyMovies Collection Management and reran the CCC Full Export the issue resolved itself.
I recommend doing this occasionally (i.e. quarterly). There's a bug in My Movies that if you trigger it, your newest file paths get corrupted. The earlier you discover it, the easier your cleanup. Your workflow may not trigger it, but mine does if I'm not careful. I've reported it to Binnerup, but never saw any response or resolution. That's one of the main reasons I added that validation tool. It can also come in handy if you lose a network share and want to discover what was on it, the validator will report any affected titles as having an invalid path.mikemack wrote: Wed Jul 20, 2022 11:09 am I also ran the Validate File Paths utility under CCC > Settings and that came back with all paths valid.
Yeesh, that's not a good one. The error accessing "00000000" means the software is trying to access a variable that isn't initialized/created. Even worse, it doesn't have pretty error handling messaging around it, so this error is occurring in an area I've not seen issues before. Worst case, I may have to make some code changes to figure out what's going on.mikemack wrote: Wed Jul 20, 2022 11:09 am This is the access violation error after the art caching error
But first, I need debug log files. With Debug logging enabled, do a Full Sync in CMC, and wait for the error to occur. Once it does, send me the log files.