Page 1 of 1

BUILDCD Error 76 - Can't make ISO (tutorial not working)

Posted: April 17th, 2022, 2:50 am
by xluciferx
Hey guys,

I'm new to PSX dev. Some emulators can't run the .exe files that the tutorial generates, so I thought I could make a .iso file instead.

I followed the tutorial here:
http://www.psxdev.net/help/cdrom_mastering.html

I'm getting the following error messages when I run go.bat:
https://freeimage.host/i/VM6av1

When I look into the .CTI file for the errors shown at the corresponding line numbers it says nothing of the sort.
Any ideas?

Thanks,

xlx

Re: Can't make iso - tutorial not working

Posted: August 10th, 2022, 7:11 am
by masterg0r0
I recommend using Lameguy64's MKPSXISO program.
https://github.com/Lameguy64/mkpsxiso

Re: Can't make iso - tutorial not working

Posted: September 5th, 2022, 6:04 pm
by Shadow
xluciferx wrote: April 17th, 2022, 2:50 am When I look into the .CTI file for the errors shown at the corresponding line numbers it says nothing of the sort.
Any ideas?
That happens if your directory path is too long. It's a bug in the long filename parser logic since it was designed for MS-DOS with the 8.1 filename system. Try putting your project into something like "C:\Psy-Q\Projects\TEST" and it should work.

However yes, I highly recommend using LameGuy's MKPSXISO tool ;)