Re: lisafsh bug in extract command

From: Ray Arachelian <ray_at_email.domain.hidden>
Date: Fri, 23 Mar 2007 11:50:29 -0500

Thank you, will fix this and include it in the next release.

Are you converting those fonts into usable ones on modern systems? If so, I'd love to get my hands on them (as opposed to getting screens shots from the emulator.)

Rebecca Bettencourt wrote:
> I found the exact cause of this bug!
>
> On line 801 of lisafsh-tool.c, this:
> fwrite(sec,(F->datasize-0xf0),1,fb);
>
> should be:
> fwrite(sec+0xf0,(F->datasize-0xf0),1,fb);
>
> You're writing the first 0x110 bytes / cutting off the last 0xF0 bytes
> of the sector, when you should be writing the *last* 0x110 bytes /
> cutting off the *first* 0xF0 bytes of the sector.
>
> Meanwhile, I just used the hex dumps in font.libf.text and
> font.heur.text to reconstruct the files. I'm on my way to fully
> decoding them.
>

--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "LisaList" group. To post to this group, send email to lisalist_at_email.domain.hidden To unsubscribe from this group, send email to lisalist-unsubscribe_at_email.domain.hidden For more options, visit this group at http://groups.google.com/group/lisalist?hl=en -~----------~----~----~----~------~----~------~--~--- Received on 2007-03-23 09:08:08

This archive was generated by hypermail 2.4.0 : 2020-01-13 12:15:21 EST