"BACKUP DISK" function and CE-35486-6 PS4 Error Code

The place to discuss linux version of MakeMKV
Post Reply
nicopelle
Posts: 11
Joined: Fri Feb 20, 2009 8:51 am

"BACKUP DISK" function and CE-35486-6 PS4 Error Code

Post by nicopelle »

Hi to all.
I've just tried to backup a bluray disk (Game of thrones, season3 disk 1) using BACKUP DISK function of Makemkv 1.10.8, on ubuntu 17.10 x64 environment, compiling from tar.gz packages provided by the official site, of course.
All fine, but when i play the backup copy on ps4 (this is my unique bluray player @home right now) i received this error:
CE-35486-6 - Unable to play disk.

Looking for on knowledge base Sony ;) i've discovered this:
https://www.playstation.com/en-gb/get-h ... e-35486-6/

Of course is not true, because the bluray disk is shining&perfect.

Backing up with dvdfab or redfox there aren't any troubles.
What's am i wronging ? Where is my fault ?

Thanks for your effort, for your patience and for your work,
Nicola.
Woodstock
Posts: 9912
Joined: Sun Jul 24, 2011 11:21 pm

Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code

Post by Woodstock »

Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
nicopelle
Posts: 11
Joined: Fri Feb 20, 2009 8:51 am

Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code

Post by nicopelle »

Woodstock wrote:Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
No errors, the backup was successfully completed.
Yes, of course, files were been decrypted.
The iso was produced by this command:

genisoimage -v -iso-level 3 -allow-limited-size -J -r -V "GAME OF THRONES S03D1" -o /home/nicola/Video/S3D1.iso /E/MAKEMKV_DUMP/GOT_S3_B5A_DISC1/
andreapetrucci
Posts: 7
Joined: Mon Oct 17, 2016 9:25 am

Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code

Post by andreapetrucci »

nicopelle wrote:
Woodstock wrote:Did the backup process show any error messages? Did you decrypt the files as it was being backed up?
No errors, the backup was successfully completed.
Yes, of course, files were been decrypted.
The iso was produced by this command:

genisoimage -v -iso-level 3 -allow-limited-size -J -r -V "GAME OF THRONES S03D1" -o /home/nicola/Video/S3D1.iso /E/MAKEMKV_DUMP/GOT_S3_B5A_DISC1/
Hi, I don't think genisoimage (or mkisofs or xorriso) can generate proper bluray-video discs.
On the faq /faq/ tsmuxer is recommended. You can find it here http://forum.doom9.org/showthread.php?t=168539.
Imgburn should also work using wine.
nicopelle
Posts: 11
Joined: Fri Feb 20, 2009 8:51 am

Re: "BACKUP DISK" function and CE-35486-6 PS4 Error Code

Post by nicopelle »

Probably the solution is :

1. Copy 1:1 disk by "BACKUP DISK" function of MakeMKV, checking "DECRYPT" function (of course).
2. create the iso using:

Code: Select all

mkisofs -udf -input-charset utf-8 -V "HANCOCK_EXTENDED_CUT_BD50" -o /home/nicola/Video/HANCOCK_EXTENDED_CUT_BD50.iso /home/nicola/Video/backup/HANCOCK
3. burning the iso using:

Code: Select all

growisofs -speed=6 -dvd-compat -Z /dev/sr0=/home/nicola/Video/HANCOCK_EXTENDED_CUT_BD50.iso 
(of course i've used HANCOCK disk as sample)

Proceeding in this way, the backup disk play flawless

P.S: you need more or less 100Gb on hdd.
Post Reply