Spin Tool "Run Time Memory Error" but program has more than 5,000 longs free
vanmunch
Posts: 568
Hey Everyone,
I was wondering if someone could share some light on what is going on. I'm trying to work on a program that should only take up about 3K longs, but I keep getting a "Run time memory Error" saying that the "object exceeds run time memory limit by 758 longs" Is this a known bug with Propeller tool 1.3? I've never had this before and there is plenty of memory left. I haven't had any trouble with much larger programs working...
Anyone else ever have this happen?
I appreciate your thoughts.
Dave
I was wondering if someone could share some light on what is going on. I'm trying to work on a program that should only take up about 3K longs, but I keep getting a "Run time memory Error" saying that the "object exceeds run time memory limit by 758 longs" Is this a known bug with Propeller tool 1.3? I've never had this before and there is plenty of memory left. I haven't had any trouble with much larger programs working...
Anyone else ever have this happen?
I appreciate your thoughts.
Dave
Comments
-Phil
Hey Phil, can I Email it to you? I'me just starting to combine two different programs and it looks terrible. It gives me the same error when I try to archive it and I just tried it with 1.3.2.
Dave
-Phil
I normally don't mind posting my code for everyone to use, but this is for a commercial project and I believe that anything posted to the forums is automatically "open"? If that's no good, I'll just slog on by myself. It's probably a "one in a million" or I've done something goofy. I'm sure I'll figure out a work around.
Thanks,
-Phil
I discovered two other people who had the same problem 6 and 4 years ago. It turns out that the the DAT section isn't tabulated and mine (and theirs) use the graphics object with over sized buffering. I just reduced the size of the buffer a bit and everything is good.
Dave