On 3/16/10 11:35 AM, Adriasil wrote: > ld warning: in /Library/Frameworks//OpenAL.framework/OpenAL, file is not of required architecture I'll bet you installed a local copy of OpenAL.framework, but it was only built for 64-bit. That would explain this error. If you built it yourself, try building it "universal". Then it will get built for both 32-bit and 64-bit, and you can use it from Wine. If you didn't, ask whoever did build it for a universal build. Chip