http://bugs.winehq.org/show_bug.cgi?id=8843
------- Additional Comments From wine.dev@web.de 2007-04-07 16:24 ------- When you use wine on a 64Bit-System, you must make sure, that your System has a 32Bit "libcups.so"
You can verify this (Elf 32 vs Elf 64) with: file libcups.so (use the full path, follow the link)
When you have a 32Bit libcups.so, then please attach a log with: WINEDEBUG="+windpool" wine yourapp.exe 2>&1 | tee log.txt
Thanks