[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using CiderPress to copy a volume image to a card formatted for Windows...



On Feb 20, 3:34 pm, "Michael J. Mahon" <mjma...@aol.com> wrote:
> Almost immediately, I got an error attempting to write to block 0.
>
> CiderPress had an Assertion failure:
>
> Program: ...
> File: C:\Src\CiderPress\app\VolumeCopyDialog.cpp
> Line: 205
>
> Expression: fpDiskFS == nil
>
> This seems a likely response to Vista refusing to write to block 0...

No, this is most likely a bug in my code. :-(  It shouldn't be failing
on an assertion after an I/O failure.

  http://ciderpress.cvs.sourceforge.net/viewvc/ciderpress/CiderPress/app/VolumeCopyDialog.cpp?revision=1.1.1.1&view=markup

Somehow the pointer to the disk filesystem object isn't getting set
after the format-picker dialog.