[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 Mar 1, 5:00 pm, fadden <fad...@android.com> wrote:
> 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/ap...
>
> Somehow the pointer to the disk filesystem object isn't getting set
> after the format-picker dialog.

Hi Andy, did you make any headway with this problem?

I can reproduce a similar problem updating a 128MB SDCard in my
Windows XP machine.

1) Take one 128MB SD/MMC Card and zero it out with Data LifeGuard
Tools from Western Digital.

2) Open volume copier in Ciderpress 3.01

3) Select device and restore a 64MB CFFA partition from Rich's
distribution CD Image.

4) Open the volume. All looks well.

5) Attempt to add 4KB file to the root directory of the first volume
and then an assertion msg appears. http://dl.dropbox.com/u/2238318/Ciderpress_Crash_001.jpg

6) Try to abort and get another msg - http://dl.dropbox.com/u/2238318/Ciderpress_Crash_002.jpg

7) Try to reopen the volume and it's trashed.

Help