Thanks for the reply, I'll see where that takes me.
I kept on trying to solve it and I got it to work with the following setup:
Processing 1.5 , while specifying size(5500,768,P2D)
It runs on both mac and windows this way, but crashes with an outofmemory exception on windows after a while.
Mac throws some errors like
java(224,0xb8aff000) malloc: *** error for object 0x1722d0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
but luckily it keeps on running
Now, the problem is I need Processing 2.0 because I couldnt get Most Pixels Ever to work without it.
I'll let you know if Theora works!
I kept on trying to solve it and I got it to work with the following setup:
Processing 1.5 , while specifying size(5500,768,P2D)
It runs on both mac and windows this way, but crashes with an outofmemory exception on windows after a while.
Mac throws some errors like
java(224,0xb8aff000) malloc: *** error for object 0x1722d0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
but luckily it keeps on running
Now, the problem is I need Processing 2.0 because I couldnt get Most Pixels Ever to work without it.
I'll let you know if Theora works!