Skip to content

setAudioFileName() + setDebugging(false) crashes with NullPointerException on endMovie() #41

Closed
@ffd8

Description

@ffd8

First off, thaaankyou the new AudioViz workaround is amazing! Gives me perfectly synced 25fps w/ audio outputs. I do a 2–pass export (first I export a wav track, then the visuals after text analyses on it).

However, I ran into a craazy bug that threw me off for a few hours when I thought all was perfect.. for some reason, turning on setDebugging(false) kills videoExport's own endMovie() function with a NullPointerException – when combined with this AudioViz setAudioFileName() function.

Just managed to recreate it within your example 'withAudioViz', by adding that line videoExport.setDebugging(false);. The order didn't seem to matter and only stopped crashing once disabling setAudioFileName()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions