Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Cobalt on July 27, 2014, 04:07:15 PM
-
Console is getting spammed with this, was there a patch and I'm not updated (3.62 svn 209) or is this a new bug?
Lua Error: [ERROR] stack overflow 1. isstring - [C]:-1
2. fn - addons/ulib/lua/ulib/shared/hook.lua:182
3. fn - addons/ulib/lua/ulib/shared/hook.lua:183
4. fn - addons/ulib/lua/ulib/shared/hook.lua:183
5. fn - addons/ulib/lua/ulib/shared/hook.lua:183
6. fn - addons/ulib/lua/ulib/shared/hook.lua:183
7. fn - addons/ulib/lua/ulib/shared/hook.lua:183
8. fn - addons/ulib/lua/ulib/shared/hook.lua:183
9. fn - addons/ulib/lua/ulib/shared/hook.lua:183
10. fn - addons/ulib/lua/ulib/shared/hook.lua:183
11. fn - addons/ulib/lua/ulib/shared/hook.lua:183
12. fn - addons/ulib/lua/ulib/shared/hook.lua:183
13. fn - addons/ulib/lua/ulib/shared/hook.lua:183
14. fn - addons/ulib/lua/ulib/shared/hook.lua:183
15. fn - addons/ulib/lua/ulib/shared/hook.lua:183
16. fn - addons/ulib/lua/ulib/shared/hook.lua:183
-
This is the first I've seen anything like this. It would appear you have an addon of some kind that has a hook that calls itself, resulting in an infinite loop. Are there any addons that have recently changed?
-
This is the first I've seen anything like this. It would appear you have an addon of some kind that has a hook that calls itself, resulting in an infinite loop. Are there any addons that have recently changed?
As a matter of fact I just found the problem. I was using gamemode.Call to call a hook, while inside another hook of the same type.