-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Newer processing releases have dropped the use of PApplet's frame. Trying to export a video using any of the examples now shows this message NoSuchFieldError: frame
The change was introduced in this version: https://github.com/processing/processing4/releases/tag/processing-1271-4.0a2 so any version before that should be fine. The release notes mention remove the java.awt.Frame object from PApplet but I cant find the commit yet (i'll update here when I found it)
Seems that .frame is used once here: https://github.com/hamoid/video_export_processing/blob/master/src/com/hamoid/VideoExport.java#L486 could it be that removing that reference makes the library work again in newer versions?
More info about the removal of frame:
processing/processing4#54
Processing 3.x works fine