Lameguy64 / mkpsxiso

ISO disc image maker written specifically for PlayStation homebrew development
GNU General Public License v2.0
223 stars 36 forks source link

errort create image with type="str" #9

Open ghost opened 5 years ago

ghost commented 5 years ago

in version mkpsxiso 1.21 error 111 IN VERSION 1.20 NO ERROR!!!

Lameguy64 commented 5 years ago

Can you show the first 8 bytes of the STR file in a hex editor? I'm going to use that information to improve the STR subheader check but I'm going to make it into a warning instead of an error in the next update.

Also, was the STR file encoded into the ISO image properly with previous versions of mkpsxiso?

ghost commented 5 years ago

01 01 48 00 01 01 48 00 (all str video files) In version 1.20 no error to create

Lameguy64 commented 5 years ago

Just released 1.22 that should fix this problem. Also made the subheader detection into a warning instead of a critical error.