Disk Representative corrupted?

1999-10-28 Thread Tatcha Chulajata
Dear, I'm using Classic Ptolemy version 0.7p1. I have built an already big simulation block. Unfortunately, I got a message "octOpenRelative: The disk representation is corrupted." when I tried to run or compile. It happened, however, after I successfully ran the simulation many times.

Re: Disk Representative corrupted?

1999-10-28 Thread Christopher Hylands
The error likely comes from oct_do_open_with_desc() in src/octtools/Packages/oct/facet_open.c: if (!oct_restore(file_handle, desc)) { fsys_close(file_handle); oct_error("The disk representation is corrupted"); return OCT_ERROR; }