From: salsaman <sal...@xs...> - 2004-09-13 19:31:43
|
OK, again with 0.1.6: in the wrapper, init gets called, followed by process. The first time visual_actor_run is called, I get the following: libvisual CRITICAL: no progname: visual_mem_free [(lv_mem.c,46)]: assertion `ptr != NULL' failed libvisual CRITICAL: no progname: visual_mem_free [(lv_mem.c,46)]: assertion `ptr != NULL' failed The screen buffer is NULL the first time the function is called, it is then set to the host buffer, out[0]->pixel_data which is non-NULL (I have checked). So it looks like the call to visual_actor_run is trying to free the old screenbuffer before setting a new one, and complaining. This should not be a CRITICAL error, the buffer should simply not be freed. I'm 99% sure this is a libvisual error, I could be wrong though. Salsaman. |