This is down to a small bug where makerom tries to close romfs_decrypted.bin, after it's already been closed. Comment out ncch.c:130 from latest git HEAD and try again, and you should find that it works. :) Need to do further testing on this, but if it seems stable, I'll make a pull request and...