View Single Post
Old 06-10-2018, 10:18 AM   #86
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Occasionally I've seen this script access a member of FFX, but it is nil at that point. Line 942:
Code:
        FFX, ret = GetFocusedFX(true)
        if ret == 1 then
          track = GetTrack(FFX.trn)
        end
Seems GetFocusedFX() can return nil, 1, which causes this. Also I think there's a typo relating to 'local tr' in the GetTrack() function
Justin is offline   Reply With Quote