[Bug 1967] 16bit app calls wineps.drv, but wine bultin dll is wineps.dll (missing loader alias wineps.drv --> wineps.dll)

Wine Bugs wine-bugs at winehq.org
Thu Jan 29 06:35:20 CST 2004


http://bugs.winehq.org/show_bug.cgi?id=1967





------- Additional Comments From ceztko at 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 at 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 at 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...

-- 
Alexandre Julliard
julliard at winehq.com

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list