
[And yes, I know what you're about to ask; I'm covering that in a separate comment below, so that I can link to it as an FAQ from the Steam page.]
Moderator: Moderator
Code: Select all
[1004/203418:INFO:CONSOLE(17)] "[cycle2] --c2 init--", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203418:INFO:CONSOLE(17)] "[cycle2] random: true (boolean)", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203418:INFO:CONSOLE(17)] "[cycle2] timeout: 4000 (number)", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203418:INFO:CONSOLE(17)] "[cycle2] fx: scrollHorz (string)", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203418:INFO:CONSOLE(17)] "[cycle2] slides: > div (string)", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203430:INFO:CONSOLE(7)] "Uncaught RangeError: Maximum call stack size exceeded", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (7)
[1004/203430:INFO:CONSOLE(17)] "[cycle2] cycle-paused", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
[1004/203432:INFO:CONSOLE(7)] "Uncaught RangeError: Maximum call stack size exceeded", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (7)
[1004/203432:INFO:CONSOLE(17)] "[cycle2] cycle-resumed", source: http://te4.org/tooltip-ingame?steam=1&vM=1&vm=2&vp=3&_te4 (17)
Yes, the full log would definitely help (if you still have the file, you can attach it to a comment). "Maximum call stack size exceeded" means we've got two functions tripping over each other and calling each other recursively in an infinite regress, and I'd need to see which ones they are. What confuses me, though, is that if it's happening when you go to a store, it must be something somewhere in ShowStore, and this addon doesn't touch anything in that area. Does this happen in any other town? Leaving Last Hope I could almost see; Cloak Reminder and Store Wish List both superload Game:changeLevel(), so they could conceivably be crossing each other. Was this an Ashes-specific character? (For that matter, was it an undead character? and if so, were you wearing the Cloak?)zlionsfan wrote:Any ideas? I can provide more data from the debug log if it helps.
By "disabling the addon" you mean from the Addons dialog on the main screen? That won't affect characters that already started with the addon active. But you say you started new characters with all the same addons except this one and didn't get this problem? That pretty much narrows it down to this one, then...zlionsfan wrote:Even if I disable the add-on, I get the same problem. [...] After disabling the add-on, I don't get this error with living or undead characters, and I do get it with the one character I'd tried it on.
Answers not in any specific order, but the context should be better this way: this is with a Ghoul, so not Ashes-specific, but undead and wearing the Cloak ... and actually in the dungeon prior to this sequence, I'd been wearing a different cloak (and hadn't done you-know-what yet) so I waited to put the Cloak back on until I was on the surface, hoping to trigger the warning, and I didn't get a warning as I left the dungeon. I am wearing it while this is happening.Zizzo wrote: Yes, the full log would definitely help (if you still have the file, you can attach it to a comment). "Maximum call stack size exceeded" means we've got two functions tripping over each other and calling each other recursively in an infinite regress, and I'd need to see which ones they are. What confuses me, though, is that if it's happening when you go to a store, it must be something somewhere in ShowStore, and this addon doesn't touch anything in that area. Does this happen in any other town? Leaving Last Hope I could almost see; Cloak Reminder and Store Wish List both superload Game:changeLevel(), so they could conceivably be crossing each other. Was this an Ashes-specific character? (For that matter, was it an undead character? and if so, were you wearing the Cloak?)
[Hmm, actually, looking at that log snippet again, I think it might be a Steam-level log file, which wouldn't have the information I need. For Steam on Windows, the game-level log file I'd need is called te4_log.txt, I think, and would be somewhere in your Steam directory; perhaps other commenters could give us more preicise information?]
Code: Select all
Lua Error: ...ddons/store_wishlist/superload/mod/dialogs/ShowStore.lua:59: attempt to index global 'list_by' (a nil value)
At [C]:-1 __index
At ...ddons/store_wishlist/superload/mod/dialogs/ShowStore.lua:59 c
At /engine/ui/ListColumns.lua:270 drawRow
At /engine/ui/ListColumns.lua:609 display
At /engine/ui/Inventory.lua:291 display
At /engine/ui/Dialog.lua:824 toScreen
At /engine/Game.lua:179 display
Cage match jelly wrestling.zlionsfan wrote: I'm obviously new to this board, so I'm not sure how add-on conflicts get resolved.
lol! As long as they aren't red jellies. I don't like those.HousePet wrote:Cage match jelly wrestling.
[sound F/X: source diving]zlionsfan wrote:Code: Select all
Lua Error: ...ddons/store_wishlist/superload/mod/dialogs/ShowStore.lua:59: attempt to index global 'list_by' (a nil value) At [C]:-1 __index At ...ddons/store_wishlist/superload/mod/dialogs/ShowStore.lua:59 c At /engine/ui/ListColumns.lua:270 drawRow At /engine/ui/ListColumns.lua:609 display At /engine/ui/Inventory.lua:291 display At /engine/ui/Dialog.lua:824 toScreen At /engine/Game.lua:179 display