On Thu, 10 Jul 2008 06:15:14 -0700, Austin Haas <[EMAIL PROTECTED]>  
wrote:

> Hi, I'm trying to load a wave file with sdl-mixer:load-sample, but I'm  
> getting a SIMPLE-ERROR which states: Cannot load myfile.wav.
>
> I believe I've narrowed it down to the call to Load-WAV-RW in Load-WAV.  
> The pointer is not null when it returns from SDL-RW-FROM-FILE, but is  
> null after returning from Load-WAV-RW.
>
> Are there any likely causes for this problem?

Yes. SDL-RW-FROM-FILE finds the file on the disk and returns a new rwops  
structure. When Load-WAV-RW attempts to load the WAV data from the rwops  
structure it fails. Can you play the sample in the example  
(SDL-MIXER-EXAMPLES:MIXER) ?

- Luke
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to