Ah, that would do it - animation curves were added in 2.3.1 so GMLive doesn’t process them yet.
You should be able to workaround this by doing
live_constant_add("Ease_InOut", Ease_InOut);
at the end of obj_gmlive’s Create event
I’ll fix this in the next version and see as to why that error gets to become fatal.