-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Descriptor Set Terminators must be set to 1, not 0 #5
Comments
I totally missed this issue. I'll take a look and see if I can update the VDST value. Edit: also I'd check if PS3 backup managers work correctly if the ISOs have VDST=1 before doing any changes. Because in the end, the main goal is to use these ISOs on the PS3, and if managers expect the value to be zero, then it would be a headache. |
I'm not sure, but it seems that the value is actually set to 1 here? ps3iso-utils/makeps3iso/makeps3iso.c Line 2196 in 8780909
|
I don't know the internal structure of DVDs well enough to tell if that is the VDST that pycdlib complained about or if it is a different field. |
Makeps3iso currently creates ISO images with VDST==0, which is invalid. It has to be set to 1.
The python library pycdlib has a workaround for this issue: clalancette/pycdlib#99
but this should also be fixed in makeps3iso since other tools might also do this check to validate the ISO and break.
The text was updated successfully, but these errors were encountered: