Page 1 of 2

(Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 1:22 am
by Tyion
Anyone gotten this? and is there a solution?

Image

Thanks Much

"Tyion"

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 3:22 am
by Christian Walther
Unfortunately, PyPRP is known to be a memory hog. That backtrace doesn't point at a particularly memory-hungry place, so your memory must have been filled up somewhere before that, and such problems are notoriously hard to debug.

Have you tried the suggestions made in other threads about memory errors?

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 3:54 am
by Tyion
A few of them. I've tried saving/closing blender/open blender/export but no luck. I've tried re-starting the PC itself, nothing, I've tried deleting the said mesh that caused the error, it just moves to another. The only other thing I have not tried is to replace a file with an updated one posted in the other memory error forums, i cant due to the fact that the links are dead. :(

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 4:18 am
by D'Lanor
The 1.5.0 release is pretty outdated by now. And it does not have Christian's memory fixes.

People should really install the bleeding edge version at this time. Under our new release management this version is not likely to break ages unexpectedly as it used to do in the past. :)

I have attached the trunk files from the latest revision (416) before the svn server went down.

PyPRP_r416.zip
(208.55 KiB) Downloaded 235 times

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 4:36 am
by Christian Walther
If nothing else helps, you may have to split the age into several pages, as Jonnee has done with Breldur.

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 5:10 am
by Tyion
How would I go about doing that?

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 6:00 am
by Christian Walther

Re: (Memory Error)-Help!

PostPosted: Sun Jun 14, 2009 6:17 am
by Tyion
Right on! I will deffinitly be trying this. thanks.

Re: (Memory Error)-Help!

PostPosted: Tue Jun 16, 2009 2:17 am
by Tyion
So, just to clarify (when making a page) it should look like this right?

Image


Image

Also question: 2- If I wanted to create another page could I name it the same name as page 1 but instead of puting 1 in the final feild put 2?

I guess what I mean is this

(example)
__________________

-index: 2
name: page_num

___________
del(string)(name: page_num( (2)

Re: (Memory Error)-Help!

PostPosted: Tue Jun 16, 2009 3:48 am
by diafero
The name of the pages as given in the "pages" list must be unique and should say what is in there. For example

Code: Select all
pages:
    - index: 0
      name: mainRoom
    - index: 1
      name: beachArea
    - index: 2
      name: mountainArea
(I chose the names not knowing at all what your age is about :D )