[Bug 9639] New: problems printing from TSoft
http://bugs.winehq.org/show_bug.cgi?id=9639 Summary: problems printing from TSoft Product: Wine Version: 0.9.44. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-binary AssignedTo: wine-bugs(a)winehq.org ReportedBy: hwz(a)hwz.bv.tu-berlin.de after upgrading to wine-0.9.44-13.1, I cannot print from TSoft http://www.astro.oma.be/SEISMO/TSOFT/tsoft.html anymore. Under wine-0.9.29 it works well, despite the warning: fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in printer list so trying to find default With the actual version, nothing happens, but I get this debug output: fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in printer list so trying to find default err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"PS Driver" in reg istry err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver L"PS Driver" in reg istry err:commdlg:PRINTDLG_ChangePrinterA GetPrinterDriverA failed for lp75sw, fix you r config! fixme:commdlg:PRINTDLG_UpdatePrintDlgA No lpdm ptr? fixme:commdlg:PRINTDLG_WMCommandA Update printdlg was not successful! Similar debug-messages are produced every time the printer is changed in the combo-box. I checked the registry, several printers are defined, and after switching back to 0.9.29, everything works. Other Programs I didn't test at the moment. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2007-09-12 13:02:02 --- Can you do a regression test to find what broke it? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.orb.be/SEISMO/TSO | |FT/Tsoft_c.exe Severity|enhancement |normal Component|wine-binary |wine-gdi-(printing) Keywords| |download, regression --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2007-09-12 14:29:45 --- http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 hwz <hwz(a)hwz.bv.tu-berlin.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hwz(a)hwz.bv.tu-berlin.de --- Comment #3 from hwz <hwz(a)hwz.bv.tu-berlin.de> 2007-09-13 01:39:23 --- I tested with wine-0.9.39, printing functions here. How do I do such a regression behind a firewall? Tried port-forwarding with ssh -L9418:source.winehq.org:9418 to a machine outside, but without success: git clone git://localhost/git/wine.git wine-git defaulting to local storage area fatal: unexpected EOF -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 --- Comment #4 from hwz <hwz(a)hwz.bv.tu-berlin.de> 2007-09-13 15:34:51 --- hmmm, no success making a regression test from my box at home: git clone git://source.winehq.org/git/wine.git wine-git defaulting to local storage area fatal: write error (Connection timed out) no proxy, no firewall (maybe Arcor closed the port as well as some other things...) sorry. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 --- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2007-09-14 12:04:04 --- You can clone using http instead, git clone http://localhost/git/wine.git wine-git -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 --- Comment #6 from hwz <hwz(a)hwz.bv.tu-berlin.de> 2007-09-18 05:42:18 --- ok, via http git starts working - but how to avoid this error? git clone http://source.winehq.org/git/wine.git wine-git defaulting to local storage area error: Couldn't get http://source.winehq.org/git/wine.git/refs/tags/wine-0.0.2^{} for tags/wine-0.0.2^{} all subsequent steps fail or do nothing although around 180MB were downloaded... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2007-09-18 06:56:51 --- Probably your git is too old, you should upgrade. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 hwz <hwz(a)hwz.bv.tu-berlin.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de --- Comment #8 from hwz <hwz(a)hwz.bv.tu-berlin.de> 2007-09-19 02:23:30 --- ok, the problems seems to be in this patch: 36a6515d4e9b6c97838b1d58d2bd090dd274ba2c is first bad commit commit 36a6515d4e9b6c97838b1d58d2bd090dd274ba2c Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Thu Jul 26 22:54:14 2007 +0200 winspool: Use correct path for 16bit drivers. :040000 040000 d2a18ad6c9dcd93e5d7f08b8bd06a1680a7ca962 696dbd0389c83249ca54aa4b228360a348f14088 M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Detlef Riekenberg <wine.dev(a)web.de> 2007-10-12 17:35:17 --- You have an old ~/.wine directory where all Printers used "PS Driver". (created before wine-0.9.25, which was released on 10. Nov. 2006). Please upgrade to a current wine. As a workaround, when you still want to use your old ~/.wine, you need to remove all wine printers. Use "wine regedit.exe" and delete this key: "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers" Wine rebuild the new Registry-Entries, when needed. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9639 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:42:44 --- Closing all RESOLVED FIXED bugs older than four weeks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org