Issue913

Title An Explosive Situation - attempt to yield from outside a coroutine
Priority bug Status resolved
Assigned To Keywords
Linked issues Explosive LuaCode
View: 670
Watchers

Submitted on 2018-04-16 17h11 by flaviojs, last changed by jesusalva.

Messages
Author: flaviojs Date: 2018-04-16   17h11
FreedroidRPG 0.16-410-g7d8504e encountered a problem in function: run_lua
Error running Lua code: attempt to yield from outside a coroutine.
Erroneous LuaCode={
2          		update_quest("An Explosive Situation", _"Not only is the town safe,
but apparently so is Ewald's 296 droid. Oh joy.")
3  	        
}
Author: flaviojs Date: 2018-04-16   21h29
After searching again I found that is is a duplicate issue.
Author: jesusalva Date: 2018-04-17   11h32
Problematic code removed in commit 94141d3d63370ad068c92f1c135ccf40900294bf

Issue no longer relevant.
History
Date User Action Args
2018-04-17 11:32:44jesusalvasetstatus: open -> resolved
messages: + msg3564
2018-04-16 21:29:38flaviojssetmessages: + msg3562
2018-04-16 21:28:45flaviojssetlinked: + Explosive LuaCode
2018-04-16 17:11:50flaviojscreate