Is the Video Library Completely Broken? Is anyone working on this?
in
Core Library Questions
•
2 years ago
I have been trying to get a QuickTime movie to play in Processing using the examples in the Video Library. The examples I have tried, such as
File>Examples>Library>Video(Movie)>Loop do NOT work. They run for awhile then put up error messages such as:
java(317,0xa0700540) malloc: *** error for object 0xfd0de00: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xffffffff: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0xfd07850: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0x1277700: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0x166030: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0x1278150: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xfb0a320: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0xfb12450: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xffffffff: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xfb123a0: double free
*** set a breakpoint in malloc_error_break to debug
Invalid memory access of location 0xffffffff eip=0x9068a5b0
By then, the video has disappeared from the screen.
I am not a computer scientist, and I have no idea what any of the above means outside of "this ain't working".
Very frustrating and disappointing.
George
java(317,0xa0700540) malloc: *** error for object 0xfd0de00: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xffffffff: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0xfd07850: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0x1277700: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0x166030: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0x1278150: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xfb0a320: double free
*** set a breakpoint in malloc_error_break to debug
java(317,0xa0700540) malloc: *** error for object 0xfb12450: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xffffffff: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
java(317,0xb1ac2000) malloc: *** error for object 0xfb123a0: double free
*** set a breakpoint in malloc_error_break to debug
Invalid memory access of location 0xffffffff eip=0x9068a5b0
By then, the video has disappeared from the screen.
I am not a computer scientist, and I have no idea what any of the above means outside of "this ain't working".
Very frustrating and disappointing.
George
1