Posted 06 October 2014 - 08:42 PM
Im fighting with multishell and something unexpected is happening. Im checking my only coroutine created with multishell "launchProcess"
http://pastebin.com/TYQmDvHK
Here you have full multishell, but this file is heavy under construction, so many things will change within it.
local cor = tProcess.co
print (cor)
print (coroutine.status(cor))
first print shows "thread:" and HEX code of this coroutine, but second shows "dead". Its my only coroutine so its a bit weird, as "dead" should be shown only if that coroutine ended, either with or without error. Can someone explain why is this happening and how to fix this?http://pastebin.com/TYQmDvHK
Here you have full multishell, but this file is heavy under construction, so many things will change within it.