Dev, I'm getting an index error on all the random scenes that occur at home (dinner/lunch, rest room scenes, rest living room, watch tv etc.)
They are all IndexError: List Index out of Range. For example here is where it halts for one of the TV scenes:
screen f3_tv_st(x=0):
frame:
background "#000000"
xalign 1.024
yalign -0.03
add f3_tv_st_media[x]
My guess is that something goofs up x used in all these scenes.
It also showed up in Family/f3_story, F3_Event_11_Media[x] as the indexerror list index out of range.