I ran into this too. For further context, it only crashes GMLive if you are referencing a sprite asset directly in the event in which you make changes while live. If you store a reference to a sprite in the create event and then use that to draw the sprite no errors occur. I did not try to reproduce the bug with other direct asset references or events other than Draw GUI.