π‘ LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
Plugin won't load ("Stack Level Too Deep")
-
A user of one of my plugins is getting a 'Stack Level Too Deep' error when the plugin is loading. The plugin, thus, fails to load.
This is occuring using SketchUp 7 and Mac OS 10.5.8. Any ideas what the cause and solution is?
Thanks.
-
I ran into this with iterating loops. Methods that call them-selves. There's a limit for how many times you can let a method do that. This is not a SU or Ruby thing - it's something that happens with all languages. Search for stack level error / overflow for more info.
What's odd is that this occur when the plugin loads. Does it do some processing while it loads?
-
Advertisement