memory allocation error when playing video?
in
Core Library Questions
•
1 year ago
I'm often, but not consistently, getting the following error while trying to playback video:
/*
thinking about learning how to think in order to more effectively learn
*/
java(1078,0xb1a39000) malloc: *** error for object 0x1e6be0: double free
*** set a breakpoint in malloc_error_break to debug
I apologize for not posting code, but I am creating a presentation in Processing that's fairly large with a lot of images and files.
I tried using GSVideo, but was unable to load the video at all. I switched to processing's native video library and it seems to work most of the time.
I've opened examples from both the GSVideo library and the processing library, and they all work fine.
I'm opening a .mov file with h264 encoding.
Any way I can work around this?
Thank you
/*
thinking about learning how to think in order to more effectively learn
*/
1