----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 14, 2000 8:24 AM
Subject: [REBOL] What kind of memory?


> >> sd %/d/data/text/evil.txt
> ** Script Error: Not enough memory.
> ** Where: data: decompress source
> write src
> >>
>
> What kind of memory does this refer to? System Resources? I'm running
> Win98se on an Intel with 96mb of RAM...
>
> Thanks,
> Rachid
>

This is a fairly common error if something is wrong with the data you are
decompressing. Cryptic regarding the cause but probably quite accurate for
poor rebol trying to decompress it. (All the memory in the world wouldn't
help...)

Make sure you haven't converted your binary data to string or used read
instead of read/binary.

Cheers,

Allen K



>

Reply via email to