http://bugs.winehq.org/show_bug.cgi?id=9411
Summary: Printing: does not work when emulating Windows 98 Product: Wine Version: 0.9.43. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: christoph.drexler@gmx.at
I used the script ies4linux (ies4linux-2.0.5) to install Internet Explorer 6.0. The script sets the Windows version to Windows 98.
But: Printing did not work, not only in the Internet Explorer, but using notepad, either.
Setting the Windows version to "Windows 2000" made my printer work again (using notepad), but stopped the Internet Explorer working.
This is not an ie4linux issue, as I had the same problems when trying to set the Windows version to "Windows 98" in my clean "/.wine" directory.
At last I was able to solve the problem by adding some Registry Entries:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers\Version-0\Einzelplatzdrucker] "Configuration File"="wineps16" "Datatype"="RAW" "Driver"="wineps16"
where "Einzelplatzdrucker" is the name of my printer.
I assume that printing would work well with Windows 98 settings, if those Registry entries would be produced automatically when executing "wineprefixcreate" (as it is obviously done for the correspondant Registry Entries in [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3]
So this might be quite easy to fix, but a great help for anybody having to print pages in the Internet Explorer (as I have to do sometimes).
Christoph
http://bugs.winehq.org/show_bug.cgi?id=9411
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2007-08-22 08:18:45 ---
I used the script ies4linux (ies4linux-2.0.5) to install Internet Explorer 6.0.
Not supported here. Do not EVER mention this or start your bug with these words.
http://bugs.winehq.org/show_bug.cgi?id=9411
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2007-08-22 08:18:57 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=9411
Alexandre Julliard julliard@winehq.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Alexandre Julliard julliard@winehq.com 2007-08-22 09:31:05 --- Vitaliy, please read past the first paragraph before closing a bug.
http://bugs.winehq.org/show_bug.cgi?id=9411
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |c_pradelli@yahoo.com
--- Comment #4 from Detlef Riekenberg wine.dev@web.de 2007-08-22 13:36:14 --- *** Bug 9414 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=9411
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de, wine- | |bugs@winehq.org Severity|major |normal Status|UNCONFIRMED |ASSIGNED Difficulty|--- |Hours Ever Confirmed|0 |1
--- Comment #5 from Detlef Riekenberg wine.dev@web.de 2007-08-22 13:57:49 --- Patch send: http://www.winehq.org/pipermail/wine-patches/2007-August/043053.html
http://bugs.winehq.org/show_bug.cgi?id=9411
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #6 from Detlef Riekenberg wine.dev@web.de 2007-08-23 16:59:15 --- Patch was accepted. Use current git or wait for wine-0.9.44
http://bugs.winehq.org/show_bug.cgi?id=9411
--- Comment #7 from Christoph Drexler christoph.drexler@gmx.at 2007-08-24 03:29:25 --- I am impressed by your fixing the bug so quickly!
Thanx, I'm looking forward to the next version, Christoph
http://bugs.winehq.org/show_bug.cgi?id=9411
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Detlef Riekenberg wine.dev@web.de 2007-08-24 13:29:24 --- wine-0.9.44 is out
http://bugs.winehq.org/show_bug.cgi?id=9411
--- Comment #9 from Christian c_pradelli@yahoo.com 2007-08-27 07:50:53 --- How can we fix old .wine dirs?, some times we can delete and recreate the because there are lots of software installed. Shouldn't wine add the registry key of not found?
http://bugs.winehq.org/show_bug.cgi?id=9411
--- Comment #10 from Alexandre Julliard julliard@winehq.com 2007-08-27 08:24:34 --- Run wineprefixcreate again.
http://bugs.winehq.org/show_bug.cgi?id=9411
--- Comment #11 from Christoph Drexler christoph.drexler@gmx.at 2007-08-29 06:46:31 --- Now using wine-0.9.44 erverything works. So I can confirm that the bug is fixed.
Thanks, Christoph
http://bugs.winehq.org/show_bug.cgi?id=9411
--- Comment #12 from Christoph Drexler christoph.drexler@gmx.at 2007-08-29 06:54:06 --- BTW, running "wineprefixcreate" I now get the following messages (which I did not get before):
fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) fixme:winspool:AddPrinterDriverExW ### DrvDriverEvent(...,DRIVEREVENT_INITIALIZE) not implemented yet [ those 2 messages repeated 3 times ]
But then the great relief: /home/c22313/.wine updated successfully.
As printing works without problems now, this does not seem to be a bug. Just wanted to let you know.
Christoph