:( Help error.
Blitz3D Forums/Blitz3D Programming/:( Help error.
| ||
![]() |
| ||
I have never seen this error... Maybe it is from the Ashadow lib ? |
| ||
perhaps from a recursive function call? |
| ||
Yes probably from a recursive function, a function calling itself too much time until the stack is full :Test() Function Test() Test() End Function Check if you have such functions and if everything is alright with them. |
| ||
Oops, Yes, apparently is an error with ashadows , and the same is true devil system will remove these libraries . |
| ||
Have you tried baking some shadows.If you are using shadows from one light source that might be the problem.(just a guess on my part) AShadow might have a limit on its shadows.Try baking some on the static objects,and use AShadow for moving objects. |