View Single Post
Old 02-20-2009, 07:20 PM   #65
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by Jean View Post
Unfortunately I still get an error message -- "Error: invalid PID checksum".
The usual reason for this is spaces in the filenames, for example the command:
Code:
pid_checksum file name1.prc file name2.prc XXXPIDXXXX
has 5 arguments and its 3rd argument is file. The pid_checksum script will detect that you are using 5 arguments by mistake, but mobidedrm just tells you that the PID checksum is wrong. The fix is to use quotes:
Code:
pid_checksum "file name1.prc" "file name2.prc" XXXPIDXXXX
wallcraft is offline   Reply With Quote