Winclone non porta a termine bootcamp windows 10 1903

I own a mac 27, with fusion disk, with APFS, I purchased Winclone standard 7,3,4, made two image creation and they went well, tried to do another image cloning with bootcamp windows 10 version 1903, I can’t do it, not it gives me no error, but it does not carry out an operation.

That is strange. Try looking at the log by running this command in Terminal:

log show --style syslog --predicate ‘process contains[cd] “Winclone”’ --info --last 2d

(you can adjust the argument of “2d” from 2 days to other time periods that you want the log, like “10m” for the last 10 minutes or 3h for the last 3 hours).

tim

iMac-di-renzo:~ renzoguccini$ log show --style syslog --predicate ‘process contains[cd] “Winclone”’ --info --last 2d

log: Bad predicate (Unable to parse the format string “‘process”): ‘process

iMac-di-renzo:~ renzoguccini$

Check the quotes. It looks they got converted to other type of quotes.

tim