Page 1 of 1

SPACE_OBJECT weirdness?

Posted: Tue Aug 24, 2021 6:14 am
by stevelee67
getting a weird error message that in 24+ years, i've never seen:

saying something about "tree already in use. too late to use."

but the error resolves back to a DEFINE_SPACE_CELL

do space objects by any chance get stored somewhere while they are in progress? e.g., a temp folder?

Re: SPACE_OBJECT weirdness?

Posted: Tue Aug 24, 2021 10:47 am
by MarkD
I think the message means that you are trying to define a new space cell after you have read or written data to the space.

i.e. Once you read or write to a space you cannot subsequently try to alter the space's definition.

Re: SPACE_OBJECT weirdness?

Posted: Tue Aug 24, 2021 10:48 am
by MarkD
Also space objects are only ever stored in the memory of the process that created them.

Re: SPACE_OBJECT weirdness?

Posted: Wed Aug 25, 2021 12:02 am
by stevelee67
i was a little afraid of that re: only in memory.

it does eliminate one of the possible explanations.

we will have to research on the defining the cell.