Hi, I'm using wine with win partition. My printer was an Epson Stylus color 480 and wine print with cups perfectly. This printer broken so I changed to an Epson Stylus color 600 (changed in windows system too) and wine doesn't print more, although cups works properly with other programs. When I click on "print preview" a message appears: Run-Time error '_2147417848 (800101108) Automation error If click once more, this message appears: Run-Time error '429' Activex component can't create object. In windows Epson 600 works well. Is this a windows bug? I need to reinstall windows? []'s -- Savio M. Ramos - Arquiteto Rio de Janeiro ICQ174972645 N?o a pirataria. GNU/Linux Debian-br#705 test/unstable
> Hi, > > I'm using wine with win partition. My printer was an Epson Stylus color480 and wine > print with cups perfectly. This printer broken so I changed to an Epson Stylus color > 600 (changed in windows system too) and wine doesn't print more, although cups works > properly with other programs.> > When I click on "print preview" a message appears: > Run-Time error '_2147417848 (800101108)I assume you mean 0x80010108 which is RPC_E_DISCONNECTED. I think something changed in your configuration. Try playing with the built-in/native settings for oleaut32,ole32 and rpcrt4.> Automation error > > If click once more, this message appears: > Run-Time error '429' > Activex component can't create object. > > In windows Epson 600 works well. > > Is this a windows bug? I need to reinstall windows?No. There are two fundamental reasons for reinstalling Windows - corrupted registry or corrupted files. This looks like neither. Rob
> -----Original Message----- > From: S?vio Ramos [mailto:savio.wine@terra.com.br] > Sent: 09 November 2003 14:28 > To: Robert Shearman > Subject: Re: Can't print more > > On Sun, 9 Nov 2003 13:18:24 -0000 > "Robert Shearman" <R.J.Shearman@warwick.ac.uk> wrote: > > > I think something changed in your configuration. Try playing with the > > built-in/native settings for oleaut32,ole32 and rpcrt4. > > In section [DllOverrides] was the line: > "rpcrt4" = "native, builtin" > > I inserted: > "oleaut32" = "native, builtin" > "ole32" = "native, builtin" > > Now, the message is: > Run time error '482' > Printer error.Are there any messages printed out on the console? If so, please send them. Does printing work with other Wine apps, say, notepad or is it just this app that has trouble?> -- > Savio M. Ramos - Arquiteto > Rio de Janeiro ICQ174972645 > N?o a pirataria. GNU/Linux > Debian-br#705 test/unstable
S?vio Ramos wrote:> Hi, > > I'm using wine with win partition. My printer was an Epson Stylus > color 480 and wine print with cups perfectly. This printer broken so > I changed to an Epson Stylus color 600 (changed in windows system > too) and wine doesn't print more, although cups works properly with > other programs. > > When I click on "print preview" a message appears: Run-Time error > '_2147417848 (800101108) Automation error >The Wine CUPS interface doesn't clean up after itself very well. This means that when you change printers, it may well have broken, and you will need to manually clean up after it. First the big warning; save copies of these files before editing. Exit any Wine programs, and make sure nothing wine related is running, by doing "ps -ef|grep wine". Edit the file ~/.wine/system.reg. Find all the sections that begin with: [System\\CurrentControlSet\\Control\\Print\\Printers\\ and delete the entire section, including the header. Then edit your C:\windows\win.ini file. In the [devices] section, delete any Wine printers. Leave the header and any entries for Windows printers. Now just run any Wine program and go to the print dialog. Your CUPS printer should be there, and you should be able to select and print from it (don't select the Windows printer entries).