Missing Upvalues

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Missing Upvalues

#1 Post by edge2054 »

Figure I'll start a thread for when I come across these.

Dark Tendrils

Lua Error: /engine/interface/ActorTalents.lua:180: /engine/interface/ActorTalents.lua:155: /engine/Entity.lua:110: Entity definition has a closure: act has upvalue duration
stack traceback:
[C]: in function 'error'
/engine/Entity.lua:110: in function 'init'
/engine/Object.lua:36: in function 'init'
/engine/class.lua:99: in function 'new'
/data/talents/cursed/darkness.lua:26: in function 'createDarkTendrils'
/data/talents/cursed/darkness.lua:462: in function </data/talents/cursed/darkness.lua:451>
[C]: in function 'xpcall'
/engine/interface/ActorTalents.lua:150: in function </engine/interface/ActorTalents.lua:137>
At [C]:-1
At [C]:-1 error
At /engine/interface/ActorTalents.lua:180 useTalent
At /engine/ai//talented.lua:52 runAI
At /engine/ai//talented.lua:61 doAI
At /mod/class/NPC.lua:72 act
At /engine/GameEnergyBased.lua:126 tickLevel
At /engine/GameEnergyBased.lua:62 tick
At /engine/GameTurnBased.lua:46 tick
At /mod/class/Game.lua:1201
edge2054 wrote:This popped up in the Chronomancy development thread. I couldn't spot it off hand but was able to reproduce it by casting Tornado with a Wyrmic.
Sheila wrote:was fighting the ritch hivemoter and this happened a few times when using gravity spike, might've been confused at the time

Image

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Missing Upvalues

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply