http://bugs.winehq.org/show_bug.cgi?id=1967
------- Additional Comments From ceztko@libero.it 2004-29-01 06:35 ------- Latest progresses in wine-dev ml:
That's because the app expects a 16-bit driver. You should use "wineps16" instead of "wineps" in your win.ini (of course depending on what the app actually wants to do with the driver it may not work; but at least it should load).
-- Alexandre Julliard julliard@winehq.com
Ok, but the cups autoconfiguration set "wineps" in win.ini, and it seems impossible to ovveride this settings... Maybe a synlinks wineps.drv.so --> wineps16.drv.so in /etc/lib/wine/lib/wine can help? Francesco Pretto ceztko@libero.it
No, you can't really fix that with symlinks, the dll names are built into the dlls themselves. If the win.ini entry is set by the cups code then it should be fairly easy to change it to store wineps16 instead. This may break something else, but I guess we'll see...