http://bugs.winehq.org/show_bug.cgi?id=3142
------- Additional Comments From pgr@arcelectronicsinc.com 2005-30-07 14:22 ------- I tested with win95se with and without printer installed. Three changes to win.ini
*** noprtini/WIN.INI 2005-07-30 13:03:30.000000000 -0400 --- withprnt/WIN.INI 2005-07-30 14:33:34.000000000 -0400 *************** *** 1,8 **** --- 1,9 ---- [windows] load= run= NullPort=None + device=Canon Bubble-Jet BJC-600,CANON800,FILE:
[Desktop] Wallpaper=(None) TileWallpaper=0 *************** *** 339,348 **** --- 340,351 ---- Package=Package,Package,packager.exe,picture Wordpad.Document.1=WordPad Document,WordPad Document,C:\PROGRA~1\ACCESS~1\WORDPAD.EXE,picture
[Devices] + Canon Bubble-Jet BJC-600=CANON800,FILE:
[PrinterPorts] + Canon Bubble-Jet BJC-600=CANON800,FILE:,15,45
[Sounds] SystemDefault=,
------------ Added the Cannon info from a real 95 system to the wine win.ini. The wine win.ini had entrys for my priters from Cups but was missing the [PrinterPorts] section. The result of testing with cvs from about 20050728 still showed the same error with changes to win.ini
When I get some free time I will be looking to narrow it down to the exact API call that is casusing the failure.