The first thing I found out was that most errors like this
"C:\Users\Username\AppData\Local\Maxthon\Application\User Data\Crashpad\attachments\11ff1a7b-0092-4792-8340-2614933d1cab: The file specified cannot be found. (0x2)"
comes from the fact that the link points out to the attachments directory not reports
it should be
"C:\Users\Username\AppData\Local\Maxthon\Application\User Data\Crashpad\reports\11ff1a7b-0092-4792-8340-2614933d1cab"
they reside in the reports directory while the debugger is trying to find them in the attachments directory which is not the correct one