2008/12/10 Luke Crook <[EMAIL PROTECTED]>: > I want to verify sdl-mixer behavior under clisp. OS X is a Unix, and > sdl-mixer is solid under Linux so I am hoping that this is an issue with > SDL_mixer and not the sdl-mixer bindings. > > Does the sdl-examples:raw-audio example work or does it require a sbcl > restart? > > I have been thinking of porting sdl_sound from C to Lisp instead of relying > on SDL_mixer. Not enough free time though.
Hi Luke, Some of the sound examples work without requiring a restart, iirc, but a simple one I made which just opened and closed the mixer failed, which is disturbing (i.e. I probably did it wrong). However, the raw audio test does fail (with unintelligible debug output to me anyway): ;;;; * (lispbuilder-sdl-examples:raw-audio-test) 2008-12-10 13:28:53.211 sbcl[63341:10b] *** _NSAutoreleaseNoPool(): Object 0x121880 of class NSCFNumber autoreleased with no pool in place - just leaking Stack: () [skipping like 100 of these messages for different object types since it's probably not all that helpful] 2008-12-10 13:28:53.292 sbcl[63341:10b] *** _NSAutoreleaseNoPool(): Object 0x133b00 of class NSCFData autoreleased with no pool in place - just leaking Stack: () 2008-12-10 13:28:53.293 sbcl[63341:10b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow' 2008-12-10 13:28:53.294 sbcl[63341:10b] Stack: ( ) Trace/BPT trap ;;;; I get the feeling it's due to the Mac version of the sdl library, but then, I have no clue (and I'm using a couple-of-months-old-asdf-tarball version of the library either, so mayhaps it's been sorted out already). Oisín _______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder