Logged In: NO

you can work around this problem by finding the line that
says

if {[toSMM [list $act $line]]} { break }

in TSession.tcl

and changing it to:

catch {if {[toSMM [list $act $line]]} { break }}